net.minecraft.entity

public record VariantSelectorProvider$UnwrappedSelector<C, T>

net.minecraft.world.entity.variant.PriorityProvider$UnpackedEntry
net.minecraft.class_10695$class_10698
net.minecraft.entity.VariantSelectorProvider$UnwrappedSelector

Field summary

Modifier and TypeField
private final T
entry
comp_3577
entry
private final int
priority
comp_3578
priority
private final VariantSelectorProvider$SelectorCondition<C>
condition
comp_3579
condition
public static final Comparator<VariantSelectorProvider$UnwrappedSelector<?, ?>>
HIGHEST_PRIORITY_FIRST
field_56283
PRIORITY_COMPARATOR

Constructor summary

ModifierConstructor
public (T entry, int priority, VariantSelectorProvider$SelectorCondition<C> condition)

Method summary

Modifier and TypeMethod
public T
entry()
comp_3577()
entry()
public int
priority()
comp_3578()
priority()
public VariantSelectorProvider$SelectorCondition<C>
condition()
comp_3579()
condition()