class
TransformComponent
Methods
com.hypixel.hytale.server.core.modules.entity.component.TransformComponent clone()
com.hypixel.hytale.server.core.universe.world.chunk.WorldChunk getChunk()
com.hypixel.hytale.component.RefChunkStore> getChunkRef()
ComponentType<TransformComponent> getComponentType()
static Get the component type for TransformComponent.
com.hypixel.hytale.component.ComponentTypeEntityStore, com.hypixel.hytale.server.core.modules.entity.component.TransformComponent> getComponentType()
static
com.hypixel.hytale.math.vector.Vector3d getPosition()
Vector3d getPosition()
Get the entity's current position as a 3D vector.
com.hypixel.hytale.math.vector.Vector3f getRotation()
com.hypixel.hytale.protocol.ModelTransform getSentTransform()
com.hypixel.hytale.math.vector.Transform getTransform()
void markChunkDirty()
void setChunkLocation()
void setPosition()
void setRotation()
void teleportPosition()
void teleportRotation()