Class KineticData
java.lang.Object
com.jozufozu.flywheel.api.InstanceData
com.jozufozu.flywheel.core.materials.BasicData
com.simibubi.create.content.contraptions.base.flwdata.KineticData
- All Implemented Interfaces:
com.jozufozu.flywheel.core.materials.FlatLit<com.jozufozu.flywheel.core.materials.BasicData>
- Direct Known Subclasses:
BeltData,RotatingData
public class KineticData
extends com.jozufozu.flywheel.core.materials.BasicData
-
Field Summary
Fields inherited from class com.jozufozu.flywheel.core.materials.BasicData
a, b, blockLight, g, r, skyLight -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnudge(float x, float y, float z) setPosition(float x, float y, float z) setPosition(com.mojang.math.Vector3f pos) setPosition(net.minecraft.core.BlockPos pos) setRotationalSpeed(float rotationalSpeed) setRotationOffset(float rotationOffset) Methods inherited from class com.jozufozu.flywheel.core.materials.BasicData
getPackedLight, setBlockLight, setColor, setColor, setColor, setColor, setColor, setSkyLightMethods inherited from class com.jozufozu.flywheel.api.InstanceData
checkDirtyAndClear, delete, getOwner, isRemoved, markDirty, setOwner
-
Constructor Details
-
KineticData
public KineticData()
-
-
Method Details
-
setPosition
-
setPosition
-
setPosition
-
nudge
-
setColor
-
setColor
-
setRotationalSpeed
-
setRotationOffset
-