mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 03:34:42 +02:00
9 lines
173 B
Java
9 lines
173 B
Java
package com.plotsquared.bukkit.object.entity;
|
|
|
|
import org.bukkit.entity.AnimalTamer;
|
|
|
|
public class TameableStats {
|
|
public AnimalTamer owner;
|
|
public boolean tamed;
|
|
}
|