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.selectors
The field for theselectors
record component.Methods in net.minecraft.client.renderer.block.model.multipart that return SelectorModifier and TypeMethodDescriptionSelector.Deserializer.deserialize
(com.google.gson.JsonElement p_112030_, Type p_112031_, com.google.gson.JsonDeserializationContext p_112032_) Methods in net.minecraft.client.renderer.block.model.multipart that return types with arguments of type SelectorModifier and TypeMethodDescriptionMultiPart.Deserializer.getSelectors
(com.google.gson.JsonDeserializationContext p_111991_, com.google.gson.JsonArray p_111992_) MultiPart.Definition.selectors()
Returns the value of theselectors
record component.Constructor parameters in net.minecraft.client.renderer.block.model.multipart with type arguments of type SelectorModifierConstructorDescriptionDefinition
(List<Selector> selectors) Creates an instance of aDefinition
record class.