java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.VillagerData
public class VillagerData
extends Object
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
int
int
int
int
-
Constructor Details
-
VillagerData
public VillagerData(int type,
int profession,
int level)
-
Method Details
-
getType
public int getType()
-
getProfession
public int getProfession()
-
getLevel
public int getLevel()
-
-
canEqual
protected boolean canEqual(@Nullable Object other)
-
-