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 named net/minecraft/world/chunk/UpgradeData$Logicintermediary net/minecraft/class_2843$class_2844official dzq$a
- 
Method Summary
Modifier and TypeMethodDescriptiongetUpdatedState(BlockState oldState, Direction direction, BlockState otherState, WorldAccess world, BlockPos currentPos, BlockPos otherPos) default voidpostUpdate(WorldAccess world)  
- 
Method Details
- 
getUpdatedState
BlockState getUpdatedState(BlockState oldState, Direction direction, BlockState otherState, WorldAccess world, BlockPos currentPos, BlockPos otherPos) - Mappings:
 Namespace Name Mixin selector named getUpdatedStateLnet/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;intermediary method_12358Lnet/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;official aLdzq$a;a(Ldwy;Ljn;Ldwy;Ldgk;Lji;Lji;)Ldwy;
 - 
postUpdate
- Mappings:
 Namespace Name Mixin selector named postUpdateLnet/minecraft/world/chunk/UpgradeData$Logic;postUpdate(Lnet/minecraft/world/WorldAccess;)Vintermediary method_12357Lnet/minecraft/class_2843$class_2844;method_12357(Lnet/minecraft/class_1936;)Vofficial aLdzq$a;a(Ldgk;)V
 
 -