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.Unbaked
ItemModels.select
(SelectProperty<T> property, List<SelectItemModel.SwitchCase<T>> cases) static <T> ItemModel.Unbaked
ItemModels.select
(SelectProperty<T> property, ItemModel.Unbaked fallback, List<SelectItemModel.SwitchCase<T>> cases) static <T> ItemModel.Unbaked
ItemModels.select
(SelectProperty<T> property, ItemModel.Unbaked fallback, SelectItemModel.SwitchCase<T>[] cases) static <T> ItemModel.Unbaked
ItemModels.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 record
SelectItemModel.UnbakedSwitch<P extends SelectProperty<T>,
T> Fields in net.minecraft.client.render.item.model declared as SelectPropertyModifier and TypeFieldDescriptionprivate final SelectProperty
<T> SelectItemModel.property
private final P
SelectItemModel.UnbakedSwitch.property
The field for theproperty
record component.Constructors in net.minecraft.client.render.item.model with parameters of type SelectPropertyModifierConstructorDescriptionSelectItemModel
(SelectProperty<T> property, Object2ObjectMap<T, ItemModel> cases) -
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 record
SelectProperty.Type<P extends SelectProperty<T>,
T> Classes in net.minecraft.client.render.item.property.select that implement SelectPropertyModifier and TypeClassDescriptionfinal record
final record
final record
final record
final record
final record
class
final record
final record
Methods 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()