Uses of Enum Class
net.minecraft.client.render.block.BlockModelRenderer.NeighborData
Packages that use BlockModelRenderer.NeighborData
-
Uses of BlockModelRenderer.NeighborData in net.minecraft.client.render.block
Fields in net.minecraft.client.render.block declared as BlockModelRenderer.NeighborDataModifier and TypeFieldDescriptionprivate static final BlockModelRenderer.NeighborData[]
BlockModelRenderer.NeighborData.VALUES
Methods in net.minecraft.client.render.block that return BlockModelRenderer.NeighborDataModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BlockModelRenderer.NeighborData[]
BlockModelRenderer.NeighborData.values()
Returns an array containing the constants of this enum class, in the order they are declared.