Uses of Record Class
net.minecraft.block.BlockSetType
-
Uses of BlockSetType in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final BlockSetType
BlockSetType.ACACIA
static final BlockSetType
BlockSetType.BAMBOO
static final BlockSetType
BlockSetType.BIRCH
protected final BlockSetType
AbstractPressurePlateBlock.blockSetType
private final BlockSetType
ButtonBlock.blockSetType
private final BlockSetType
DoorBlock.blockSetType
private final BlockSetType
TrapdoorBlock.blockSetType
static final BlockSetType
BlockSetType.CHERRY
static final BlockSetType
BlockSetType.COPPER
static final BlockSetType
BlockSetType.CRIMSON
static final BlockSetType
BlockSetType.DARK_OAK
static final BlockSetType
BlockSetType.GOLD
static final BlockSetType
BlockSetType.IRON
static final BlockSetType
BlockSetType.JUNGLE
static final BlockSetType
BlockSetType.MANGROVE
static final BlockSetType
BlockSetType.OAK
static final BlockSetType
BlockSetType.POLISHED_BLACKSTONE
private final BlockSetType
WoodType.setType
The field for thesetType
record component.static final BlockSetType
BlockSetType.SPRUCE
static final BlockSetType
BlockSetType.STONE
static final BlockSetType
BlockSetType.WARPED
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockSetType>
BlockSetType.CODEC
private static final Map<String,
BlockSetType> BlockSetType.VALUES
Modifier and TypeMethodDescriptionDoorBlock.getBlockSetType()
protected BlockSetType
TrapdoorBlock.getBlockSetType()
private static BlockSetType
BlockSetType.register
(BlockSetType blockSetType) WoodType.setType()
Returns the value of thesetType
record component.Modifier and TypeMethodDescriptionprivate static Block
Blocks.createWoodenButtonBlock
(BlockSetType blockSetType) private static BlockSetType
BlockSetType.register
(BlockSetType blockSetType) ModifierConstructorDescriptionprotected
AbstractPressurePlateBlock
(AbstractBlock.Settings settings, BlockSetType blockSetType) protected
ButtonBlock
(BlockSetType blockSetType, int pressTicks, AbstractBlock.Settings settings) protected
DoorBlock
(BlockSetType type, AbstractBlock.Settings settings) protected
OxidizableDoorBlock
(BlockSetType type, Oxidizable.OxidationLevel oxidationLevel, AbstractBlock.Settings settings) protected
OxidizableTrapdoorBlock
(BlockSetType type, Oxidizable.OxidationLevel oxidationLevel, AbstractBlock.Settings settings) protected
PressurePlateBlock
(BlockSetType type, AbstractBlock.Settings settings) protected
TrapdoorBlock
(BlockSetType type, AbstractBlock.Settings settings) protected
WeightedPressurePlateBlock
(int weight, BlockSetType type, AbstractBlock.Settings settings) WoodType
(String name, BlockSetType setType) WoodType
(String string, BlockSetType blockSetType, BlockSoundGroup blockSoundGroup, BlockSoundGroup blockSoundGroup2, SoundEvent soundEvent, SoundEvent soundEvent2)