2025-11-24 22:52:51 +03:00

16 lines
320 B
Java

/*
* Decompiled with CFR 0.152.
*
* Could not load the following classes:
* org.jspecify.annotations.Nullable
*/
package net.minecraft.world.entity;
import net.minecraft.world.entity.Entity;
import org.jspecify.annotations.Nullable;
public interface TraceableEntity {
public @Nullable Entity getOwner();
}