Class ChainConveyorPackage.ChainConveyorPackagePhysicsData
java.lang.Object
com.simibubi.create.content.kinetics.chainConveyor.ChainConveyorPackage.ChainConveyorPackagePhysicsData
- Enclosing class:
ChainConveyorPackage
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanintnet.minecraft.resources.ResourceLocationnet.minecraft.world.phys.Vec3net.minecraft.world.phys.Vec3net.minecraft.world.phys.Vec3net.minecraft.world.phys.Vec3floatnet.minecraft.world.phys.Vec3float -
Constructor Summary
ConstructorsConstructorDescriptionChainConveyorPackagePhysicsData(net.minecraft.world.phys.Vec3 serverPosition) -
Method Summary
-
Field Details
-
targetPos
public net.minecraft.world.phys.Vec3 targetPos -
prevTargetPos
public net.minecraft.world.phys.Vec3 prevTargetPos -
prevPos
public net.minecraft.world.phys.Vec3 prevPos -
pos
public net.minecraft.world.phys.Vec3 pos -
motion
public net.minecraft.world.phys.Vec3 motion -
lastTick
public int lastTick -
yaw
public float yaw -
prevYaw
public float prevYaw -
flipped
public boolean flipped -
modelKey
public net.minecraft.resources.ResourceLocation modelKey -
beReference
-
-
Constructor Details
-
ChainConveyorPackagePhysicsData
public ChainConveyorPackagePhysicsData(net.minecraft.world.phys.Vec3 serverPosition)
-
-
Method Details
-
shouldTick
public boolean shouldTick() -
setBE
-