Class OrientedData
java.lang.Object
com.jozufozu.flywheel.api.InstanceData
com.jozufozu.flywheel.core.materials.BasicData
com.jozufozu.flywheel.core.materials.oriented.OrientedData
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatfloatfloatfloatfloatfloatfloatfloatfloat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnudge(float x, float y, float z) setPivot(float x, float y, float z) setPivot(com.mojang.math.Vector3f pos) setPivot(net.minecraft.world.phys.Vec3 pos) setPosition(float x, float y, float z) setPosition(com.mojang.math.Vector3f pos) setPosition(net.minecraft.core.BlockPos pos) setRotation(float x, float y, float z, float w) setRotation(com.mojang.math.Quaternion q) Methods inherited from class com.jozufozu.flywheel.core.materials.BasicData
getPackedLight, setBlockLight, setColor, setColor, setColor, setColor, setColor, setColor, setSkyLightMethods inherited from class com.jozufozu.flywheel.api.InstanceData
checkDirtyAndClear, delete, getOwner, isRemoved, markDirty, setOwnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jozufozu.flywheel.core.materials.FlatLit
updateLight
-
Field Details
-
posX
public float posX -
posY
public float posY -
posZ
public float posZ -
pivotX
public float pivotX -
pivotY
public float pivotY -
pivotZ
public float pivotZ -
qX
public float qX -
qY
public float qY -
qZ
public float qZ -
qW
public float qW
-
-
Constructor Details
-
OrientedData
public OrientedData()
-
-
Method Details
-
setPosition
-
setPosition
-
setPosition
-
nudge
-
setPivot
-
setPivot
-
setPivot
-
setRotation
-
setRotation
-
resetRotation
-