Uses of Class
net.minecraft.state.property.DirectionProperty
Packages that use DirectionProperty
-
Uses of DirectionProperty in net.minecraft.block
Fields in net.minecraft.block declared as DirectionPropertyModifier 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
Methods in net.minecraft.block with parameters of type DirectionPropertyModifier 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
Fields in net.minecraft.state.property declared as DirectionPropertyModifier 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
Methods in net.minecraft.state.property that return DirectionPropertyModifier and TypeMethodDescriptionstatic DirectionProperty
static DirectionProperty
DirectionProperty.of(String name, Collection<Direction> values)
Creates a direction property which only supports specific valuesstatic DirectionProperty
Creates a direction property.static DirectionProperty
Creates a direction property which only supports specific values