Class GeyserEntityProperties
java.lang.Object
org.geysermc.geyser.entity.properties.GeyserEntityProperties
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidadd(String entityType, @NonNull PropertyType<T, ? extends org.cloudburstmc.protocol.bedrock.data.entity.EntityProperty> property) protected booleanboolean@NonNull List<PropertyType<?,?>> intgetPropertyIndex(String name) inthashCode()booleanisEmpty()org.cloudburstmc.nbt.NbtMaptoString()
-
Constructor Details
-
GeyserEntityProperties
public GeyserEntityProperties()
-
-
Method Details
-
toNbtMap
-
add
public <T> void add(String entityType, @NonNull PropertyType<T, ? extends org.cloudburstmc.protocol.bedrock.data.entity.EntityProperty> property) -
getProperties
-
isEmpty
public boolean isEmpty() -
getPropertyIndex
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-