Class CenteredSideValueBoxTransform
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
- Direct Known Subclasses:
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
ConstructorsConstructorDescriptionCenteredSideValueBoxTransform(BiPredicate<net.minecraft.world.level.block.state.BlockState, net.minecraft.core.Direction> allowedDirections) -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.world.phys.Vec3protected booleanisSideActive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction) Methods inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform.Sided
fromSide, getLocalOffset, getSide, rotate, shouldRender, testHitMethods inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform
getFontScale, getScale, rotateHorizontally, transform
-
Constructor Details
-
CenteredSideValueBoxTransform
public CenteredSideValueBoxTransform() -
CenteredSideValueBoxTransform
public CenteredSideValueBoxTransform(BiPredicate<net.minecraft.world.level.block.state.BlockState, net.minecraft.core.Direction> allowedDirections)
-
-
Method Details
-
getSouthLocation
protected net.minecraft.world.phys.Vec3 getSouthLocation()- Specified by:
getSouthLocationin classValueBoxTransform.Sided
-
isSideActive
protected boolean isSideActive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction) - Overrides:
isSideActivein classValueBoxTransform.Sided
-