public class PacketSyncSemiblock
extends java.lang.Object
Sent by server to sync settings needed for GUI purposes.
Sent by client to send updated settings from GUI code
| Constructor and Description |
|---|
PacketSyncSemiblock(ISemiBlock semiBlock) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.util.function.Supplier<net.minecraftforge.fml.network.NetworkEvent.Context> ctx) |
void |
toBytes(net.minecraft.network.PacketBuffer buffer) |
public PacketSyncSemiblock(ISemiBlock semiBlock)