classpublicPriority 3
BlockMountPoint
com.hypixel.hytale.server.core.asset.type.blocktype.config.mountpoints.BlockMountPoint
4
Methods
4
Public Methods
2
Fields
2
Constructors
Constants
BuilderCodec<BlockMountPoint>CODEC= BuilderCodec.builder(BlockMountPoint.class, BlockMountPoint::new)
.appendInherited(new Keye...
BlockMountPoint[]EMPTY_ARRAY= new BlockMountPoint[0]
Constructors
public
BlockMountPoint()public
BlockMountPoint(Vector3f offset, float yawOffSetDegrees)Methods
Public Methods (4)
public
Vector3f computeRotationEuler(int rotationIndex)@Nonnull
public
Vector3f computeWorldSpacePosition(Vector3i blockLoc)@Nonnull
public
Vector3f getOffset()public
float getYawOffSetDegrees()Fields
Private/Package Fields (2)
private
Vector3f offsetprivate
float yawOffSetDegrees