Uses of Class
net.minecraft.state.IntegerProperty
-
Packages that use IntegerProperty Package Description net.minecraft.block net.minecraft.fluid net.minecraft.state net.minecraft.state.properties -
-
Uses of IntegerProperty in net.minecraft.block
Fields in net.minecraft.block declared as IntegerProperty Modifier and Type Field Description static IntegerPropertyAbstractTopPlantBlock. AGEstatic IntegerPropertyBambooBlock. AGEstatic IntegerPropertyBeetrootBlock. AGEstatic IntegerPropertyCactusBlock. AGEstatic IntegerPropertyChorusFlowerBlock. AGEstatic IntegerPropertyCocoaBlock. AGEstatic IntegerPropertyCropsBlock. AGEstatic IntegerPropertyFireBlock. AGEstatic IntegerPropertyFrostedIceBlock. AGEstatic IntegerPropertyNetherWartBlock. AGEstatic IntegerPropertyStemBlock. AGEstatic IntegerPropertySugarCaneBlock. AGEstatic IntegerPropertySweetBerryBushBlock. AGEstatic IntegerPropertyCakeBlock. BITESstatic IntegerPropertyRespawnAnchorBlock. CHARGEstatic IntegerPropertyRepeaterBlock. DELAYstatic IntegerPropertyLeavesBlock. DISTANCEstatic IntegerPropertyScaffoldingBlock. DISTANCEstatic IntegerPropertyTurtleEggBlock. EGGSstatic IntegerPropertyTurtleEggBlock. HATCHstatic IntegerPropertyBeehiveBlock. HONEY_LEVELstatic IntegerPropertySnowBlock. LAYERSstatic IntegerPropertyCauldronBlock. LEVELstatic IntegerPropertyComposterBlock. LEVELstatic IntegerPropertyFlowingFluidBlock. LEVELstatic IntegerPropertyFarmlandBlock. MOISTUREstatic IntegerPropertyNoteBlock. NOTEprivate static IntegerPropertyTargetBlock. OUTPUT_POWERstatic IntegerPropertySeaPickleBlock. PICKLESstatic IntegerPropertyDaylightDetectorBlock. POWERstatic IntegerPropertyRedstoneWireBlock. POWERstatic IntegerPropertyWeightedPressurePlateBlock. POWERstatic IntegerPropertyBannerBlock. ROTATIONstatic IntegerPropertySkullBlock. ROTATIONstatic IntegerPropertyStandingSignBlock. ROTATIONstatic IntegerPropertyBambooBlock. STAGEstatic IntegerPropertySaplingBlock. STAGEMethods in net.minecraft.block that return IntegerProperty Modifier and Type Method Description IntegerPropertyBeetrootBlock. getAgeProperty()IntegerPropertyCropsBlock. getAgeProperty() -
Uses of IntegerProperty in net.minecraft.fluid
Fields in net.minecraft.fluid declared as IntegerProperty Modifier and Type Field Description static IntegerPropertyFlowingFluid. LEVEL -
Uses of IntegerProperty in net.minecraft.state
Methods in net.minecraft.state that return IntegerProperty Modifier and Type Method Description static IntegerPropertyIntegerProperty. create(java.lang.String p_177719_0_, int p_177719_1_, int p_177719_2_) -
Uses of IntegerProperty in net.minecraft.state.properties
Fields in net.minecraft.state.properties declared as IntegerProperty Modifier and Type Field Description static IntegerPropertyBlockStateProperties. AGE_1static IntegerPropertyBlockStateProperties. AGE_15static IntegerPropertyBlockStateProperties. AGE_2static IntegerPropertyBlockStateProperties. AGE_25static IntegerPropertyBlockStateProperties. AGE_3static IntegerPropertyBlockStateProperties. AGE_5static IntegerPropertyBlockStateProperties. AGE_7static IntegerPropertyBlockStateProperties. BITESstatic IntegerPropertyBlockStateProperties. DELAYstatic IntegerPropertyBlockStateProperties. DISTANCEstatic IntegerPropertyBlockStateProperties. EGGSstatic IntegerPropertyBlockStateProperties. HATCHstatic IntegerPropertyBlockStateProperties. LAYERSstatic IntegerPropertyBlockStateProperties. LEVELstatic IntegerPropertyBlockStateProperties. LEVEL_CAULDRONstatic IntegerPropertyBlockStateProperties. LEVEL_COMPOSTERstatic IntegerPropertyBlockStateProperties. LEVEL_FLOWINGstatic IntegerPropertyBlockStateProperties. LEVEL_HONEYstatic IntegerPropertyBlockStateProperties. MOISTUREstatic IntegerPropertyBlockStateProperties. NOTEstatic IntegerPropertyBlockStateProperties. PICKLESstatic IntegerPropertyBlockStateProperties. POWERstatic IntegerPropertyBlockStateProperties. RESPAWN_ANCHOR_CHARGESstatic IntegerPropertyBlockStateProperties. ROTATION_16static IntegerPropertyBlockStateProperties. STABILITY_DISTANCEstatic IntegerPropertyBlockStateProperties. STAGE
-