Uses of Class
net.minecraft.world.level.block.state.properties.IntegerProperty
Packages that use IntegerProperty
Package
Description
- 
Uses of IntegerProperty in net.minecraft.world.level.blockFields in net.minecraft.world.level.block declared as IntegerPropertyModifier and TypeFieldDescriptionstatic final IntegerPropertyBambooStalkBlock.AGEstatic final IntegerPropertyBeetrootBlock.AGEstatic final IntegerPropertyCactusBlock.AGEstatic final IntegerPropertyChorusFlowerBlock.AGEstatic final IntegerPropertyCocoaBlock.AGEstatic final IntegerPropertyCropBlock.AGEstatic final IntegerPropertyFireBlock.AGEstatic final IntegerPropertyFrostedIceBlock.AGEstatic final IntegerPropertyGrowingPlantHeadBlock.AGEstatic final IntegerPropertyMangrovePropaguleBlock.AGEstatic final IntegerPropertyNetherWartBlock.AGEstatic final IntegerPropertyPitcherCropBlock.AGEstatic final IntegerPropertyStemBlock.AGEstatic final IntegerPropertySugarCaneBlock.AGEstatic final IntegerPropertySweetBerryBushBlock.AGEstatic final IntegerPropertyTorchflowerCropBlock.AGEstatic final IntegerPropertyPinkPetalsBlock.AMOUNTstatic final IntegerPropertyCakeBlock.BITESstatic final IntegerPropertyCandleBlock.CANDLESstatic final IntegerPropertyRespawnAnchorBlock.CHARGEstatic final IntegerPropertyRepeaterBlock.DELAYstatic final IntegerPropertyLeavesBlock.DISTANCEstatic final IntegerPropertyScaffoldingBlock.DISTANCEprivate static final IntegerPropertyBrushableBlock.DUSTEDstatic final IntegerPropertyTurtleEggBlock.EGGSstatic final IntegerPropertySnifferEggBlock.HATCHstatic final IntegerPropertyTurtleEggBlock.HATCHstatic final IntegerPropertyBeehiveBlock.HONEY_LEVELstatic final IntegerPropertySnowLayerBlock.LAYERSstatic final IntegerPropertyComposterBlock.LEVELstatic final IntegerPropertyLayeredCauldronBlock.LEVELstatic final IntegerPropertyLightBlock.LEVELstatic final IntegerPropertyLiquidBlock.LEVELstatic final IntegerPropertyFarmBlock.MOISTUREstatic final IntegerPropertyNoteBlock.NOTEprivate static final IntegerPropertyTargetBlock.OUTPUT_POWERstatic final IntegerPropertySeaPickleBlock.PICKLESstatic final IntegerPropertyDaylightDetectorBlock.POWERstatic final IntegerPropertyRedStoneWireBlock.POWERstatic final IntegerPropertySculkSensorBlock.POWERstatic final IntegerPropertyWeightedPressurePlateBlock.POWERstatic final IntegerPropertyBannerBlock.ROTATIONstatic final IntegerPropertyCeilingHangingSignBlock.ROTATIONstatic final IntegerPropertySkullBlock.ROTATIONstatic final IntegerPropertyStandingSignBlock.ROTATIONstatic final IntegerPropertyBambooStalkBlock.STAGEstatic final IntegerPropertySaplingBlock.STAGEMethods in net.minecraft.world.level.block that return IntegerPropertyModifier and TypeMethodDescriptionprotected IntegerPropertyBeetrootBlock.getAgeProperty()protected IntegerPropertyCropBlock.getAgeProperty()protected IntegerPropertyTorchflowerCropBlock.getAgeProperty()
- 
Uses of IntegerProperty in net.minecraft.world.level.block.state.propertiesFields in net.minecraft.world.level.block.state.properties declared as IntegerPropertyModifier and TypeFieldDescriptionstatic final IntegerPropertyBlockStateProperties.AGE_1static final IntegerPropertyBlockStateProperties.AGE_15static final IntegerPropertyBlockStateProperties.AGE_2static final IntegerPropertyBlockStateProperties.AGE_25static final IntegerPropertyBlockStateProperties.AGE_3static final IntegerPropertyBlockStateProperties.AGE_4static final IntegerPropertyBlockStateProperties.AGE_5static final IntegerPropertyBlockStateProperties.AGE_7static final IntegerPropertyBlockStateProperties.BITESstatic final IntegerPropertyBlockStateProperties.CANDLESstatic final IntegerPropertyBlockStateProperties.DELAYstatic final IntegerPropertyBlockStateProperties.DISTANCEstatic final IntegerPropertyBlockStateProperties.DUSTEDstatic final IntegerPropertyBlockStateProperties.EGGSstatic final IntegerPropertyBlockStateProperties.FLOWER_AMOUNTstatic final IntegerPropertyBlockStateProperties.HATCHstatic final IntegerPropertyBlockStateProperties.LAYERSstatic final IntegerPropertyBlockStateProperties.LEVELstatic final IntegerPropertyBlockStateProperties.LEVEL_CAULDRONstatic final IntegerPropertyBlockStateProperties.LEVEL_COMPOSTERstatic final IntegerPropertyBlockStateProperties.LEVEL_FLOWINGstatic final IntegerPropertyBlockStateProperties.LEVEL_HONEYstatic final IntegerPropertyBlockStateProperties.MOISTUREstatic final IntegerPropertyBlockStateProperties.NOTEstatic final IntegerPropertyBlockStateProperties.PICKLESstatic final IntegerPropertyBlockStateProperties.POWERstatic final IntegerPropertyBlockStateProperties.RESPAWN_ANCHOR_CHARGESstatic final IntegerPropertyBlockStateProperties.ROTATION_16static final IntegerPropertyBlockStateProperties.STABILITY_DISTANCEstatic final IntegerPropertyBlockStateProperties.STAGEMethods in net.minecraft.world.level.block.state.properties that return IntegerProperty
- 
Uses of IntegerProperty in net.minecraft.world.level.levelgen.feature.stateprovidersFields in net.minecraft.world.level.levelgen.feature.stateproviders declared as IntegerPropertyMethods in net.minecraft.world.level.levelgen.feature.stateproviders that return IntegerPropertyModifier and TypeMethodDescriptionprivate static IntegerPropertyRandomizedIntStateProvider.findProperty(BlockState p_161571_, String p_161572_) Constructors in net.minecraft.world.level.levelgen.feature.stateproviders with parameters of type IntegerPropertyModifierConstructorDescriptionRandomizedIntStateProvider(BlockStateProvider p_161562_, IntegerProperty p_161563_, IntProvider p_161564_) 
- 
Uses of IntegerProperty in net.minecraft.world.level.materialFields in net.minecraft.world.level.material declared as IntegerProperty
- 
Uses of IntegerProperty in net.neoforged.neoforge.fluidsFields in net.neoforged.neoforge.fluids declared as IntegerPropertyModifier and TypeFieldDescriptionfinal @Nullable IntegerPropertyCauldronFluidContent.levelPropertyProperty storing the level of the cauldron.Methods in net.neoforged.neoforge.fluids with parameters of type IntegerPropertyModifier and TypeMethodDescription(package private) static voidCauldronFluidContent.register(Block block, Fluid fluid, int totalAmount, @Nullable IntegerProperty levelProperty) Do not try to call, use theRegisterCauldronFluidContentEventevent instead.voidRegisterCauldronFluidContentEvent.register(Block block, Fluid fluid, int totalAmount, @Nullable IntegerProperty levelProperty) Register a new cauldron, allowing it to be filled and emptied through the standard capability.Constructors in net.neoforged.neoforge.fluids with parameters of type IntegerPropertyModifierConstructorDescriptionprivateCauldronFluidContent(Block block, Fluid fluid, int totalAmount, int maxLevel, @Nullable IntegerProperty levelProperty)