package net.minecraft.world.entity; public interface VariantHolder { void setVariant(T variant); T getVariant(); }