Package noppes.npcs.api.entity.data
Interface IMark
-
public interface IMark
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAvailability
getAvailability()
int
getColor()
int
getType()
void
setColor(int color)
void
setType(int type)
void
update()
Calling this will send the changes you've made to the clients
-
-
-
Method Detail
-
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
-
-