Package net.minestom.server.registry
Class Registry.EntityEntry
java.lang.Object
net.minestom.server.registry.Registry.EntityEntry
- All Implemented Interfaces:
Registry.Entry
- Enclosing class:
Registry
-
Constructor Summary
ConstructorsConstructorDescriptionEntityEntry(String namespace, Registry.Properties main, Registry.Properties custom) -
Method Summary
Modifier and TypeMethodDescriptiondouble@NotNull BoundingBoxcustom()doubledrag()doubledoubleheight()intid()@NotNull NamespaceID@NotNull EntitySpawnTypedoublewidth()
-
Constructor Details
-
EntityEntry
-
-
Method Details
-
namespace
-
id
public int id() -
translationKey
-
drag
public double drag() -
acceleration
public double acceleration() -
spawnType
-
width
public double width() -
height
public double height() -
eyeHeight
public double eyeHeight() -
boundingBox
-
custom
- Specified by:
customin interfaceRegistry.Entry
-