Uses of Enum Class
net.minecraft.core.FrontAndTop
Packages that use FrontAndTop
Package
Description
-
Uses of FrontAndTop in com.mojang.math
Methods in com.mojang.math that return FrontAndTopMethods in com.mojang.math with parameters of type FrontAndTop -
Uses of FrontAndTop in net.minecraft.core
Fields in net.minecraft.core with type parameters of type FrontAndTopModifier and TypeFieldDescriptionprivate static it.unimi.dsi.fastutil.ints.Int2ObjectMap<FrontAndTop>
FrontAndTop.LOOKUP_TOP_FRONT
Methods in net.minecraft.core that return FrontAndTopModifier and TypeMethodDescriptionstatic FrontAndTop
FrontAndTop.fromFrontAndTop(Direction p_122623_, Direction p_122624_)
static FrontAndTop
Returns the enum constant of this class with the specified name.static FrontAndTop[]
FrontAndTop.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FrontAndTop in net.minecraft.data.models
Methods in net.minecraft.data.models with parameters of type FrontAndTopModifier and TypeMethodDescriptionprivate Variant
BlockModelGenerators.applyRotation(FrontAndTop p_124636_, Variant p_124637_)
-
Uses of FrontAndTop in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type FrontAndTop -
Uses of FrontAndTop in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type FrontAndTopModifier and TypeFieldDescriptionstatic EnumProperty<FrontAndTop>
BlockStateProperties.ORIENTATION