Uses of Class
net.minecraft.client.renderer.block.model.multipart.Selector
Packages that use Selector
-
Uses of Selector in net.minecraft.client.renderer.block.model.multipart
Fields in net.minecraft.client.renderer.block.model.multipart with type parameters of type SelectorModifier and TypeFieldDescriptionMultiPart.Definition.selectorsThe field for theselectorsrecord component.Methods in net.minecraft.client.renderer.block.model.multipart that return SelectorModifier and TypeMethodDescriptionSelector.Deserializer.deserialize(JsonElement pJson, Type pType, JsonDeserializationContext pContext) Methods in net.minecraft.client.renderer.block.model.multipart that return types with arguments of type SelectorModifier and TypeMethodDescriptionMultiPart.Deserializer.getSelectors(JsonDeserializationContext pJsonContext, JsonArray pElements) MultiPart.Definition.selectors()Returns the value of theselectorsrecord component.Constructor parameters in net.minecraft.client.renderer.block.model.multipart with type arguments of type SelectorModifierConstructorDescriptionDefinition(List<Selector> selectors) Creates an instance of aDefinitionrecord class.