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
named net/minecraft/network/packet/s2c/play/ChunkData$BlockEntityVisitor
intermediary net/minecraft/class_6603$class_6605
official adf$b
  • Method Details

    • accept

      void accept(BlockPos pos, BlockEntityType<?> type, @Nullable @Nullable NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      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
      intermediary accept Lnet/minecraft/class_6603$class_6605;accept(Lnet/minecraft/class_2338;Lnet/minecraft/class_2591;Lnet/minecraft/class_2487;)V
      official accept Ladf$b;accept(Ljd;Ldqj;Lub;)V