Uses of Interface
net.minecraft.tileentity.TileEntityMerger.ICallback
Packages that use TileEntityMerger.ICallback
Package
Description
-
Uses of TileEntityMerger.ICallback in net.minecraft.block
Fields in net.minecraft.block declared as TileEntityMerger.ICallbackModifier and TypeFieldDescriptionprivate static final TileEntityMerger.ICallback<ChestTileEntity,Optional<IInventory>> ChestBlock.CHEST_COMBINERprivate static final TileEntityMerger.ICallback<ChestTileEntity,Optional<INamedContainerProvider>> ChestBlock.MENU_PROVIDER_COMBINERMethods in net.minecraft.block that return TileEntityMerger.ICallbackModifier and TypeMethodDescriptionstatic TileEntityMerger.ICallback<ChestTileEntity,it.unimi.dsi.fastutil.floats.Float2FloatFunction> ChestBlock.opennessCombiner(IChestLid p_226917_0_) -
Uses of TileEntityMerger.ICallback in net.minecraft.client.renderer.tileentity
Classes in net.minecraft.client.renderer.tileentity that implement TileEntityMerger.ICallback -
Uses of TileEntityMerger.ICallback in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type TileEntityMerger.ICallbackModifier and TypeMethodDescription<T> TTileEntityMerger.ICallbackWrapper.apply(TileEntityMerger.ICallback<? super S, T> p_apply_1_) <T> TTileEntityMerger.ICallbackWrapper.Double.apply(TileEntityMerger.ICallback<? super S, T> p_apply_1_) <T> TTileEntityMerger.ICallbackWrapper.Single.apply(TileEntityMerger.ICallback<? super S, T> p_apply_1_)