Uses of Enum Class
net.minecraft.client.renderer.block.BlockModelLighter.AdjacencyInfo
Packages that use BlockModelLighter.AdjacencyInfo
-
Uses of BlockModelLighter.AdjacencyInfo in net.minecraft.client.renderer.block
Subclasses with type arguments of type BlockModelLighter.AdjacencyInfo in net.minecraft.client.renderer.blockFields in net.minecraft.client.renderer.block declared as BlockModelLighter.AdjacencyInfoModifier and TypeFieldDescriptionprivate static final BlockModelLighter.AdjacencyInfo[]BlockModelLighter.AdjacencyInfo.BY_FACINGMethods in net.minecraft.client.renderer.block that return BlockModelLighter.AdjacencyInfoModifier and TypeMethodDescriptionBlockModelLighter.AdjacencyInfo.fromFacing(Direction direction) Returns the enum constant of this class with the specified name.static BlockModelLighter.AdjacencyInfo[]BlockModelLighter.AdjacencyInfo.values()Returns an array containing the constants of this enum class, in the order they are declared.