Class RedstoneWireEvaluator
java.lang.Object
net.minecraft.world.level.redstone.RedstoneWireEvaluator
- Direct Known Subclasses:
DefaultRedstoneWireEvaluator
,ExperimentalRedstoneWireEvaluator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
getBlockSignal
(Level pLevel, BlockPos pPos) protected int
getIncomingWireSignal
(Level pLevel, BlockPos pPos) protected int
getWireSignal
(BlockPos pPos, BlockState pState) abstract void
updatePowerStrength
(Level pLevel, BlockPos pPos, BlockState pState, Orientation pOrientation, boolean pUpdateShape)
-
Field Details
-
wireBlock
-
-
Constructor Details
-
RedstoneWireEvaluator
-
-
Method Details
-
updatePowerStrength
public abstract void updatePowerStrength(Level pLevel, BlockPos pPos, BlockState pState, @Nullable Orientation pOrientation, boolean pUpdateShape) -
getBlockSignal
-
getWireSignal
-
getIncomingWireSignal
-