Package net.minecraft.world.chunk
Interface UpgradeData.Logic
- All Known Implementing Classes:
UpgradeData.BuiltinLogic
- Enclosing class:
UpgradeData
public static interface UpgradeData.Logic
- Mappings:
Namespace Name official did$a
intermediary net/minecraft/class_2843$class_2844
named net/minecraft/world/chunk/UpgradeData$Logic
-
Method Summary
Modifier and TypeMethodDescriptiongetUpdatedState
(BlockState oldState, Direction direction, BlockState otherState, WorldAccess world, BlockPos currentPos, BlockPos otherPos) default void
postUpdate
(WorldAccess world)
-
Method Details
-
getUpdatedState
BlockState getUpdatedState(BlockState oldState, Direction direction, BlockState otherState, WorldAccess world, BlockPos currentPos, BlockPos otherPos) - Mappings:
Namespace Name Mixin selector official a
Ldid$a;a(Ldfj;Lha;Ldfj;Lcpw;Lgw;Lgw;)Ldfj;
intermediary method_12358
Lnet/minecraft/class_2843$class_2844;method_12358(Lnet/minecraft/class_2680;Lnet/minecraft/class_2350;Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
named getUpdatedState
Lnet/minecraft/world/chunk/UpgradeData$Logic;getUpdatedState(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Direction;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
postUpdate
- Mappings:
Namespace Name Mixin selector official a
Ldid$a;a(Lcpw;)V
intermediary method_12357
Lnet/minecraft/class_2843$class_2844;method_12357(Lnet/minecraft/class_1936;)V
named postUpdate
Lnet/minecraft/world/chunk/UpgradeData$Logic;postUpdate(Lnet/minecraft/world/WorldAccess;)V
-