public final class MessageBlueprintRotate
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
| Constructor and Description |
|---|
MessageBlueprintRotate() |
MessageBlueprintRotate(net.minecraft.util.Rotation rotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
net.minecraft.util.Rotation |
getRotation() |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public MessageBlueprintRotate(net.minecraft.util.Rotation rotation)
public MessageBlueprintRotate()
public net.minecraft.util.Rotation getRotation()
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessagepublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessage