Class FilteredDetectorFilterSlot
java.lang.Object
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
com.simibubi.create.content.redstone.FilteredDetectorFilterSlot
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
ValueBoxTransform.Dual, 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) voidrotate(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, com.mojang.blaze3d.vertex.PoseStack ms) Methods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
fromSide, getLocalOffset, getSide, shouldRender, testHitMethods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
getFontScale, getOverrideColor, getScale, rotateHorizontally, transform
-
Constructor Details
-
FilteredDetectorFilterSlot
public FilteredDetectorFilterSlot(boolean hasSlotAtBottom)
-
-
Method Details
-
isSideActive
protected boolean isSideActive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction) - Overrides:
isSideActivein classValueBoxTransform.Sided
-
rotate
public void rotate(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, com.mojang.blaze3d.vertex.PoseStack ms) - Overrides:
rotatein classValueBoxTransform.Sided
-
getSouthLocation
protected net.minecraft.world.phys.Vec3 getSouthLocation()- Specified by:
getSouthLocationin classValueBoxTransform.Sided
-