This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minecraft.server.v1_14_R1; | |
import java.io.*; | |
public class PacketPlayOutEntityEffect implements Packet<PacketListenerPlayOut> | |
{ | |
private int a; | |
private byte b; | |
private byte c; | |
private int d; |