Package net.jcm.vsch.mixin.minecraft
Class MixinEntityRotationPackets_write
java.lang.Object
net.jcm.vsch.mixin.minecraft.MixinEntityRotationPackets_write
- All Implemented Interfaces:
EntityRotationPacketAccessor
public abstract class MixinEntityRotationPackets_write
extends Object
implements EntityRotationPacketAccessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(net.minecraft.network.FriendlyByteBuf buf, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.jcm.vsch.accessor.EntityRotationPacketAccessor
vsch$getHeadPitch, vsch$getHeadYaw, vsch$rotation, vsch$setHeadPitch, vsch$setHeadYaw
-
Constructor Details
-
MixinEntityRotationPackets_write
public MixinEntityRotationPackets_write()
-
-
Method Details
-
write
public void write(net.minecraft.network.FriendlyByteBuf buf, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-