Interface ChunkData.BlockEntityVisitor

Enclosing class:
ChunkData
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ChunkData.BlockEntityVisitor
Mappings:
Namespace Name
official vr$b
intermediary net/minecraft/class_6603$class_6605
named net/minecraft/network/packet/s2c/play/ChunkData$BlockEntityVisitor
  • Method Details

    • accept

      void accept(BlockPos pos, BlockEntityType<?> type, @Nullable @Nullable NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official accept Lvr$b;accept(Lgp;Lcwn;Lqp;)V
      intermediary accept Lnet/minecraft/class_6603$class_6605;accept(Lnet/minecraft/class_2338;Lnet/minecraft/class_2591;Lnet/minecraft/class_2487;)V
      named accept Lnet/minecraft/network/packet/s2c/play/ChunkData$BlockEntityVisitor;accept(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntityType;Lnet/minecraft/nbt/NbtCompound;)V