Class ActorData
java.lang.Object
com.jozufozu.flywheel.api.InstanceData
com.simibubi.create.content.contraptions.components.actors.flwdata.ActorData
public class ActorData
extends com.jozufozu.flywheel.api.InstanceData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetBlockLight(int blockLight) setLocalRotation(com.mojang.math.Quaternion q) setPosition(net.minecraft.core.BlockPos pos) setRotationAxis(float rotationAxisX, float rotationAxisY, float rotationAxisZ) setRotationAxis(com.mojang.math.Vector3f axis) setRotationCenter(float rotationCenterX, float rotationCenterY, float rotationCenterZ) setRotationCenter(com.mojang.math.Vector3f axis) setRotationOffset(float rotationOffset) setSkyLight(int skyLight) setSpeed(float speed) Methods inherited from class com.jozufozu.flywheel.api.InstanceData
checkDirtyAndClear, delete, getOwner, isRemoved, markDirty, setOwner
-
Constructor Details
-
ActorData
public ActorData()
-
-
Method Details
-
setPosition
-
setBlockLight
-
setSkyLight
-
setRotationOffset
-
setSpeed
-
setRotationAxis
-
setRotationAxis
-
setRotationCenter
-
setRotationCenter
public ActorData setRotationCenter(float rotationCenterX, float rotationCenterY, float rotationCenterZ) -
setLocalRotation
-