net.minecraft.core

public enum FrontAndTop

implements StringRepresentable

jo
net.minecraft.core.FrontAndTop
net.minecraft.class_5000
net.minecraft.block.enums.Orientation
net.minecraft.core.BlockPropertyJigsawOrientation

Enum constant summary

Enum Constant
a
DOWN_EAST
field_23381
DOWN_EAST
b
DOWN_NORTH
field_23382
DOWN_NORTH
c
DOWN_SOUTH
field_23383
DOWN_SOUTH
d
DOWN_WEST
field_23384
DOWN_WEST
e
UP_EAST
field_23385
UP_EAST
f
UP_NORTH
field_23386
UP_NORTH
g
UP_SOUTH
field_23387
UP_SOUTH
h
UP_WEST
field_23388
UP_WEST
i
WEST_UP
field_23389
WEST_UP
j
EAST_UP
field_23390
EAST_UP
k
NORTH_UP
field_23391
NORTH_UP
l
SOUTH_UP
field_23392
SOUTH_UP

Field summary

Modifier and TypeField
private static final int
m
NUM_DIRECTIONS
field_54867
DIRECTIONS
private static final FrontAndTop[]
n
BY_TOP_FRONT
field_54868
VALUES
private final String
o
name
field_23394
name
private final Direction
p
top
field_23395
rotation
private final Direction
q
front
field_23396
facing

Constructor summary

ModifierConstructor
private (String arg0, Direction arg1, Direction name)

Method summary

Modifier and TypeMethod
private static int
b(jm arg0, jm arg1)
lookupKey(Direction arg0, Direction arg1)
method_26427(class_2350 arg0, class_2350 arg1)
getIndex(Direction facing, Direction rotation)
public String
c()
getSerializedName()
method_15434()
asString()
public static FrontAndTop
a(jm arg0, jm arg1)
fromFrontAndTop(Direction arg0, Direction arg1)
method_26425(class_2350 arg0, class_2350 arg1)
byDirections(Direction facing, Direction rotation)
public Direction
a()
front()
method_26426()
getFacing()
public Direction
b()
top()
method_26428()
getRotation()