public class ExpandWorld
extends java.lang.Object
| Constructor and Description |
|---|
ExpandWorld() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addWeatherEffect(crafttweaker.api.world.IWorld world,
crafttweaker.api.entity.IEntity entity) |
static crafttweaker.api.entity.IEntity |
createLightningBolt(crafttweaker.api.world.IWorld world,
double x,
double y,
double z,
boolean effectOnly) |
static boolean |
extinguishFire(crafttweaker.api.world.IWorld world,
crafttweaker.api.player.IPlayer player,
crafttweaker.api.world.IBlockPos pos,
crafttweaker.api.world.IFacing side) |
static crafttweaker.api.entity.IEntity |
findNearestEntityWithinAABB(crafttweaker.api.world.IWorld world,
crafttweaker.api.util.IAxisAlignedBB aabb,
crafttweaker.api.entity.IEntity closestTo) |
static crafttweaker.api.entity.IEntity[] |
getEntitiesWithinAABB(crafttweaker.api.world.IWorld world,
crafttweaker.api.util.IAxisAlignedBB aabb) |
static crafttweaker.api.entity.IEntity[] |
getEntitiesWithinAABBExcludingEntity(crafttweaker.api.world.IWorld world,
crafttweaker.api.util.IAxisAlignedBB aabb,
crafttweaker.api.entity.IEntity entity) |
static crafttweaker.api.world.IWorld |
getFromID(int id) |
static crafttweaker.api.util.IRandom |
getRandom(crafttweaker.api.world.IWorld world) |
static int |
getSeaLevel(crafttweaker.api.world.IWorld world) |
static boolean |
isBlockLoaded(crafttweaker.api.world.IWorld world,
crafttweaker.api.world.IBlockPos pos) |
static boolean |
isSpawnChunk(crafttweaker.api.world.IWorld world,
int x,
int z) |
static crafttweaker.api.entity.IEntity |
summonLightningBolt(crafttweaker.api.world.IWorld world,
double x,
double y,
double z,
boolean effectOnly) |
public static crafttweaker.api.world.IWorld getFromID(int id)
public static boolean extinguishFire(crafttweaker.api.world.IWorld world,
crafttweaker.api.player.IPlayer player,
crafttweaker.api.world.IBlockPos pos,
crafttweaker.api.world.IFacing side)
public static boolean isSpawnChunk(crafttweaker.api.world.IWorld world,
int x,
int z)
public static int getSeaLevel(crafttweaker.api.world.IWorld world)
public static crafttweaker.api.entity.IEntity createLightningBolt(crafttweaker.api.world.IWorld world,
double x,
double y,
double z,
boolean effectOnly)
public static boolean addWeatherEffect(crafttweaker.api.world.IWorld world,
crafttweaker.api.entity.IEntity entity)
public static crafttweaker.api.entity.IEntity summonLightningBolt(crafttweaker.api.world.IWorld world,
double x,
double y,
double z,
boolean effectOnly)
public static crafttweaker.api.entity.IEntity[] getEntitiesWithinAABB(crafttweaker.api.world.IWorld world,
crafttweaker.api.util.IAxisAlignedBB aabb)
public static crafttweaker.api.entity.IEntity[] getEntitiesWithinAABBExcludingEntity(crafttweaker.api.world.IWorld world,
crafttweaker.api.util.IAxisAlignedBB aabb,
crafttweaker.api.entity.IEntity entity)
public static crafttweaker.api.entity.IEntity findNearestEntityWithinAABB(crafttweaker.api.world.IWorld world,
crafttweaker.api.util.IAxisAlignedBB aabb,
crafttweaker.api.entity.IEntity closestTo)
public static crafttweaker.api.util.IRandom getRandom(crafttweaker.api.world.IWorld world)
public static boolean isBlockLoaded(crafttweaker.api.world.IWorld world,
crafttweaker.api.world.IBlockPos pos)