12 lines
209 B
Java
12 lines
209 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.core;
|
|
|
|
public interface HolderOwner<T> {
|
|
default public boolean canSerializeIn(HolderOwner<T> context) {
|
|
return context == this;
|
|
}
|
|
}
|
|
|