Uses of Enum Class
net.minecraft.client.render.block.BlockModelRenderer.NeighborOrientation
Packages that use BlockModelRenderer.NeighborOrientation
-
Uses of BlockModelRenderer.NeighborOrientation in net.minecraft.client.render.block
Fields in net.minecraft.client.render.block declared as BlockModelRenderer.NeighborOrientationModifier and TypeFieldDescription(package private) final BlockModelRenderer.NeighborOrientation[]
BlockModelRenderer.NeighborData.field_4180
(package private) final BlockModelRenderer.NeighborOrientation[]
BlockModelRenderer.NeighborData.field_4185
(package private) final BlockModelRenderer.NeighborOrientation[]
BlockModelRenderer.NeighborData.field_4188
(package private) final BlockModelRenderer.NeighborOrientation[]
BlockModelRenderer.NeighborData.field_4192
Methods in net.minecraft.client.render.block that return BlockModelRenderer.NeighborOrientationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BlockModelRenderer.NeighborOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.render.block with parameters of type BlockModelRenderer.NeighborOrientationModifierConstructorDescriptionprivate
NeighborData
(Direction[] faces, float float2, boolean nonCubicWeight, BlockModelRenderer.NeighborOrientation[] neighborOrientation, BlockModelRenderer.NeighborOrientation[] neighborOrientation2, BlockModelRenderer.NeighborOrientation[] neighborOrientation3, BlockModelRenderer.NeighborOrientation[] neighborOrientation4)