Package net.minecraft.world
Class RedstoneController
java.lang.Object
net.minecraft.world.RedstoneController
- Direct Known Subclasses:
DefaultRedstoneController
,ExperimentalRedstoneController
- Mappings:
Namespace Name named net/minecraft/world/RedstoneController
intermediary net/minecraft/class_9906
official euk
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
calculateWirePowerAt
(World world, BlockPos pos) protected int
getStrongPowerAt
(World world, BlockPos pos) protected int
getWirePowerAt
(BlockPos world, BlockState pos) abstract void
update
(World world, BlockPos pos, BlockState state, @Nullable WireOrientation orientation, boolean blockAdded)
-
Field Details
-
Constructor Details
-
Method Details
-
update
public abstract void update(World world, BlockPos pos, BlockState state, @Nullable @Nullable WireOrientation orientation, boolean blockAdded) - Mappings:
Namespace Name Mixin selector named update
Lnet/minecraft/world/RedstoneController;update(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/block/WireOrientation;Z)V
intermediary method_61824
Lnet/minecraft/class_9906;method_61824(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_9904;Z)V
official a
Leuk;a(Ldgj;Lji;Ldwy;Leui;Z)V
-
getStrongPowerAt
- Mappings:
Namespace Name Mixin selector named getStrongPowerAt
Lnet/minecraft/world/RedstoneController;getStrongPowerAt(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)I
intermediary method_61865
Lnet/minecraft/class_9906;method_61865(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)I
official a
Leuk;a(Ldgj;Lji;)I
-
getWirePowerAt
- Mappings:
Namespace Name Mixin selector named getWirePowerAt
Lnet/minecraft/world/RedstoneController;getWirePowerAt(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)I
intermediary method_61839
Lnet/minecraft/class_9906;method_61839(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)I
official a
Leuk;a(Lji;Ldwy;)I
-
calculateWirePowerAt
- Mappings:
Namespace Name Mixin selector named calculateWirePowerAt
Lnet/minecraft/world/RedstoneController;calculateWirePowerAt(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)I
intermediary method_61866
Lnet/minecraft/class_9906;method_61866(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)I
official b
Leuk;b(Ldgj;Lji;)I
-