Class DeployerFilterSlot
java.lang.Object
com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform
com.simibubi.create.content.contraptions.components.deployer.DeployerFilterSlot
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform
ValueBoxTransform.Dual, ValueBoxTransform.Sided -
Field Summary
Fields inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform
scale -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.world.phys.Vec3getLocalOffset(net.minecraft.world.level.block.state.BlockState state) protected voidrotate(net.minecraft.world.level.block.state.BlockState state, com.mojang.blaze3d.vertex.PoseStack ms) Methods inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform
getFontScale, getScale, rotateHorizontally, shouldRender, testHit, transform
-
Constructor Details
-
DeployerFilterSlot
public DeployerFilterSlot()
-
-
Method Details
-
getLocalOffset
protected net.minecraft.world.phys.Vec3 getLocalOffset(net.minecraft.world.level.block.state.BlockState state) - Specified by:
getLocalOffsetin classValueBoxTransform
-
rotate
protected void rotate(net.minecraft.world.level.block.state.BlockState state, com.mojang.blaze3d.vertex.PoseStack ms) - Specified by:
rotatein classValueBoxTransform
-