Uses of Class
net.minecraft.state.property.DirectionProperty
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.state.property |
-
Uses of DirectionProperty in net.minecraft.block
Fields in net.minecraft.block declared as DirectionProperty Modifier and Type Field Description static 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 DirectionProperty Modifier and Type Method Description static <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 DirectionProperty Modifier and Type Field Description static 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 DirectionProperty Modifier and Type Method Description static DirectionProperty
DirectionProperty. of(String name)
static DirectionProperty
DirectionProperty. of(String name, Collection<Direction> values)
Creates a direction property which only supports specific valuesstatic DirectionProperty
DirectionProperty. of(String name, Predicate<Direction> filter)
Creates a direction property.static DirectionProperty
DirectionProperty. of(String name, Direction[] values)
Creates a direction property which only supports specific values