Uses of Class
net.minecraft.state.property.IntProperty
Package
Description
-
Uses of IntProperty in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final IntProperty
AbstractPlantStemBlock.AGE
static final IntProperty
BambooBlock.AGE
static final IntProperty
BeetrootsBlock.AGE
static final IntProperty
CactusBlock.AGE
static final IntProperty
ChorusFlowerBlock.AGE
static final IntProperty
CocoaBlock.AGE
static final IntProperty
CropBlock.AGE
static final IntProperty
FireBlock.AGE
static final IntProperty
FrostedIceBlock.AGE
static final IntProperty
NetherWartBlock.AGE
static final IntProperty
PitcherCropBlock.AGE
static final IntProperty
PropaguleBlock.AGE
static final IntProperty
StemBlock.AGE
static final IntProperty
SugarCaneBlock.AGE
static final IntProperty
SweetBerryBushBlock.AGE
static final IntProperty
TorchflowerBlock.AGE
static final IntProperty
CakeBlock.BITES
static final IntProperty
CandleBlock.CANDLES
static final IntProperty
RespawnAnchorBlock.CHARGES
static final IntProperty
RepeaterBlock.DELAY
static final IntProperty
LeavesBlock.DISTANCE
static final IntProperty
ScaffoldingBlock.DISTANCE
private static final IntProperty
BrushableBlock.DUSTED
static final IntProperty
TurtleEggBlock.EGGS
static final IntProperty
FlowerbedBlock.FLOWER_AMOUNT
static final IntProperty
SnifferEggBlock.HATCH
static final IntProperty
TurtleEggBlock.HATCH
static final IntProperty
BeehiveBlock.HONEY_LEVEL
static final IntProperty
SnowBlock.LAYERS
static final IntProperty
ComposterBlock.LEVEL
static final IntProperty
FluidBlock.LEVEL
static final IntProperty
LeveledCauldronBlock.LEVEL
static final IntProperty
LightBlock.LEVEL_15
static final IntProperty
FarmlandBlock.MOISTURE
static final IntProperty
NoteBlock.NOTE
static final IntProperty
SeaPickleBlock.PICKLES
static final IntProperty
DaylightDetectorBlock.POWER
static final IntProperty
RedstoneWireBlock.POWER
static final IntProperty
SculkSensorBlock.POWER
private static final IntProperty
TargetBlock.POWER
static final IntProperty
WeightedPressurePlateBlock.POWER
static final IntProperty
BannerBlock.ROTATION
static final IntProperty
HangingSignBlock.ROTATION
static final IntProperty
SignBlock.ROTATION
static final IntProperty
SkullBlock.ROTATION
static final IntProperty
BambooBlock.STAGE
static final IntProperty
SaplingBlock.STAGE
Modifier and TypeMethodDescriptionprotected IntProperty
BeetrootsBlock.getAgeProperty()
protected IntProperty
CropBlock.getAgeProperty()
protected IntProperty
TorchflowerBlock.getAgeProperty()
-
Uses of IntProperty in net.minecraft.fluid
-
Uses of IntProperty in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final IntProperty
Properties.AGE_1
A property that specifies the age of a block on a scale of 0 to 1.static final IntProperty
Properties.AGE_15
A property that specifies the age of a block on a scale of 0 to 15.static final IntProperty
Properties.AGE_2
A property that specifies the age of a block on a scale of 0 to 2.static final IntProperty
Properties.AGE_25
A property that specifies the age of a block on a scale of 0 to 25.static final IntProperty
Properties.AGE_3
A property that specifies the age of a block on a scale of 0 to 3.static final IntProperty
Properties.AGE_4
A property that specifies the age of a block on a scale of 0 to 4.static final IntProperty
Properties.AGE_5
A property that specifies the age of a block on a scale of 0 to 5.static final IntProperty
Properties.AGE_7
A property that specifies the age of a block on a scale of 0 to 7.static final IntProperty
Properties.BITES
A property that specifies the bites taken out of a cake.static final IntProperty
Properties.CANDLES
A property that specifies the amount of candles in a candle block.static final IntProperty
Properties.CHARGES
A property that specifies the amount of charges a respawn anchor has.static final IntProperty
Properties.DELAY
A property that specifies the delay a repeater will apply.static final IntProperty
Properties.DISTANCE_0_7
A property that specifies the overhang distance of a scaffolding.static final IntProperty
Properties.DISTANCE_1_7
A property that specifies the overhang distance of a block on a scale of 1-7.static final IntProperty
Properties.DUSTED
A property that specifies how much a brushable block is dusted on a scale of 0 to 3.static final IntProperty
Properties.EGGS
A property that specifies the amount of eggs in a turtle egg block.static final IntProperty
Properties.FLOWER_AMOUNT
A property that specifies the amount of flowers in a pink petals block.static final IntProperty
Properties.HATCH
A property that specifies how close an egg is hatching.static final IntProperty
Properties.HONEY_LEVEL
A property that specifies the honey level of a beehive.static final IntProperty
Properties.LAYERS
A property that specifies how many layers of snow are in a snow block.static final IntProperty
Properties.LEVEL_1_8
A property that specifies the height of a fluid on a scale of 1 to 8.static final IntProperty
Properties.LEVEL_15
A property that specifies the level of a light block or a fluid block on a scale of 0 to 15.static final IntProperty
Properties.LEVEL_3
A property that specifies how many levels of water there are in a cauldron.static final IntProperty
Properties.LEVEL_8
A property that specifies the level of a composter.static final IntProperty
Properties.MOISTURE
A property that specifies the moisture of farmland.static final IntProperty
Properties.NOTE
A property that specifies the pitch of a note block.static final IntProperty
Properties.PICKLES
A property that specifies how many pickles are in a sea pickle.static final IntProperty
Properties.POWER
A property that specifies the redstone power of a block.static final IntProperty
Properties.ROTATION
A property that specifies the rotation of a block on a 0 to 15 scale.static final 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)