Uses of Interface
net.minecraft.tileentity.TileEntityMerger.ICallback
-
Packages that use TileEntityMerger.ICallback Package Description net.minecraft.block net.minecraft.client.renderer.tileentity net.minecraft.tileentity -
-
Uses of TileEntityMerger.ICallback in net.minecraft.block
Fields in net.minecraft.block declared as TileEntityMerger.ICallback Modifier and Type Field Description private static TileEntityMerger.ICallback<ChestTileEntity,java.util.Optional<IInventory>>
ChestBlock. CHEST_COMBINER
private static TileEntityMerger.ICallback<ChestTileEntity,java.util.Optional<INamedContainerProvider>>
ChestBlock. MENU_PROVIDER_COMBINER
Methods in net.minecraft.block that return TileEntityMerger.ICallback Modifier and Type Method Description static 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 Modifier and Type Class Description class
DualBrightnessCallback<S extends TileEntity>
-
Uses of TileEntityMerger.ICallback in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type TileEntityMerger.ICallback Modifier and Type Method Description <T> T
TileEntityMerger.ICallbackWrapper. apply(TileEntityMerger.ICallback<? super S,T> p_apply_1_)
<T> T
TileEntityMerger.ICallbackWrapper.Double. apply(TileEntityMerger.ICallback<? super S,T> p_apply_1_)
<T> T
TileEntityMerger.ICallbackWrapper.Single. apply(TileEntityMerger.ICallback<? super S,T> p_apply_1_)
-