net.minecraft.world.level.redstone

public class ExperimentalRedstoneWireEvaluator

extends RedstoneWireEvaluator

fcw
net.minecraft.world.level.redstone.ExperimentalRedstoneWireEvaluator
net.minecraft.class_9903
net.minecraft.world.ExperimentalRedstoneController

Field summary

Modifier and TypeField
private final Deque<BlockPos>
b
wiresToTurnOff
field_52665
powerIncreaseQueue
private final Deque<BlockPos>
c
wiresToTurnOn
field_52666
powerDecreaseQueue
private final it.unimi.dsi.fastutil.objects.Object2IntMap<BlockPos>
d
updatedWires
field_52667
wireOrientationsAndPowers

Constructor summary

ModifierConstructor
public (RedStoneWireBlock arg0)

Method summary

Modifier and TypeMethod
public void
a(dno arg0, jb arg1, efg arg2, fcz arg3, boolean arg4)
updatePowerStrength(Level arg0, BlockPos arg1, BlockState arg2, Orientation arg3, boolean arg4)
method_61824(class_1937 arg0, class_2338 arg1, class_2680 arg2, class_9904 arg3, boolean arg4)
update(World arg0, BlockPos arg1, BlockState arg2, WireOrientation arg3, boolean arg4)
private void
a(dno arg0)
causeNeighborUpdates(Level arg0)
method_61829(class_1937 arg0)
update(World world)
private static boolean
a(efg arg0, jh arg1)
isConnected(BlockState arg0, Direction arg1)
method_61834(class_2680 arg0, class_2350 arg1)
canProvidePowerTo(BlockState wireState, Direction direction)
private static Orientation
a(dno arg0, fcz arg1)
getInitialOrientation(Level arg0, Orientation arg1)
method_61830(class_1937 arg0, class_9904 arg1)
tweakOrientation(World world, WireOrientation orientation)
private void
a(dno arg0, jb arg1, fcz arg2)
calculateCurrentChanges(Level arg0, BlockPos arg1, Orientation arg2)
method_61832(class_1937 arg0, class_2338 arg1, class_9904 arg2)
propagatePowerUpdates(World world, BlockPos pos, WireOrientation orientation)
private static int
a(fcz arg0, int arg1)
packOrientationAndPower(Orientation arg0, int arg1)
method_61835(class_9904 arg0, int arg1)
packOrientationAndPower(WireOrientation orientation, int power)
private static Orientation
a(int arg0)
unpackOrientation(int arg0)
method_61828(int arg0)
unpackOrientation(int packed)
private static int
b(int arg0)
unpackPower(int arg0)
method_61840(int arg0)
unpackPower(int packed)
private void
a(jb arg0, int arg1, fcz arg2)
setPower(BlockPos arg0, int arg1, Orientation arg2)
method_61838(class_2338 arg0, int arg1, class_9904 arg2)
updatePowerAt(BlockPos pos, int power, WireOrientation defaultOrientation)
private void
a(dno arg0, jb arg1, int arg2, fcz arg3, boolean arg4)
propagateChangeToNeighbors(Level arg0, BlockPos arg1, int arg2, Orientation arg3, boolean arg4)
method_61831(class_1937 arg0, class_2338 arg1, int arg2, class_9904 arg3, boolean arg4)
spreadPowerUpdateToNeighbors(World world, BlockPos pos, int power, WireOrientation orientation, boolean canIncreasePower)
private void
b(dno arg0, jb arg1, int arg2, fcz arg3, boolean arg4)
enqueueNeighborWire(Level arg0, BlockPos arg1, int arg2, Orientation arg3, boolean arg4)
method_61841(class_1937 arg0, class_2338 arg1, int arg2, class_9904 arg3, boolean arg4)
spreadPowerUpdateTo(World world, BlockPos neighborPos, int power, WireOrientation orientation, boolean canIncreasePower)
protected int
a(jb arg0, efg arg1)
getWireSignal(BlockPos arg0, BlockState arg1)
method_61839(class_2338 arg0, class_2680 arg1)
getWirePowerAt(BlockPos arg0, BlockState arg1)