Class BrassDepotBlockEntity.BrassDepotValueBoxTransform
java.lang.Object
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
com.petrolpark.petrolsparts.content.processing.brassDepot.BrassDepotBlockEntity.BrassDepotValueBoxTransform
- Enclosing class:
BrassDepotBlockEntity
public class BrassDepotBlockEntity.BrassDepotValueBoxTransform
extends com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Dual, com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided -
Field Summary
Fields inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
directionFields inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
scale -
Constructor Summary
Constructors -
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.blockEntity.behaviour.ValueBoxTransform.Sided
fromSide, getLocalOffset, getSide, rotate, shouldRender, testHitMethods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
getFontScale, getOverrideColor, getScale, rotateHorizontally, transform
-
Constructor Details
-
BrassDepotValueBoxTransform
public BrassDepotValueBoxTransform()
-
-
Method Details
-
getSouthLocation
protected net.minecraft.world.phys.Vec3 getSouthLocation()- Specified by:
getSouthLocationin classcom.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
-
isSideActive
protected boolean isSideActive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction) - Overrides:
isSideActivein classcom.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
-