public final class EntityPropertyMessage extends Object implements com.flowpowered.network.Message
| Constructor and Description |
|---|
EntityPropertyMessage(int id,
Map<String,AttributeManager.Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getId() |
Map<String,AttributeManager.Property> |
getProperties() |
int |
hashCode() |
String |
toString() |
public EntityPropertyMessage(int id,
Map<String,AttributeManager.Property> properties)
public int getId()
public Map<String,AttributeManager.Property> getProperties()
public boolean equals(Object o)
public int hashCode()
Copyright © 2021. All rights reserved.