Interface UpgradeData.Logic

All Known Implementing Classes:
UpgradeData.BuiltinLogic
Enclosing class:
UpgradeData

public static interface UpgradeData.Logic
Mappings:
Namespace Name
official dbm$a
intermediary net/minecraft/class_2843$class_2844
named net/minecraft/world/chunk/UpgradeData$Logic
  • Method Details

    • getUpdatedState

      BlockState getUpdatedState(BlockState oldState, Direction direction, BlockState otherState, WorldAccess world, BlockPos currentPos, BlockPos otherPos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldbm$a;a(Lcyt;Lgv;Lcyt;Lcjx;Lgp;Lgp;)Lcyt;
      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

      default void postUpdate(WorldAccess world)
      Mappings:
      Namespace Name Mixin selector
      official a Ldbm$a;a(Lcjx;)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