Uses of Record Class
net.minecraft.client.render.model.json.BlockModelDefinition.Variants
Packages that use BlockModelDefinition.Variants
-
Uses of BlockModelDefinition.Variants in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json with type parameters of type BlockModelDefinition.VariantsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BlockModelDefinition.Variants> BlockModelDefinition.Variants.CODEC
private final Optional
<BlockModelDefinition.Variants> BlockModelDefinition.simpleModels
The field for thesimpleModels
record component.Methods in net.minecraft.client.render.model.json that return types with arguments of type BlockModelDefinition.VariantsModifier and TypeMethodDescriptionBlockModelDefinition.simpleModels()
Returns the value of thesimpleModels
record component.Constructor parameters in net.minecraft.client.render.model.json with type arguments of type BlockModelDefinition.VariantsModifierConstructorDescriptionBlockModelDefinition
(Optional<BlockModelDefinition.Variants> optional, Optional<BlockModelDefinition.Multipart> optional2)