Package noppes.npcs.api.entity.data
Interface IMark
public interface IMark
-
Method Details
-
getAvailability
IAvailability getAvailability() -
getColor
int getColor() -
setColor
void setColor(int color) -
getType
int getType() -
setType
void setType(int type) -
update
void update()Calling this will send the changes you've made to the clients
-