Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.tileentity |
Modifier and Type | Method and Description |
---|---|
static TileEntityMerger.Type |
BedBlock.func_226863_i_(BlockState p_226863_0_) |
static TileEntityMerger.Type |
ChestBlock.func_226919_h_(BlockState p_226919_0_) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static <S extends TileEntity> |
TileEntityMerger.func_226924_a_(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_) |