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
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
Fields in net.minecraft.block with type parameters of type BlockSetTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BlockSetType> BlockSetType.CODEC
private static final Map
<String, BlockSetType> BlockSetType.VALUES
Methods in net.minecraft.block that return BlockSetTypeModifier and TypeMethodDescriptionDoorBlock.getBlockSetType()
protected BlockSetType
TrapdoorBlock.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 Block
Blocks.createWoodenButtonBlock
(BlockSetType blockSetType) 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
(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)