Uses of Interface
net.minecraft.client.render.item.property.select.SelectProperty
Packages that use SelectProperty
Package
Description
-
Uses of SelectProperty in net.minecraft.client.data
Methods in net.minecraft.client.data with parameters of type SelectPropertyModifier and TypeMethodDescriptionstatic <T> ItemModel.UnbakedItemModels.select(SelectProperty<T> property, List<SelectItemModel.SwitchCase<T>> cases) static <T> ItemModel.UnbakedItemModels.select(SelectProperty<T> property, ItemModel.Unbaked fallback, List<SelectItemModel.SwitchCase<T>> cases) static <T> ItemModel.UnbakedItemModels.select(SelectProperty<T> property, ItemModel.Unbaked fallback, SelectItemModel.SwitchCase<T>[] cases) static <T> ItemModel.UnbakedItemModels.select(SelectProperty<T> property, SelectItemModel.SwitchCase<T>[] cases) -
Uses of SelectProperty in net.minecraft.client.render.item.model
Classes in net.minecraft.client.render.item.model with type parameters of type SelectPropertyModifier and TypeClassDescriptionstatic final recordSelectItemModel.UnbakedSwitch<P extends SelectProperty<T>,T> Fields in net.minecraft.client.render.item.model declared as SelectPropertyModifier and TypeFieldDescriptionprivate final SelectProperty<T> SelectItemModel.propertyprivate final PSelectItemModel.UnbakedSwitch.propertyThe field for thepropertyrecord component.Constructors in net.minecraft.client.render.item.model with parameters of type SelectPropertyModifierConstructorDescriptionSelectItemModel(SelectProperty<T> property, SelectItemModel.ModelSelector<T> selector) -
Uses of SelectProperty in net.minecraft.client.render.item.property.select
Classes in net.minecraft.client.render.item.property.select with type parameters of type SelectPropertyModifier and TypeClassDescriptionstatic final recordSelectProperty.Type<P extends SelectProperty<T>,T> Classes in net.minecraft.client.render.item.property.select that implement SelectPropertyModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordclassfinal recordfinal recordMethods in net.minecraft.client.render.item.property.select with type parameters of type SelectPropertyModifier and TypeMethodDescriptionstatic <P extends SelectProperty<T>,T>
SelectProperty.Type<P, T> SelectProperty.Type.create(com.mojang.serialization.MapCodec<P> propertyCodec, com.mojang.serialization.Codec<T> valueCodec) Methods in net.minecraft.client.render.item.property.select that return types with arguments of type SelectPropertyModifier and TypeMethodDescriptionSelectProperty.Type<? extends SelectProperty<T>, T> SelectProperty.getType()