Uses of Class
net.minecraft.client.renderer.model.multipart.Selector
-
Packages that use Selector Package Description net.minecraft.client.renderer.model.multipart -
-
Uses of Selector in net.minecraft.client.renderer.model.multipart
Fields in net.minecraft.client.renderer.model.multipart with type parameters of type Selector Modifier and Type Field Description private java.util.List<Selector>
Multipart. selectors
Methods in net.minecraft.client.renderer.model.multipart that return Selector Modifier and Type Method Description Selector
Selector.Deserializer. deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_)
Methods in net.minecraft.client.renderer.model.multipart that return types with arguments of type Selector Modifier and Type Method Description private java.util.List<Selector>
Multipart.Deserializer. getSelectors(com.google.gson.JsonDeserializationContext p_188133_1_, com.google.gson.JsonArray p_188133_2_)
java.util.List<Selector>
Multipart. getSelectors()
Constructor parameters in net.minecraft.client.renderer.model.multipart with type arguments of type Selector Constructor Description Multipart(StateContainer<Block,BlockState> p_i49524_1_, java.util.List<Selector> p_i49524_2_)
-