Uses of Class
net.minecraft.state.property.DirectionProperty
-
Uses of DirectionProperty in net.minecraft.block
Modifier and TypeFieldDescriptionstatic DirectionProperty
AbstractFurnaceBlock.FACING
static DirectionProperty
AmethystClusterBlock.FACING
static DirectionProperty
AnvilBlock.FACING
static DirectionProperty
AttachedStemBlock.FACING
static DirectionProperty
BarrelBlock.FACING
static DirectionProperty
BeehiveBlock.FACING
static DirectionProperty
BellBlock.FACING
static DirectionProperty
CampfireBlock.FACING
static DirectionProperty
CarvedPumpkinBlock.FACING
static DirectionProperty
ChestBlock.FACING
static DirectionProperty
CommandBlock.FACING
static DirectionProperty
DeadCoralWallFanBlock.FACING
static DirectionProperty
DispenserBlock.FACING
static DirectionProperty
DoorBlock.FACING
static DirectionProperty
EnderChestBlock.FACING
static DirectionProperty
EndPortalFrameBlock.FACING
static DirectionProperty
FacingBlock.FACING
static DirectionProperty
HopperBlock.FACING
static DirectionProperty
HorizontalFacingBlock.FACING
static DirectionProperty
LadderBlock.FACING
static DirectionProperty
LecternBlock.FACING
static DirectionProperty
PistonExtensionBlock.FACING
static DirectionProperty
SmallDripleafBlock.FACING
static DirectionProperty
StairsBlock.FACING
static DirectionProperty
StonecutterBlock.FACING
static DirectionProperty
TripwireHookBlock.FACING
static DirectionProperty
WallBannerBlock.FACING
static DirectionProperty
WallRedstoneTorchBlock.FACING
static DirectionProperty
WallSignBlock.FACING
static DirectionProperty
WallSkullBlock.FACING
static DirectionProperty
WallTorchBlock.FACING
static DirectionProperty
PointedDripstoneBlock.VERTICAL_DIRECTION
Modifier and TypeMethodDescriptionstatic <S extends BlockEntity>
DoubleBlockProperties.PropertySource<S>DoubleBlockProperties.toPropertySource(BlockEntityType<S> blockEntityType, Function<BlockState,DoubleBlockProperties.Type> typeMapper, Function<BlockState,Direction> function, DirectionProperty directionProperty, BlockState state, WorldAccess world, BlockPos pos, BiPredicate<WorldAccess,BlockPos> fallbackTester)
-
Uses of DirectionProperty in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic DirectionProperty
Properties.FACING
A property that specifies the direction a block is facing.static DirectionProperty
Properties.HOPPER_FACING
A property that specifies the direction a hopper's output faces.static DirectionProperty
Properties.HORIZONTAL_FACING
A property that specifies the direction a block is facing.static DirectionProperty
Properties.VERTICAL_DIRECTION
Modifier and TypeMethodDescriptionstatic DirectionProperty
Creates a direction property with all directions as values.static DirectionProperty
DirectionProperty.of(String name, Collection<Direction> values)
Creates a direction property with the given values.static DirectionProperty
Creates a direction property with the values allowed by the given filter out of all 6 directions.static DirectionProperty
Creates a direction property with the given values.