Uses of Interface
net.minecraft.tileentity.TileEntityMerger.ICallbackWrapper
Packages that use TileEntityMerger.ICallbackWrapper
-
Uses of TileEntityMerger.ICallbackWrapper in net.minecraft.block
Methods in net.minecraft.block that return TileEntityMerger.ICallbackWrapperModifier and TypeMethodDescriptionabstract TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity>
AbstractChestBlock.combine
(BlockState p_225536_1_, World p_225536_2_, BlockPos p_225536_3_, boolean p_225536_4_) TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity>
ChestBlock.combine
(BlockState p_225536_1_, World p_225536_2_, BlockPos p_225536_3_, boolean p_225536_4_) TileEntityMerger.ICallbackWrapper<? extends ChestTileEntity>
EnderChestBlock.combine
(BlockState p_225536_1_, World p_225536_2_, BlockPos p_225536_3_, boolean p_225536_4_) -
Uses of TileEntityMerger.ICallbackWrapper in net.minecraft.tileentity
Classes in net.minecraft.tileentity that implement TileEntityMerger.ICallbackWrapperModifier and TypeClassDescriptionstatic final class
static final class
Methods in net.minecraft.tileentity that return TileEntityMerger.ICallbackWrapperModifier and TypeMethodDescriptionstatic <S extends TileEntity>
TileEntityMerger.ICallbackWrapper<S>TileEntityMerger.combineWithNeigbour
(TileEntityType<S> p_226924_0_, Function<BlockState, TileEntityMerger.Type> p_226924_1_, Function<BlockState, Direction> p_226924_2_, DirectionProperty p_226924_3_, BlockState p_226924_4_, IWorld p_226924_5_, BlockPos p_226924_6_, BiPredicate<IWorld, BlockPos> p_226924_7_)