net.minecraft.block.spawner

public abstract class MobSpawner

amk
net.minecraft.class_1586
net.minecraft.block.spawner.MobSpawner
net.minecraft.tileentity.MobSpawnerBaseLogic
net.minecraft.tileentity.MobSpawnerBaseLogic

Field summary

Modifier and TypeField
private int
a
field_6212
delay
field_98286_b
spawnDelay
private final List<MobSpawnerEntry>
b
field_6215
spawnPotentials
field_98285_e
potentialSpawns
private MobSpawnerEntry
c
field_12434
spawnEntry
field_98282_f
spawnData
private double
d
field_6213
rotation
field_98287_c
mobRotation
private double
e
field_6214
lastRotation
field_98284_d
prevMobRotation
private int
f
field_6217
minSpawnDelay
field_98283_g
minSpawnDelay
private int
g
field_6218
maxSpawnDelay
field_98293_h
maxSpawnDelay
private int
h
field_6219
spawnCount
field_98294_i
spawnCount
private Entity
i
field_6220
displayEntity
field_98291_j
cachedEntity
private int
j
field_6221
maxNearbyEntities
field_98292_k
maxNearbyEntities
private int
k
field_6222
requiredPlayerRange
field_98289_l
activatingRangeFromPlayer
private int
l
field_6223
spawnRange
field_98290_m
spawnRange

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private Identifier
g()
method_13685()
getEntityId()
func_190895_g()
getEntityId()
public void
a(nf arg0)
method_13684(class_1653 arg0)
setEntityId(Identifier id)
func_190894_a(ResourceLocation arg0)
setEntityId(ResourceLocation id)
private boolean
h()
method_5481()
isNearPlayer()
func_98279_f()
isActivated()
public void
c()
method_5482()
tick()
func_98278_g()
updateSpawner()
private void
i()
method_5485()
delay()
func_98273_j()
resetTimer()
public void
a(fy arg0)
method_5471(class_322 arg0)
readNbt(NbtCompound nbt)
func_98270_a(NBTTagCompound arg0)
readFromNBT(NBTTagCompound nbt)
public NbtCompound
b(fy arg0)
method_11472(class_322 arg0)
writeNbt(NbtCompound nbt)
func_189530_b(NBTTagCompound arg0)
writeToNBT(NBTTagCompound arg0)
public boolean
b(int arg0)
method_5476(int arg0)
doEvent(int event)
func_98268_b(int arg0)
setDelayToMin(int delay)
public void
a(ane arg0)
method_5474(class_1587 arg0)
setSpawnEntry(MobSpawnerEntry spawnEntry)
func_184993_a(WeightedSpawnerEntity arg0)
setNextSpawnData(WeightedSpawnerEntity arg0)
public abstract void
a(int arg0)
method_5470(int arg0)
broacastEvent(int event)
func_98267_a(int arg0)
broadcastEvent(int id)
public abstract World
a()
method_5469()
getWorld()
func_98271_a()
getSpawnerWorld()
public abstract BlockPos
b()
method_5475()
getPos()
func_177221_b()
getSpawnerPosition()
public Entity
d()
method_11473()
getDisplayEntity()
func_184994_d()
getCachedEntity()
public double
e()
method_8463()
getRotation()
func_177222_d()
getMobRotation()
public double
f()
method_8464()
getLastRotation()
func_177223_e()
getPrevMobRotation()