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 BlockSetTypeBlockSetType.ACACIAstatic final BlockSetTypeBlockSetType.BAMBOOstatic final BlockSetTypeBlockSetType.BIRCHstatic final BlockSetTypeBlockSetType.CHERRYstatic final BlockSetTypeBlockSetType.CRIMSONstatic final BlockSetTypeBlockSetType.DARK_OAKprivate final BlockSetTypeAbstractPressurePlateBlock.field_42726private final BlockSetTypeButtonBlock.field_42753private final BlockSetTypeDoorBlock.field_42757private final BlockSetTypeTrapdoorBlock.field_42779static final BlockSetTypeBlockSetType.GOLDstatic final BlockSetTypeBlockSetType.IRONstatic final BlockSetTypeBlockSetType.JUNGLEstatic final BlockSetTypeBlockSetType.MANGROVEstatic final BlockSetTypeBlockSetType.OAKstatic final BlockSetTypeBlockSetType.POLISHED_BLACKSTONEprivate final BlockSetTypeWoodType.setTypeThe field for thesetTyperecord component.static final BlockSetTypeBlockSetType.SPRUCEstatic final BlockSetTypeBlockSetType.STONEstatic final BlockSetTypeBlockSetType.WARPEDFields in net.minecraft.block with type parameters of type BlockSetTypeMethods in net.minecraft.block that return BlockSetTypeModifier and TypeMethodDescriptionprivate static BlockSetTypeBlockSetType.register(BlockSetType blockSetType) WoodType.setType()Returns the value of thesetTyperecord 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 ButtonBlockBlocks.createWoodenButtonBlock(BlockSetType blockSetType) private static BlockSetTypeBlockSetType.register(BlockSetType blockSetType) Constructors in net.minecraft.block with parameters of type BlockSetTypeModifierConstructorDescriptionprotectedAbstractPressurePlateBlock(AbstractBlock.Settings settings, BlockSetType blockSetType) protectedButtonBlock(AbstractBlock.Settings settings, BlockSetType blockSetType, int int2, boolean bool) protectedDoorBlock(AbstractBlock.Settings settings, BlockSetType blockSetType) protectedPressurePlateBlock(PressurePlateBlock.ActivationRule type, AbstractBlock.Settings settings, BlockSetType blockSetType) protectedTrapdoorBlock(AbstractBlock.Settings settings, BlockSetType blockSetType) protectedWeightedPressurePlateBlock(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)