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
private 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.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 TypeMethodDescriptionprivate static BlockSetType
BlockSetType.register
(BlockSetType blockSetType) WoodType.setType()
Returns the value of thesetType
record component.Modifier and TypeMethodDescriptionprivate static ButtonBlock
Blocks.createWoodenButtonBlock
(BlockSetType blockSetType) private static BlockSetType
BlockSetType.register
(BlockSetType blockSetType) ModifierConstructorDescriptionprotected
AbstractPressurePlateBlock
(AbstractBlock.Settings settings, BlockSetType blockSetType) protected
ButtonBlock
(AbstractBlock.Settings settings, BlockSetType blockSetType, int pressTicks, boolean wooden) protected
DoorBlock
(AbstractBlock.Settings settings, BlockSetType blockSetType) protected
PressurePlateBlock
(PressurePlateBlock.ActivationRule type, AbstractBlock.Settings settings, BlockSetType blockSetType) protected
TrapdoorBlock
(AbstractBlock.Settings settings, BlockSetType blockSetType) protected
WeightedPressurePlateBlock
(int weight, AbstractBlock.Settings settings, BlockSetType blockSetType) WoodType
(String name, BlockSetType setType) WoodType
(String string, BlockSetType blockSetType, BlockSoundGroup blockSoundGroup, BlockSoundGroup blockSoundGroup2, SoundEvent soundEvent, SoundEvent soundEvent2)