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 evg
-
Field Summary
-
Constructor Summary
-
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
-
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
Levg;a:Ldqq;
-
-
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>
Levg;<init>(Ldqq;)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 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
Levg;a(Ldhh;Ljh;Ldxu;Leve;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
Levg;a(Ldhh;Ljh;)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
Levg;a(Ljh;Ldxu;)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
Levg;b(Ldhh;Ljh;)I
-