Package net.minecraft.world
Class DefaultRedstoneController
java.lang.Object
net.minecraft.world.RedstoneController
net.minecraft.world.DefaultRedstoneController
- Mappings:
- Namespace - Name - named - net/minecraft/world/DefaultRedstoneController- intermediary - net/minecraft/class_9901- official - eud
- 
Field SummaryFields inherited from class net.minecraft.world.RedstoneControllerwire
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate intcalculateTotalPowerAt(World world, BlockPos pos) voidupdate(World world, BlockPos pos, BlockState state, @Nullable WireOrientation orientation, boolean blockAdded) Methods inherited from class net.minecraft.world.RedstoneControllercalculateWirePowerAt, getStrongPowerAt, getWirePowerAt
- 
Constructor Details- 
DefaultRedstoneController- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/RedstoneController;<init>(Lnet/minecraft/block/RedstoneWireBlock;)V- intermediary - <init>- Lnet/minecraft/class_9906;<init>(Lnet/minecraft/class_2457;)V- official - <init>- Leuk;<init>(Ldpu;)V
 
 
- 
- 
Method Details- 
updatepublic void update(World world, BlockPos pos, BlockState state, @Nullable @Nullable WireOrientation orientation, boolean blockAdded) - Specified by:
- updatein class- RedstoneController
- 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
 
- 
calculateTotalPowerAt- Mappings:
- Namespace - Name - Mixin selector - named - calculateTotalPowerAt- Lnet/minecraft/world/DefaultRedstoneController;calculateTotalPowerAt(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)I- intermediary - method_61825- Lnet/minecraft/class_9901;method_61825(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)I- official - c- Leud;c(Ldgj;Lji;)I
 
 
-