| Constructor and Description |
|---|
EntityInteractEventData(int interactionType,
int legacyEntityTypeId,
int variant,
int paletteColor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getInteractionType() |
int |
getLegacyEntityTypeId() |
int |
getPaletteColor() |
EventDataType |
getType() |
int |
getVariant() |
int |
hashCode() |
String |
toString() |
public EntityInteractEventData(int interactionType,
int legacyEntityTypeId,
int variant,
int paletteColor)
public EventDataType getType()
public int getInteractionType()
public int getLegacyEntityTypeId()
public int getVariant()
public int getPaletteColor()
Copyright © 2018–2019 NukkitX. All rights reserved.