Uses of Record Class
net.minecraft.client.render.item.property.select.SelectProperty.Type
Packages that use SelectProperty.Type
-
Uses of SelectProperty.Type in net.minecraft.client.render.item.property.select
Fields in net.minecraft.client.render.item.property.select declared as SelectProperty.TypeModifier and TypeFieldDescriptionstatic final SelectProperty.Type<ChargeTypeProperty, CrossbowItem.ChargeType> ChargeTypeProperty.TYPEprivate static final SelectProperty.Type<? extends ComponentSelectProperty<?>, ?> ComponentSelectProperty.TYPEstatic final SelectProperty.Type<ContextDimensionProperty, RegistryKey<World>> ContextDimensionProperty.TYPEstatic final SelectProperty.Type<ContextEntityTypeProperty, RegistryKey<EntityType<?>>> ContextEntityTypeProperty.TYPEstatic final SelectProperty.Type<CustomModelDataStringProperty, String> CustomModelDataStringProperty.TYPEstatic final SelectProperty.Type<DisplayContextProperty, ItemDisplayContext> DisplayContextProperty.TYPEstatic final SelectProperty.Type<ItemBlockStateProperty, String> ItemBlockStateProperty.TYPEstatic final SelectProperty.Type<LocalTimeProperty, String> LocalTimeProperty.TYPEstatic final SelectProperty.Type<MainHandProperty, Arm> MainHandProperty.TYPEstatic final SelectProperty.Type<TrimMaterialProperty, RegistryKey<ArmorTrimMaterial>> TrimMaterialProperty.TYPEFields in net.minecraft.client.render.item.property.select with type parameters of type SelectProperty.TypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SelectProperty.Type<?, ?>> SelectProperties.CODECprivate static final Codecs.IdMapper<Identifier, SelectProperty.Type<?, ?>> SelectProperties.ID_MAPPERMethods in net.minecraft.client.render.item.property.select that return SelectProperty.TypeModifier 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) private static <T> SelectProperty.Type<ComponentSelectProperty<T>, T> ComponentSelectProperty.createType()ChargeTypeProperty.getType()ComponentSelectProperty.getType()ContextDimensionProperty.getType()ContextEntityTypeProperty.getType()CustomModelDataStringProperty.getType()DisplayContextProperty.getType()ItemBlockStateProperty.getType()LocalTimeProperty.getType()MainHandProperty.getType()SelectProperty.Type<? extends SelectProperty<T>, T> SelectProperty.getType()TrimMaterialProperty.getType()static <T> SelectProperty.Type<ComponentSelectProperty<T>, T> ComponentSelectProperty.getTypeInstance()