| Constructor and Description |
|---|
PatternRemovedEventData(int itemId,
int auxValue,
int patternsSize,
int patternIndex,
int patternColor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getAuxValue() |
int |
getItemId() |
int |
getPatternColor() |
int |
getPatternIndex() |
int |
getPatternsSize() |
EventDataType |
getType() |
int |
hashCode() |
String |
toString() |
public PatternRemovedEventData(int itemId,
int auxValue,
int patternsSize,
int patternIndex,
int patternColor)
public EventDataType getType()
public int getItemId()
public int getAuxValue()
public int getPatternsSize()
public int getPatternIndex()
public int getPatternColor()
Copyright © 2018–2019 NukkitX. All rights reserved.