Interface EntityArchetypeEntry
-
public interface EntityArchetypeEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
EntityArchetypeEntry.Factory
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityArchetype
archetype()
static EntityArchetypeEntry
of(EntityArchetype archetype, Vector3d pos)
Vector3d
position()
-
-
-
Method Detail
-
of
static EntityArchetypeEntry of(EntityArchetype archetype, Vector3d pos)
-
archetype
EntityArchetype archetype()
-
position
Vector3d position()
-
-