Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

69 lines
1.2 KiB

These are the functions which can be called on an EntityData object.
setType:
Arguments:
String
Usage:
entity type
Notes:
Sets the entity type.
setFeature:
Arguments:
String
Usage:
feature id
Notes:
Sets the feature id. Used for things like structures.
getDistanceData:
Notes:
Returns the DistanceData object so functions can be called on it.
setWorldType:
Arguments:
String
Usage:
WorldType id
Notes:
Sets the WorldType id.
getLocationData:
Notes:
Returns the LocationData object so functions can be called on it.
setDimensionType:
Arguments:
String
Usage:
dimension type
Notes:
Sets the dimension type. Vanilla options are "overworld", "the_nether", "the_end"
setBiome:
Arguments:
Non_Null_Biome_ID
Usage:
biome id
Notes:
Sets the biome id. Can be an int or String.
setDimID:
Arguments:
int
Usage:
dimension id
Notes:
Sets the dimension id.
setGeneratorOptions:
Arguments:
String
Usage:
generator string
Notes:
Sets the generator options string.