Uses of Class
net.minecraft.state.property.BooleanProperty
Package
Description
-
Uses of BooleanProperty in net.minecraft.block
Modifier and TypeFieldDescriptionstatic BooleanProperty
TripwireBlock.ATTACHED
static BooleanProperty
TripwireHookBlock.ATTACHED
static BooleanProperty
CaveVines.BERRIES
static BooleanProperty[]
BrewingStandBlock.BOTTLE_PROPERTIES
static BooleanProperty
ScaffoldingBlock.BOTTOM
static BooleanProperty
CommandBlock.CONDITIONAL
static BooleanProperty
TripwireBlock.DISARMED
static BooleanProperty
ConnectingBlock.DOWN
static BooleanProperty
MushroomBlock.DOWN
static BooleanProperty
BubbleColumnBlock.DRAG
static BooleanProperty
ConnectingBlock.EAST
static BooleanProperty
FireBlock.EAST
static BooleanProperty
HorizontalConnectingBlock.EAST
static BooleanProperty
MushroomBlock.EAST
static BooleanProperty
TripwireBlock.EAST
static BooleanProperty
VineBlock.EAST
static BooleanProperty
HopperBlock.ENABLED
static BooleanProperty
PistonBlock.EXTENDED
static BooleanProperty
EndPortalFrameBlock.EYE
static BooleanProperty
LanternBlock.HANGING
static BooleanProperty
LecternBlock.HAS_BOOK
static BooleanProperty
JukeboxBlock.HAS_RECORD
static BooleanProperty
FenceGateBlock.IN_WALL
static BooleanProperty
DaylightDetectorBlock.INVERTED
static BooleanProperty
AbstractCandleBlock.LIT
static BooleanProperty
AbstractFurnaceBlock.LIT
static BooleanProperty
CampfireBlock.LIT
static BooleanProperty
CandleBlock.LIT
static BooleanProperty
CandleCakeBlock.LIT
static BooleanProperty
RedstoneLampBlock.LIT
static BooleanProperty
RedstoneOreBlock.LIT
static BooleanProperty
RedstoneTorchBlock.LIT
static BooleanProperty
WallRedstoneTorchBlock.LIT
static BooleanProperty
RepeaterBlock.LOCKED
static BooleanProperty
ConnectingBlock.NORTH
static BooleanProperty
FireBlock.NORTH
static BooleanProperty
HorizontalConnectingBlock.NORTH
static BooleanProperty
MushroomBlock.NORTH
static BooleanProperty
TripwireBlock.NORTH
static BooleanProperty
VineBlock.NORTH
static BooleanProperty
BedBlock.OCCUPIED
static BooleanProperty
BarrelBlock.OPEN
static BooleanProperty
DoorBlock.OPEN
static BooleanProperty
FenceGateBlock.OPEN
static BooleanProperty
TrapdoorBlock.OPEN
static BooleanProperty
LeavesBlock.PERSISTENT
static BooleanProperty
AbstractButtonBlock.POWERED
static BooleanProperty
AbstractRedstoneGateBlock.POWERED
static BooleanProperty
BellBlock.POWERED
static BooleanProperty
DetectorRailBlock.POWERED
static BooleanProperty
DoorBlock.POWERED
static BooleanProperty
FenceGateBlock.POWERED
static BooleanProperty
LecternBlock.POWERED
static BooleanProperty
LeverBlock.POWERED
static BooleanProperty
LightningRodBlock.POWERED
static BooleanProperty
NoteBlock.POWERED
static BooleanProperty
ObserverBlock.POWERED
static BooleanProperty
PoweredRailBlock.POWERED
static BooleanProperty
PressurePlateBlock.POWERED
static BooleanProperty
TrapdoorBlock.POWERED
static BooleanProperty
TripwireBlock.POWERED
static BooleanProperty
TripwireHookBlock.POWERED
static BooleanProperty
PistonHeadBlock.SHORT
static BooleanProperty
CampfireBlock.SIGNAL_FIRE
static BooleanProperty
SnowyBlock.SNOWY
static BooleanProperty
ConnectingBlock.SOUTH
static BooleanProperty
FireBlock.SOUTH
static BooleanProperty
HorizontalConnectingBlock.SOUTH
static BooleanProperty
MushroomBlock.SOUTH
static BooleanProperty
TripwireBlock.SOUTH
static BooleanProperty
VineBlock.SOUTH
static BooleanProperty
DispenserBlock.TRIGGERED
static BooleanProperty
TntBlock.UNSTABLE
static BooleanProperty
ConnectingBlock.UP
static BooleanProperty
FireBlock.UP
static BooleanProperty
MushroomBlock.UP
static BooleanProperty
VineBlock.UP
static BooleanProperty
WallBlock.UP
static BooleanProperty
AbstractRailBlock.WATERLOGGED
static BooleanProperty
AbstractSignBlock.WATERLOGGED
static BooleanProperty
AmethystClusterBlock.WATERLOGGED
private static BooleanProperty
BigDripleafBlock.WATERLOGGED
private static BooleanProperty
BigDripleafStemBlock.WATERLOGGED
static BooleanProperty
CampfireBlock.WATERLOGGED
static BooleanProperty
CandleBlock.WATERLOGGED
static BooleanProperty
ChainBlock.WATERLOGGED
static BooleanProperty
ChestBlock.WATERLOGGED
static BooleanProperty
ConduitBlock.WATERLOGGED
static BooleanProperty
CoralParentBlock.WATERLOGGED
static BooleanProperty
EnderChestBlock.WATERLOGGED
private static BooleanProperty
GlowLichenBlock.WATERLOGGED
private static BooleanProperty
HangingRootsBlock.WATERLOGGED
static BooleanProperty
HorizontalConnectingBlock.WATERLOGGED
static BooleanProperty
LadderBlock.WATERLOGGED
static BooleanProperty
LanternBlock.WATERLOGGED
static BooleanProperty
LightBlock.WATERLOGGED
static BooleanProperty
LightningRodBlock.WATERLOGGED
static BooleanProperty
PointedDripstoneBlock.WATERLOGGED
static BooleanProperty
ScaffoldingBlock.WATERLOGGED
static BooleanProperty
SculkSensorBlock.WATERLOGGED
static BooleanProperty
SeaPickleBlock.WATERLOGGED
static BooleanProperty
SlabBlock.WATERLOGGED
private static BooleanProperty
SmallDripleafBlock.WATERLOGGED
static BooleanProperty
StairsBlock.WATERLOGGED
static BooleanProperty
TrapdoorBlock.WATERLOGGED
static BooleanProperty
WallBlock.WATERLOGGED
static BooleanProperty
ConnectingBlock.WEST
static BooleanProperty
FireBlock.WEST
static BooleanProperty
HorizontalConnectingBlock.WEST
static BooleanProperty
MushroomBlock.WEST
static BooleanProperty
TripwireBlock.WEST
static BooleanProperty
VineBlock.WEST
Modifier and TypeFieldDescriptionprivate static Map<Direction,BooleanProperty>
FireBlock.DIRECTION_PROPERTIES
private static Map<Direction,BooleanProperty>
AbstractLichenBlock.FACING_PROPERTIES
static Map<Direction,BooleanProperty>
ConnectingBlock.FACING_PROPERTIES
protected static Map<Direction,BooleanProperty>
HorizontalConnectingBlock.FACING_PROPERTIES
private static Map<Direction,BooleanProperty>
MushroomBlock.FACING_PROPERTIES
private static Map<Direction,BooleanProperty>
TripwireBlock.FACING_PROPERTIES
static Map<Direction,BooleanProperty>
VineBlock.FACING_PROPERTIES
Modifier and TypeMethodDescriptionstatic BooleanProperty
VineBlock.getFacingProperty(Direction direction)
static BooleanProperty
AbstractLichenBlock.getProperty(Direction direction)
Modifier and TypeMethodDescriptionprivate static BlockState
AbstractLichenBlock.disableDirection(BlockState state, BooleanProperty direction)
-
Uses of BooleanProperty in net.minecraft.data.client.model
Modifier and TypeFieldDescriptionstatic Map<BooleanProperty,Function<Identifier,BlockStateVariant>>
BlockStateModelGenerator.CONNECTION_VARIANT_FUNCTIONS
A map from a boolean property about connection on one direction to a function that creates a block state variant for connection on that direction with a given connection model.Modifier and TypeMethodDescriptionprivate static BlockStateVariantMap
BlockStateModelGenerator.createBooleanModelMap(BooleanProperty property, Identifier trueModel, Identifier falseModel)
-
Uses of BooleanProperty in net.minecraft.fluid
-
Uses of BooleanProperty in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic BooleanProperty
Properties.ATTACHED
A property that specifies if a tripwire is attached to a tripwire hook.static BooleanProperty
Properties.BERRIES
static BooleanProperty
Properties.BOTTOM
A property that specifies if a scaffolding block is bottom of a floating segment.static BooleanProperty
Properties.CONDITIONAL
A property that specifies if a command block is conditional.static BooleanProperty
Properties.DISARMED
A property that specifies if a tripwire has been disarmed.static BooleanProperty
Properties.DOWN
A property that specifies if this block is connected to another block from the below.static BooleanProperty
Properties.DRAG
A property that specifies if a bubble column should drag entities downwards.static BooleanProperty
Properties.EAST
A property that specifies if this block is connected to another block from the east.static BooleanProperty
Properties.ENABLED
A property that specifies whether a hopper is enabled.static BooleanProperty
Properties.EXTENDED
A property that specifies if a piston is extended.static BooleanProperty
Properties.EYE
A property that specifies if an end portal frame contains an eye of ender.static BooleanProperty
Properties.FALLING
A property that specifies if a fluid is falling.static BooleanProperty
Properties.HANGING
A property that specifies if a lantern is hanging.static BooleanProperty
Properties.HAS_BOOK
A property that specifies if a lectern has a book.static BooleanProperty
Properties.HAS_BOTTLE_0
A property that specifies if a brewing stand has a bottle in slot 0.static BooleanProperty
Properties.HAS_BOTTLE_1
A property that specifies if a brewing stand has a bottle in slot 1.static BooleanProperty
Properties.HAS_BOTTLE_2
A property that specifies if a brewing stand has a bottle in slot 2.static BooleanProperty
Properties.HAS_RECORD
A property that specifies if a jukebox has a record.static BooleanProperty
Properties.IN_WALL
A property that specifies if a fence gate is attached to a wall.static BooleanProperty
Properties.INVERTED
A property that specifies if a daylight sensor's output is inverted.static BooleanProperty
Properties.LIT
A property that specifies if a block is lit.static BooleanProperty
Properties.LOCKED
A property that specifies if a repeater is locked.static BooleanProperty
Properties.NORTH
A property that specifies if this block is connected to another block from the north.static BooleanProperty
Properties.OCCUPIED
A property that specifies if a bed is occupied.static BooleanProperty
Properties.OPEN
A property that specifies if a block is open.static BooleanProperty
Properties.PERSISTENT
A property that specifies if a block is persistent.static BooleanProperty
Properties.POWERED
A property that specifies if a block is being powered to produce or emit redstone signal.static BooleanProperty
Properties.SHORT
A property that specifies if a piston head is shorter than normal.static BooleanProperty
Properties.SIGNAL_FIRE
A property that specifies if a campfire's smoke should be taller.static BooleanProperty
Properties.SNOWY
A property that specifies if a block is covered in snow.static BooleanProperty
Properties.SOUTH
A property that specifies if this block is connected to another block from the south.static BooleanProperty
Properties.TRIGGERED
A property that specifies if a dispenser is activated.static BooleanProperty
Properties.UNSTABLE
A property that specifies if TNT is unstable.static BooleanProperty
Properties.UP
A property that specifies if this block is connected to another block from the top.static BooleanProperty
Properties.VINE_END
static BooleanProperty
Properties.WATERLOGGED
A property that specifies if a block is waterlogged.static BooleanProperty
Properties.WEST
A property that specifies if this block is connected to another block from the west. -
Uses of BooleanProperty in net.minecraft.world.gen.treedecorator
Modifier and TypeMethodDescriptionprotected static void
TreeDecorator.placeVine(BiConsumer<BlockPos,BlockState> replacer, BlockPos pos, BooleanProperty facing)
private static void
LeavesVineTreeDecorator.placeVines(TestableWorld world, BlockPos pos, BooleanProperty facing, BiConsumer<BlockPos,BlockState> replacer)
Places a vine at a given position and then up to 4 more vines going downwards.