C# Class EntityRotationPacket, Redstone

Inheritance: MinecraftPacket
显示文件 Open project: Eastrall/Redstone

Public Methods

Method Description
EntityRotationPacket ( int entityId, float yawAngle, float pitchAngle, bool isOnGround )

Method Details

EntityRotationPacket() public method

public EntityRotationPacket ( int entityId, float yawAngle, float pitchAngle, bool isOnGround )
entityId int
yawAngle float
pitchAngle float
isOnGround bool