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 SelectorMethods in net.minecraft.client.renderer.block.model.multipart that return SelectorModifier and TypeMethodDescriptionSelector.Deserializer.deserialize
(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context) 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 jsonContext, com.google.gson.JsonArray elements) MultiPart.getSelectors()
Constructor parameters in net.minecraft.client.renderer.block.model.multipart with type arguments of type SelectorModifierConstructorDescriptionMultiPart
(StateDefinition<Block, BlockState> definition, List<Selector> selectors)