Uses of Interface
net.minecraft.client.render.item.model.ItemModel.Unbaked
Packages that use ItemModel.Unbaked
Package
Description
-
Uses of ItemModel.Unbaked in net.minecraft.client.data
Methods in net.minecraft.client.data that return ItemModel.UnbakedModifier and TypeMethodDescriptionstatic ItemModel.Unbaked
ItemModels.basic
(Identifier model) static ItemModel.Unbaked
ItemModels.christmasSelect
(ItemModel.Unbaked regularModel, ItemModel.Unbaked christmasModel) static ItemModel.Unbaked
ItemModels.composite
(ItemModel.Unbaked[] models) static ItemModel.Unbaked
ItemModels.condition
(BooleanProperty property, ItemModel.Unbaked onTrue, ItemModel.Unbaked onFalse) private static ItemModel.Unbaked
ItemModelGenerator.createModelWithInHandVariant
(ItemModel.Unbaked model, ItemModel.Unbaked inHandModel) static ItemModel.Unbaked
ItemModels.overworldSelect
(ItemModel.Unbaked overworldModel, ItemModel.Unbaked fallback) static ItemModel.Unbaked
ItemModels.rangeDispatch
(NumericProperty property, float scale, List<RangeDispatchItemModel.Entry> entries) static ItemModel.Unbaked
ItemModels.rangeDispatch
(NumericProperty property, float scale, ItemModel.Unbaked fallback, RangeDispatchItemModel.Entry[] entries) static ItemModel.Unbaked
ItemModels.rangeDispatch
(NumericProperty property, List<RangeDispatchItemModel.Entry> entries) static ItemModel.Unbaked
ItemModels.rangeDispatch
(NumericProperty property, ItemModel.Unbaked fallback, List<RangeDispatchItemModel.Entry> entries) static ItemModel.Unbaked
ItemModels.rangeDispatch
(NumericProperty property, ItemModel.Unbaked fallback, RangeDispatchItemModel.Entry[] entries) static <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) static <T extends Comparable<T>>
ItemModel.UnbakedItemModels.select
(Property<T> property, ItemModel.Unbaked fallback, Map<T, ItemModel.Unbaked> valuesToModels) static ItemModel.Unbaked
ItemModels.special
(Identifier base, SpecialModelRenderer.Unbaked specialModel) static ItemModel.Unbaked
ItemModels.tinted
(Identifier model, TintSource[] tints) Methods in net.minecraft.client.data with parameters of type ItemModel.UnbakedModifier and TypeMethodDescriptionvoid
ItemModelOutput.accept
(Item item, ItemModel.Unbaked model) void
ModelProvider.ItemAssets.accept
(Item item, ItemModel.Unbaked model) static ItemModel.Unbaked
ItemModels.christmasSelect
(ItemModel.Unbaked regularModel, ItemModel.Unbaked christmasModel) static ItemModel.Unbaked
ItemModels.composite
(ItemModel.Unbaked[] models) static ItemModel.Unbaked
ItemModels.condition
(BooleanProperty property, ItemModel.Unbaked onTrue, ItemModel.Unbaked onFalse) private static ItemModel.Unbaked
ItemModelGenerator.createModelWithInHandVariant
(ItemModel.Unbaked model, ItemModel.Unbaked inHandModel) static ItemModel.Unbaked
ItemModels.overworldSelect
(ItemModel.Unbaked overworldModel, ItemModel.Unbaked fallback) static ItemModel.Unbaked
ItemModels.rangeDispatch
(NumericProperty property, float scale, ItemModel.Unbaked fallback, RangeDispatchItemModel.Entry[] entries) static ItemModel.Unbaked
ItemModels.rangeDispatch
(NumericProperty property, ItemModel.Unbaked fallback, List<RangeDispatchItemModel.Entry> entries) static ItemModel.Unbaked
ItemModels.rangeDispatch
(NumericProperty property, ItemModel.Unbaked fallback, RangeDispatchItemModel.Entry[] entries) static RangeDispatchItemModel.Entry
ItemModels.rangeDispatchEntry
(ItemModel.Unbaked model, float threshold) private void
ItemModelGenerator.registerCondition
(Item item, BooleanProperty property, ItemModel.Unbaked onTrue, ItemModel.Unbaked onFalse) 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 extends Comparable<T>>
ItemModel.UnbakedItemModels.select
(Property<T> property, ItemModel.Unbaked fallback, Map<T, ItemModel.Unbaked> valuesToModels) static <T> SelectItemModel.SwitchCase
<T> ItemModels.switchCase
(List<T> values, ItemModel.Unbaked model) static <T> SelectItemModel.SwitchCase
<T> ItemModels.switchCase
(T value, ItemModel.Unbaked model) Method parameters in net.minecraft.client.data with type arguments of type ItemModel.UnbakedModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ItemModel.UnbakedItemModels.select
(Property<T> property, ItemModel.Unbaked fallback, Map<T, ItemModel.Unbaked> valuesToModels) -
Uses of ItemModel.Unbaked in net.minecraft.client.item
Fields in net.minecraft.client.item declared as ItemModel.UnbakedModifier and TypeFieldDescriptionprivate final ItemModel.Unbaked
ItemAsset.model
The field for themodel
record component.Methods in net.minecraft.client.item that return ItemModel.UnbakedModifier and TypeMethodDescriptionItemAsset.model()
Returns the value of themodel
record component.Constructors in net.minecraft.client.item with parameters of type ItemModel.UnbakedModifierConstructorDescriptionItemAsset
(ItemModel.Unbaked unbaked, ItemAsset.Properties properties) -
Uses of ItemModel.Unbaked in net.minecraft.client.render.item.model
Classes in net.minecraft.client.render.item.model that implement ItemModel.UnbakedModifier and TypeClassDescriptionstatic final record
static final record
static final record
static final record
static final record
static final record
static final record
static final record
Fields in net.minecraft.client.render.item.model declared as ItemModel.UnbakedModifier and TypeFieldDescriptionprivate final ItemModel.Unbaked
RangeDispatchItemModel.Entry.model
The field for themodel
record component.private final ItemModel.Unbaked
SelectItemModel.SwitchCase.model
The field for themodel
record component.private final ItemModel.Unbaked
ConditionItemModel.Unbaked.onFalse
The field for theonFalse
record component.private final ItemModel.Unbaked
ConditionItemModel.Unbaked.onTrue
The field for theonTrue
record component.Fields in net.minecraft.client.render.item.model with type parameters of type ItemModel.UnbakedModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ItemModel.Unbaked> ItemModelTypes.CODEC
private final Optional
<ItemModel.Unbaked> RangeDispatchItemModel.Unbaked.fallback
The field for thefallback
record component.private final Optional
<ItemModel.Unbaked> SelectItemModel.Unbaked.fallback
The field for thefallback
record component.private static final Codecs.IdMapper
<Identifier, com.mojang.serialization.MapCodec<? extends ItemModel.Unbaked>> ItemModelTypes.ID_MAPPER
private final List
<ItemModel.Unbaked> CompositeItemModel.Unbaked.models
The field for themodels
record component.Methods in net.minecraft.client.render.item.model that return ItemModel.UnbakedModifier and TypeMethodDescriptionRangeDispatchItemModel.Entry.model()
Returns the value of themodel
record component.SelectItemModel.SwitchCase.model()
Returns the value of themodel
record component.ConditionItemModel.Unbaked.onFalse()
Returns the value of theonFalse
record component.ConditionItemModel.Unbaked.onTrue()
Returns the value of theonTrue
record component.Methods in net.minecraft.client.render.item.model that return types with arguments of type ItemModel.UnbakedModifier and TypeMethodDescriptionRangeDispatchItemModel.Unbaked.fallback()
Returns the value of thefallback
record component.SelectItemModel.Unbaked.fallback()
Returns the value of thefallback
record component.com.mojang.serialization.MapCodec
<? extends ItemModel.Unbaked> ItemModel.Unbaked.getCodec()
CompositeItemModel.Unbaked.models()
Returns the value of themodels
record component.Constructors in net.minecraft.client.render.item.model with parameters of type ItemModel.UnbakedModifierConstructorDescriptionEntry
(float float2, ItemModel.Unbaked unbaked) SwitchCase
(List<T> list, ItemModel.Unbaked unbaked) Unbaked
(BooleanProperty booleanProperty, ItemModel.Unbaked unbaked, ItemModel.Unbaked unbaked2) Constructor parameters in net.minecraft.client.render.item.model with type arguments of type ItemModel.UnbakedModifierConstructorDescriptionUnbaked
(List<ItemModel.Unbaked> list) Unbaked
(NumericProperty numericProperty, float float2, List<RangeDispatchItemModel.Entry> list, Optional<ItemModel.Unbaked> optional) Unbaked
(SelectItemModel.UnbakedSwitch<?, ?> unbakedSwitch, Optional<ItemModel.Unbaked> optional)