Inherited by net.minecraft.entity.ai.EntityMinecartMobSpawnerLogic, and net.minecraft.tileentity.TileEntityMobSpawnerLogic.
boolean net.minecraft.tileentity.MobSpawnerBaseLogic.canRun |
( |
) | |
|
Returns true if there's a player close enough to this mob spawner to activate it.
Entity net.minecraft.tileentity.MobSpawnerBaseLogic.func_98265_a |
( |
Entity |
par1Entity) | |
|
abstract void net.minecraft.tileentity.MobSpawnerBaseLogic.func_98267_a |
( |
int |
i) | |
|
|
pure virtual |
Entity net.minecraft.tileentity.MobSpawnerBaseLogic.func_98281_h |
( |
) | |
|
String net.minecraft.tileentity.MobSpawnerBaseLogic.getEntityNameToSpawn |
( |
) | |
|
Gets the entity name that should be spawned.
abstract World net.minecraft.tileentity.MobSpawnerBaseLogic.getSpawnerWorld |
( |
) | |
|
|
pure virtual |
abstract int net.minecraft.tileentity.MobSpawnerBaseLogic.getSpawnerX |
( |
) | |
|
|
pure virtual |
abstract int net.minecraft.tileentity.MobSpawnerBaseLogic.getSpawnerY |
( |
) | |
|
|
pure virtual |
abstract int net.minecraft.tileentity.MobSpawnerBaseLogic.getSpawnerZ |
( |
) | |
|
|
pure virtual |
void net.minecraft.tileentity.MobSpawnerBaseLogic.readFromNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
boolean net.minecraft.tileentity.MobSpawnerBaseLogic.setDelayToMin |
( |
int |
par1) | |
|
Sets the delay to minDelay if parameter given is 1, else return false.
void net.minecraft.tileentity.MobSpawnerBaseLogic.setMobID |
( |
String |
par1Str) | |
|
void net.minecraft.tileentity.MobSpawnerBaseLogic.setRandomMinecart |
( |
WeightedRandomMinecart |
par1WeightedRandomMinecart) | |
|
void net.minecraft.tileentity.MobSpawnerBaseLogic.updateSpawner |
( |
) | |
|
void net.minecraft.tileentity.MobSpawnerBaseLogic.writeToNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
double net.minecraft.tileentity.MobSpawnerBaseLogic.field_98284_d = 0.0D |
double net.minecraft.tileentity.MobSpawnerBaseLogic.field_98287_c |
int net.minecraft.tileentity.MobSpawnerBaseLogic.spawnDelay = 20 |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/tileentity/MobSpawnerBaseLogic.java