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.
- Mappings:
Namespace Name named net/minecraft/network/packet/s2c/play/ChunkData$BlockEntityVisitor
intermediary net/minecraft/class_6603$class_6605
official adt$b
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(BlockPos pos, BlockEntityType<?> type, @Nullable NbtCompound nbt)
-
Method Details
-
accept
- 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
Ladt$b;accept(Liz;Ldpl;Lus;)V
-