package net.minecraft.core; public interface HolderOwner { default boolean canSerializeIn(HolderOwner owner) { return owner == this; } }