Uses of Class
net.minecraft.state.property.IntProperty
Package
Description
-
Uses of IntProperty in net.minecraft.block
Modifier and TypeFieldDescriptionstatic IntProperty
AbstractPlantStemBlock.AGE
static IntProperty
BambooBlock.AGE
static IntProperty
BeetrootsBlock.AGE
static IntProperty
CactusBlock.AGE
static IntProperty
ChorusFlowerBlock.AGE
static IntProperty
CocoaBlock.AGE
static IntProperty
CropBlock.AGE
static IntProperty
FireBlock.AGE
static IntProperty
FrostedIceBlock.AGE
static IntProperty
NetherWartBlock.AGE
static IntProperty
StemBlock.AGE
static IntProperty
SugarCaneBlock.AGE
static IntProperty
SweetBerryBushBlock.AGE
static IntProperty
CakeBlock.BITES
static IntProperty
CandleBlock.CANDLES
static IntProperty
RespawnAnchorBlock.CHARGES
static IntProperty
RepeaterBlock.DELAY
static IntProperty
LeavesBlock.DISTANCE
static IntProperty
ScaffoldingBlock.DISTANCE
static IntProperty
TurtleEggBlock.EGGS
static IntProperty
TurtleEggBlock.HATCH
static IntProperty
BeehiveBlock.HONEY_LEVEL
static IntProperty
SnowBlock.LAYERS
static IntProperty
ComposterBlock.LEVEL
static IntProperty
FluidBlock.LEVEL
static IntProperty
LeveledCauldronBlock.LEVEL
static IntProperty
LightBlock.LEVEL_15
static IntProperty
FarmlandBlock.MOISTURE
static IntProperty
NoteBlock.NOTE
static IntProperty
SeaPickleBlock.PICKLES
static IntProperty
DaylightDetectorBlock.POWER
static IntProperty
RedstoneWireBlock.POWER
static IntProperty
SculkSensorBlock.POWER
private static IntProperty
TargetBlock.POWER
static IntProperty
WeightedPressurePlateBlock.POWER
static IntProperty
BannerBlock.ROTATION
static IntProperty
SignBlock.ROTATION
static IntProperty
SkullBlock.ROTATION
static IntProperty
BambooBlock.STAGE
static IntProperty
SaplingBlock.STAGE
-
Uses of IntProperty in net.minecraft.fluid
-
Uses of IntProperty in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic IntProperty
Properties.AGE_1
A property that specifies the age of a block on a scale of 0 to 1.static IntProperty
Properties.AGE_15
A property that specifies the age of a block on a scale of 0 to 15.static IntProperty
Properties.AGE_2
A property that specifies the age of a block on a scale of 0 to 2.static IntProperty
Properties.AGE_25
A property that specifies the age of a block on a scale of 0 to 25.static IntProperty
Properties.AGE_3
A property that specifies the age of a block on a scale of 0 to 3.static IntProperty
Properties.AGE_5
A property that specifies the age of a block on a scale of 0 to 5.static IntProperty
Properties.AGE_7
A property that specifies the age of a block on a scale of 0 to 7.static IntProperty
Properties.BITES
A property that specifies the bites taken out of a cake.static IntProperty
Properties.CANDLES
A property that specifies the amount of candles in a candle block.static IntProperty
Properties.CHARGES
A property that specifies the amount of charges a respawn anchor has.static IntProperty
Properties.DELAY
A property that specifies the delay a repeater will apply.static IntProperty
Properties.DISTANCE_0_7
A property that specifies the overhang distance of a scaffolding.static IntProperty
Properties.DISTANCE_1_7
A property that specifies the overhang distance of a block on a scale of 1-7.static IntProperty
Properties.EGGS
A property that specifies the amount of eggs in a turtle egg block.static IntProperty
Properties.HATCH
A property that specifies how close an egg is hatching.static IntProperty
Properties.HONEY_LEVEL
A property that specifies the honey level of a beehive.static IntProperty
Properties.LAYERS
A property that specifies how many layers of snow are in a snow block.static IntProperty
Properties.LEVEL_1_8
A property that specifies the height of a fluid on a scale of 1 to 8.static IntProperty
Properties.LEVEL_15
static IntProperty
Properties.LEVEL_3
A property that specifies how many levels of water there are in a cauldron.static IntProperty
Properties.LEVEL_8
A property that specifies the level of a composter.static IntProperty
Properties.MOISTURE
A property that specifies the moisture of farmland.static IntProperty
Properties.NOTE
A property that specifies the pitch of a note block.static IntProperty
Properties.PICKLES
A property that specifies how many pickles are in a sea pickle.static IntProperty
Properties.POWER
A property that specifies the redstone power of a block.static IntProperty
Properties.ROTATION
A property that specifies the rotation of a block on a 0 to 15 scale.static IntProperty
Properties.STAGE
A property that specifies a growth stage on a scale of 0 to 1. -
Uses of IntProperty in net.minecraft.world.gen.stateprovider
Modifier and TypeFieldDescriptionprivate @Nullable IntProperty
RandomizedIntBlockStateProvider.property
Modifier and TypeMethodDescriptionprivate static IntProperty
RandomizedIntBlockStateProvider.getIntPropertyByName(BlockState state, String propertyName)
ModifierConstructorDescriptionRandomizedIntBlockStateProvider(BlockStateProvider source, IntProperty property, IntProvider values)