I have question how to use this?
static Entity createEntity(int type, FullChunk chunk, CompoundTag nbt, Object... args)
static Entity createEntity(int type, Position pos, Object... args)
static Entity createEntity(String name, FullChunk chunk, CompoundTag nbt, Object... args)
static Entity createEntity(String name, Position pos, Object... args)
I tried like this
Entity.createEntity(43,new Location(0,0,0),null );
but i have null from this
static Entity createEntity(int type, FullChunk chunk, CompoundTag nbt, Object... args)
static Entity createEntity(int type, Position pos, Object... args)
static Entity createEntity(String name, FullChunk chunk, CompoundTag nbt, Object... args)
static Entity createEntity(String name, Position pos, Object... args)
I tried like this
Entity.createEntity(43,new Location(0,0,0),null );
but i have null from this
Last edited: