Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.block.properties | |
net.minecraft.world.gen.feature | |
net.minecraftforge.common.property |
Modifier and Type | Field and Description |
---|---|
static PropertyBool[] |
BlockVine.ALL_FACES |
static PropertyBool |
BlockTripWire.ATTACHED |
static PropertyBool |
BlockTripWireHook.ATTACHED |
static PropertyBool |
BlockLeaves.CHECK_DECAY |
static PropertyBool |
BlockCommandBlock.CONDITIONAL |
static PropertyBool |
BlockLeaves.DECAYABLE |
static PropertyBool |
BlockTripWire.DISARMED |
static PropertyBool |
BlockChorusPlant.DOWN |
static PropertyBool |
BlockFence.EAST |
static PropertyBool |
BlockFire.EAST |
static PropertyBool |
BlockTripWire.EAST |
static PropertyBool |
BlockChorusPlant.EAST |
static PropertyBool |
BlockPane.EAST |
static PropertyBool |
BlockVine.EAST |
static PropertyBool |
BlockWall.EAST |
static PropertyBool |
BlockHopper.ENABLED |
static PropertyBool |
BlockTNT.EXPLODE |
static PropertyBool |
BlockPistonBase.EXTENDED |
static PropertyBool |
BlockEndPortalFrame.EYE |
static PropertyBool[] |
BlockBrewingStand.HAS_BOTTLE |
static PropertyBool |
BlockJukebox.HAS_RECORD |
static PropertyBool |
BlockFenceGate.IN_WALL |
static PropertyBool |
BlockRedstoneRepeater.LOCKED |
static PropertyBool |
BlockSkull.NODROP |
static PropertyBool |
BlockFence.NORTH |
static PropertyBool |
BlockFire.NORTH |
static PropertyBool |
BlockTripWire.NORTH |
static PropertyBool |
BlockChorusPlant.NORTH |
static PropertyBool |
BlockPane.NORTH |
static PropertyBool |
BlockVine.NORTH |
static PropertyBool |
BlockWall.NORTH |
static PropertyBool |
BlockBed.OCCUPIED |
static PropertyBool |
BlockFenceGate.OPEN |
static PropertyBool |
BlockDoor.OPEN |
static PropertyBool |
BlockTrapDoor.OPEN |
static PropertyBool |
BlockTripWire.POWERED |
static PropertyBool |
BlockFenceGate.POWERED |
static PropertyBool |
BlockObserver.POWERED |
static PropertyBool |
BlockLever.POWERED |
static PropertyBool |
BlockTripWireHook.POWERED |
static PropertyBool |
BlockPressurePlate.POWERED |
static PropertyBool |
BlockRedstoneComparator.POWERED |
static PropertyBool |
BlockDoor.POWERED |
static PropertyBool |
BlockButton.POWERED |
static PropertyBool |
BlockRailPowered.POWERED |
static PropertyBool |
BlockRailDetector.POWERED |
static PropertyBool |
BlockStoneSlab.SEAMLESS |
static PropertyBool |
BlockStoneSlabNew.SEAMLESS |
static PropertyBool |
BlockPistonExtension.SHORT |
static PropertyBool |
BlockMycelium.SNOWY |
static PropertyBool |
BlockGrass.SNOWY |
static PropertyBool |
BlockDirt.SNOWY |
static PropertyBool |
BlockFence.SOUTH |
static PropertyBool |
BlockFire.SOUTH |
static PropertyBool |
BlockTripWire.SOUTH |
static PropertyBool |
BlockChorusPlant.SOUTH |
static PropertyBool |
BlockPane.SOUTH |
static PropertyBool |
BlockVine.SOUTH |
static PropertyBool |
BlockWall.SOUTH |
static PropertyBool |
BlockDispenser.TRIGGERED |
static PropertyBool |
BlockChorusPlant.UP |
static PropertyBool |
BlockVine.UP |
static PropertyBool |
BlockWall.UP |
static PropertyBool |
BlockFire.UPPER |
static PropertyBool |
BlockFence.WEST |
static PropertyBool |
BlockFire.WEST |
static PropertyBool |
BlockTripWire.WEST |
static PropertyBool |
BlockChorusPlant.WEST |
static PropertyBool |
BlockPane.WEST |
static PropertyBool |
BlockVine.WEST |
static PropertyBool |
BlockWall.WEST |
static PropertyBool |
BlockSponge.WET |
Modifier and Type | Method and Description |
---|---|
static PropertyBool |
BlockVine.getPropertyFor(EnumFacing side) |
Modifier and Type | Method and Description |
---|---|
static PropertyBool |
PropertyBool.create(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
private void |
WorldGenTrees.addHangingVine(World worldIn,
BlockPos pos,
PropertyBool prop) |
private void |
WorldGenTrees.addVine(World worldIn,
BlockPos pos,
PropertyBool prop) |
private void |
WorldGenSwamp.addVine(World worldIn,
BlockPos pos,
PropertyBool prop) |
private void |
WorldGenMegaJungle.placeVine(World p_181632_1_,
java.util.Random p_181632_2_,
BlockPos p_181632_3_,
PropertyBool p_181632_4_) |
Modifier and Type | Field and Description |
---|---|
static PropertyBool |
Properties.StaticProperty
Property indicating if the model should be rendered in the static renderer or in the TESR.
|