Class GeyserEntityProperties

java.lang.Object
org.geysermc.geyser.entity.properties.GeyserEntityProperties

public class GeyserEntityProperties extends Object
  • Constructor Details

    • GeyserEntityProperties

      public GeyserEntityProperties()
  • Method Details

    • toNbtMap

      public org.cloudburstmc.nbt.NbtMap toNbtMap(String entityType)
    • add

      public <T> void add(String entityType, @NonNull PropertyType<T,? extends org.cloudburstmc.protocol.bedrock.data.entity.EntityProperty> property)
    • getProperties

      public @NonNull List<PropertyType<?,?>> getProperties()
    • isEmpty

      public boolean isEmpty()
    • getPropertyIndex

      public int getPropertyIndex(String name)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object