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 IntegerProperty
AbstractTopPlantBlock. AGE
static IntegerProperty
BambooBlock. AGE
static IntegerProperty
BeetrootBlock. AGE
static IntegerProperty
CactusBlock. AGE
static IntegerProperty
ChorusFlowerBlock. AGE
static IntegerProperty
CocoaBlock. AGE
static IntegerProperty
CropsBlock. AGE
static IntegerProperty
FireBlock. AGE
static IntegerProperty
FrostedIceBlock. AGE
static IntegerProperty
NetherWartBlock. AGE
static IntegerProperty
StemBlock. AGE
static IntegerProperty
SugarCaneBlock. AGE
static IntegerProperty
SweetBerryBushBlock. AGE
static IntegerProperty
CakeBlock. BITES
static IntegerProperty
RespawnAnchorBlock. CHARGE
static IntegerProperty
RepeaterBlock. DELAY
static IntegerProperty
LeavesBlock. DISTANCE
static IntegerProperty
ScaffoldingBlock. DISTANCE
static IntegerProperty
TurtleEggBlock. EGGS
static IntegerProperty
TurtleEggBlock. HATCH
static IntegerProperty
BeehiveBlock. HONEY_LEVEL
static IntegerProperty
SnowBlock. LAYERS
static IntegerProperty
CauldronBlock. LEVEL
static IntegerProperty
ComposterBlock. LEVEL
static IntegerProperty
FlowingFluidBlock. LEVEL
static IntegerProperty
FarmlandBlock. MOISTURE
static IntegerProperty
NoteBlock. NOTE
private static IntegerProperty
TargetBlock. OUTPUT_POWER
static IntegerProperty
SeaPickleBlock. PICKLES
static IntegerProperty
DaylightDetectorBlock. POWER
static IntegerProperty
RedstoneWireBlock. POWER
static IntegerProperty
WeightedPressurePlateBlock. POWER
static IntegerProperty
BannerBlock. ROTATION
static IntegerProperty
SkullBlock. ROTATION
static IntegerProperty
StandingSignBlock. ROTATION
static IntegerProperty
BambooBlock. STAGE
static IntegerProperty
SaplingBlock. STAGE
Methods in net.minecraft.block that return IntegerProperty Modifier and Type Method Description IntegerProperty
BeetrootBlock. getAgeProperty()
IntegerProperty
CropsBlock. getAgeProperty()
-
Uses of IntegerProperty in net.minecraft.fluid
Fields in net.minecraft.fluid declared as IntegerProperty Modifier and Type Field Description static IntegerProperty
FlowingFluid. LEVEL
-
Uses of IntegerProperty in net.minecraft.state
Methods in net.minecraft.state that return IntegerProperty Modifier and Type Method Description static IntegerProperty
IntegerProperty. 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 IntegerProperty
BlockStateProperties. AGE_1
static IntegerProperty
BlockStateProperties. AGE_15
static IntegerProperty
BlockStateProperties. AGE_2
static IntegerProperty
BlockStateProperties. AGE_25
static IntegerProperty
BlockStateProperties. AGE_3
static IntegerProperty
BlockStateProperties. AGE_5
static IntegerProperty
BlockStateProperties. AGE_7
static IntegerProperty
BlockStateProperties. BITES
static IntegerProperty
BlockStateProperties. DELAY
static IntegerProperty
BlockStateProperties. DISTANCE
static IntegerProperty
BlockStateProperties. EGGS
static IntegerProperty
BlockStateProperties. HATCH
static IntegerProperty
BlockStateProperties. LAYERS
static IntegerProperty
BlockStateProperties. LEVEL
static IntegerProperty
BlockStateProperties. LEVEL_CAULDRON
static IntegerProperty
BlockStateProperties. LEVEL_COMPOSTER
static IntegerProperty
BlockStateProperties. LEVEL_FLOWING
static IntegerProperty
BlockStateProperties. LEVEL_HONEY
static IntegerProperty
BlockStateProperties. MOISTURE
static IntegerProperty
BlockStateProperties. NOTE
static IntegerProperty
BlockStateProperties. PICKLES
static IntegerProperty
BlockStateProperties. POWER
static IntegerProperty
BlockStateProperties. RESPAWN_ANCHOR_CHARGES
static IntegerProperty
BlockStateProperties. ROTATION_16
static IntegerProperty
BlockStateProperties. STABILITY_DISTANCE
static IntegerProperty
BlockStateProperties. STAGE
-