net.minecraft.client.render.item.model.special

public record ChestTextureSet<T>

net.minecraft.client.renderer.MultiblockChestResources
net.minecraft.class_1_477
net.minecraft.client.render.item.model.special.ChestTextureSet

Field summary

Modifier and TypeField
private final T
single
comp_1_391
single
private final T
left
comp_1_389
left
private final T
right
comp_1_390
right

Constructor summary

ModifierConstructor
public (T single, T left, T right)

Method summary

Modifier and TypeMethod
public T
select(ChestType chestType)
method_1_3032(class_2745 arg0)
get(ChestType chestType)
public <S> ChestTextureSet<S>
map(Function<T, S> mapper)
method_1_3031(Function<T, S> arg0)
map(Function<T, S> function)
public T
single()
comp_1_391()
single()
public T
left()
comp_1_389()
left()
public T
right()
comp_1_390()
right()