Uses of Class
net.minecraft.tileentity.TileEntityMerger.Type
-
Packages that use TileEntityMerger.Type Package Description net.minecraft.block net.minecraft.tileentity -
-
Uses of TileEntityMerger.Type in net.minecraft.block
Methods in net.minecraft.block that return TileEntityMerger.Type Modifier and Type Method Description static TileEntityMerger.Type
BedBlock. getBlockType(BlockState p_226863_0_)
static TileEntityMerger.Type
ChestBlock. getBlockType(BlockState p_226919_0_)
-
Uses of TileEntityMerger.Type in net.minecraft.tileentity
Methods in net.minecraft.tileentity that return TileEntityMerger.Type Modifier and Type Method Description static TileEntityMerger.Type
TileEntityMerger.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TileEntityMerger.Type[]
TileEntityMerger.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in net.minecraft.tileentity with type arguments of type TileEntityMerger.Type Modifier and Type Method Description static <S extends TileEntity>
TileEntityMerger.ICallbackWrapper<S>TileEntityMerger. combineWithNeigbour(TileEntityType<S> p_226924_0_, java.util.function.Function<BlockState,TileEntityMerger.Type> p_226924_1_, java.util.function.Function<BlockState,Direction> p_226924_2_, DirectionProperty p_226924_3_, BlockState p_226924_4_, IWorld p_226924_5_, BlockPos p_226924_6_, java.util.function.BiPredicate<IWorld,BlockPos> p_226924_7_)
-