Uses of Record Class
net.minecraft.client.render.item.model.SelectItemModel.UnbakedSwitch
Packages that use SelectItemModel.UnbakedSwitch
Package
Description
-
Uses of SelectItemModel.UnbakedSwitch in net.minecraft.client.render.item.model
Fields in net.minecraft.client.render.item.model declared as SelectItemModel.UnbakedSwitchModifier and TypeFieldDescriptionprivate final SelectItemModel.UnbakedSwitch
<?, ?> SelectItemModel.Unbaked.unbakedSwitch
The field for theunbakedSwitch
record component.Fields in net.minecraft.client.render.item.model with type parameters of type SelectItemModel.UnbakedSwitchModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<SelectItemModel.UnbakedSwitch<?, ?>> SelectItemModel.UnbakedSwitch.CODEC
Methods in net.minecraft.client.render.item.model that return SelectItemModel.UnbakedSwitchModifier and TypeMethodDescriptionSelectItemModel.Unbaked.unbakedSwitch()
Returns the value of theunbakedSwitch
record component.Constructors in net.minecraft.client.render.item.model with parameters of type SelectItemModel.UnbakedSwitchModifierConstructorDescriptionUnbaked
(SelectItemModel.UnbakedSwitch<?, ?> unbakedSwitch, Optional<ItemModel.Unbaked> optional) -
Uses of SelectItemModel.UnbakedSwitch in net.minecraft.client.render.item.property.select
Fields in net.minecraft.client.render.item.property.select with type parameters of type SelectItemModel.UnbakedSwitchModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec
<SelectItemModel.UnbakedSwitch<P, T>> SelectProperty.Type.switchCodec
The field for theswitchCodec
record component.Methods in net.minecraft.client.render.item.property.select that return types with arguments of type SelectItemModel.UnbakedSwitchModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<SelectItemModel.UnbakedSwitch<P, T>> SelectProperty.Type.switchCodec()
Returns the value of theswitchCodec
record component.Constructor parameters in net.minecraft.client.render.item.property.select with type arguments of type SelectItemModel.UnbakedSwitchModifierConstructorDescriptionType
(com.mojang.serialization.MapCodec<SelectItemModel.UnbakedSwitch<P, T>> mapCodec)