Class DirectionalExtenderScrollOptionSlot
java.lang.Object
com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform
com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform.Sided
com.simibubi.create.foundation.tileEntity.behaviour.CenteredSideValueBoxTransform
com.simibubi.create.content.contraptions.components.structureMovement.DirectionalExtenderScrollOptionSlot
-
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.Sided
directionFields inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform
scale -
Constructor Summary
ConstructorsConstructorDescriptionDirectionalExtenderScrollOptionSlot(BiPredicate<net.minecraft.world.level.block.state.BlockState, net.minecraft.core.Direction> allowedDirections) -
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.CenteredSideValueBoxTransform
getSouthLocation, isSideActiveMethods inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform.Sided
fromSide, getSide, shouldRender, testHitMethods inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform
getFontScale, getScale, rotateHorizontally, transform
-
Constructor Details
-
DirectionalExtenderScrollOptionSlot
public DirectionalExtenderScrollOptionSlot(BiPredicate<net.minecraft.world.level.block.state.BlockState, net.minecraft.core.Direction> allowedDirections)
-
-
Method Details
-
getLocalOffset
protected net.minecraft.world.phys.Vec3 getLocalOffset(net.minecraft.world.level.block.state.BlockState state) - Overrides:
getLocalOffsetin classValueBoxTransform.Sided
-
rotate
protected void rotate(net.minecraft.world.level.block.state.BlockState state, com.mojang.blaze3d.vertex.PoseStack ms) - Overrides:
rotatein classValueBoxTransform.Sided
-