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