Uses of Interface
net.minecraft.world.level.block.DoubleBlockCombiner.Combiner
Packages that use DoubleBlockCombiner.Combiner
-
Uses of DoubleBlockCombiner.Combiner in net.minecraft.client.renderer.blockentity
Classes in net.minecraft.client.renderer.blockentity that implement DoubleBlockCombiner.Combiner -
Uses of DoubleBlockCombiner.Combiner in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as DoubleBlockCombiner.CombinerModifier and TypeFieldDescriptionprivate static final DoubleBlockCombiner.Combiner<ChestBlockEntity,
Optional<Container>> ChestBlock.CHEST_COMBINER
private static final DoubleBlockCombiner.Combiner<ChestBlockEntity,
Optional<MenuProvider>> ChestBlock.MENU_PROVIDER_COMBINER
Methods in net.minecraft.world.level.block that return DoubleBlockCombiner.CombinerModifier and TypeMethodDescriptionstatic DoubleBlockCombiner.Combiner<ChestBlockEntity,
it.unimi.dsi.fastutil.floats.Float2FloatFunction> ChestBlock.opennessCombiner
(LidBlockEntity p_51518_) Methods in net.minecraft.world.level.block with parameters of type DoubleBlockCombiner.CombinerModifier and TypeMethodDescription<T> T
DoubleBlockCombiner.NeighborCombineResult.apply
(DoubleBlockCombiner.Combiner<? super S, T> p_52845_) <T> T
DoubleBlockCombiner.NeighborCombineResult.Double.apply
(DoubleBlockCombiner.Combiner<? super S, T> p_52852_) <T> T
DoubleBlockCombiner.NeighborCombineResult.Single.apply
(DoubleBlockCombiner.Combiner<? super S, T> p_52857_)