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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected intcalculateWirePowerAt(World world, BlockPos pos) protected intgetStrongPowerAt(World world, BlockPos pos) protected intgetWirePowerAt(BlockPos world, BlockState pos) abstract voidupdate(World world, BlockPos pos, BlockState state, @Nullable WireOrientation orientation, boolean blockAdded) 
- 
Field Details- 
wire- Mappings:
- Namespace - Name - Mixin selector - named - wire- Lnet/minecraft/world/RedstoneController;wire:Lnet/minecraft/block/RedstoneWireBlock;- intermediary - field_52687- Lnet/minecraft/class_9906;field_52687:Lnet/minecraft/class_2457;- official - a- Leuk;a:Ldpu;
 
 
- 
- 
Constructor Details- 
RedstoneController- 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 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
 
 
-