Uses of Record Class
net.minecraft.block.BlockSetType
Packages that use BlockSetType
-
Uses of BlockSetType in net.minecraft.block
Fields in net.minecraft.block declared as BlockSetTypeModifier 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
Fields in net.minecraft.block with type parameters of type BlockSetTypeMethods in net.minecraft.block that return BlockSetTypeModifier and TypeMethodDescriptionDoorBlock.getBlockSetType()
private static BlockSetType
BlockSetType.register
(BlockSetType blockSetType) WoodType.setType()
Returns the value of thesetType
record component.Methods in net.minecraft.block that return types with arguments of type BlockSetTypeMethods in net.minecraft.block with parameters of type BlockSetTypeModifier and TypeMethodDescriptionprivate static ButtonBlock
Blocks.createWoodenButtonBlock
(BlockSetType blockSetType, FeatureFlag[] requiredFeatures) private static BlockSetType
BlockSetType.register
(BlockSetType blockSetType) Constructors in net.minecraft.block with parameters of type BlockSetTypeModifierConstructorDescriptionprotected
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)