Uses of Enum
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 TypeFieldDescriptionprivate BlockModelRenderer.NeighborOrientation[]BlockModelRenderer.NeighborData.field_4180private BlockModelRenderer.NeighborOrientation[]BlockModelRenderer.NeighborData.field_4185private BlockModelRenderer.NeighborOrientation[]BlockModelRenderer.NeighborData.field_4188private BlockModelRenderer.NeighborOrientation[]BlockModelRenderer.NeighborData.field_4192Methods in net.minecraft.client.render.block that return BlockModelRenderer.NeighborOrientationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.BlockModelRenderer.NeighborOrientation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.client.render.block with parameters of type BlockModelRenderer.NeighborOrientationModifierConstructorDescriptionprivateNeighborData(Direction[] faces, float float2, boolean nonCubicWeight, BlockModelRenderer.NeighborOrientation[] neighborOrientation, BlockModelRenderer.NeighborOrientation[] neighborOrientation2, BlockModelRenderer.NeighborOrientation[] neighborOrientation3, BlockModelRenderer.NeighborOrientation[] neighborOrientation4)