Interface CustomJavaEntityType
- All Superinterfaces:
JavaEntityType
Represents a custom Minecraft: Java Edition entity type.
This can only be used with modded servers!
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.geysermc.geyser.api.entity.definition.JavaEntityType
defaultBedrockDefinition, height, identifier, is, javaId, width
-
Method Details
-
vanilla
default boolean vanilla()- Specified by:
vanillain interfaceJavaEntityType- Returns:
- whether this entity exists in the vanilla base game
-