Class ItemEntityMixin
java.lang.Object
meteordevelopment.meteorclient.mixin.ItemEntityMixin
- All Implemented Interfaces:
IItemEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.util.math.Vec3dvoidsetRotation(net.minecraft.util.math.Vec3d rotation)
-
Constructor Details
-
ItemEntityMixin
public ItemEntityMixin()
-
-
Method Details
-
getRotation
public net.minecraft.util.math.Vec3d getRotation()- Specified by:
getRotationin interfaceIItemEntity
-
setRotation
public void setRotation(net.minecraft.util.math.Vec3d rotation) - Specified by:
setRotationin interfaceIItemEntity
-