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/RedstoneControllerintermediary net/minecraft/class_9906official ezk
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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 wireLnet/minecraft/world/RedstoneController;wire:Lnet/minecraft/block/RedstoneWireBlock;intermediary field_52687Lnet/minecraft/class_9906;field_52687:Lnet/minecraft/class_2457;official aLezk;a:Ldtx;
-
-
Constructor Details
-
RedstoneController
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/RedstoneController;<init>(Lnet/minecraft/block/RedstoneWireBlock;)Vintermediary <init>Lnet/minecraft/class_9906;<init>(Lnet/minecraft/class_2457;)Vofficial <init>Lezk;<init>(Ldtx;)V
-
-
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 updateLnet/minecraft/world/RedstoneController;update(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/block/WireOrientation;Z)Vintermediary method_61824Lnet/minecraft/class_9906;method_61824(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_9904;Z)Vofficial aLezk;a(Ldkj;Liw;Lebq;Lezi;Z)V
-
getStrongPowerAt
- Mappings:
Namespace Name Mixin selector named getStrongPowerAtLnet/minecraft/world/RedstoneController;getStrongPowerAt(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Iintermediary method_61865Lnet/minecraft/class_9906;method_61865(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Iofficial aLezk;a(Ldkj;Liw;)I
-
getWirePowerAt
- Mappings:
Namespace Name Mixin selector named getWirePowerAtLnet/minecraft/world/RedstoneController;getWirePowerAt(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Iintermediary method_61839Lnet/minecraft/class_9906;method_61839(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Iofficial aLezk;a(Liw;Lebq;)I
-
calculateWirePowerAt
- Mappings:
Namespace Name Mixin selector named calculateWirePowerAtLnet/minecraft/world/RedstoneController;calculateWirePowerAt(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Iintermediary method_61866Lnet/minecraft/class_9906;method_61866(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Iofficial bLezk;b(Ldkj;Liw;)I
-