net.minecraft.block.spawner

public abstract class MobSpawner

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

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_17485
LOGGER
field_209160_a
LOGGER
private int
b
field_6212
delay
field_98286_b
spawnDelay
private final List<MobSpawnerEntry>
c
field_6215
spawnPotentials
field_98285_e
potentialSpawns
private MobSpawnerEntry
d
field_12434
spawnEntry
field_98282_f
spawnData
private double
e
field_6213
rotation
field_98287_c
mobRotation
private double
f
field_6214
lastRotation
field_98284_d
prevMobRotation
private int
g
field_6217
minSpawnDelay
field_98283_g
minSpawnDelay
private int
h
field_6218
maxSpawnDelay
field_98293_h
maxSpawnDelay
private int
i
field_6219
spawnCount
field_98294_i
spawnCount
private Entity
j
field_6220
displayEntity
field_98291_j
cachedEntity
private int
k
field_6221
maxNearbyEntities
field_98292_k
maxNearbyEntities
private int
l
field_6222
requiredPlayerRange
field_98289_l
activatingRangeFromPlayer
private int
m
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(aev<?> arg0)
method_16278(class_3460<?> arg0)
setEntityId(EntityType<?> type)
func_200876_a(EntityType<?> arg0)
setEntityType(EntityType<?> type)
private boolean
h()
method_5481()
isNearPlayer()
func_98279_f()
isActivated()
public void
c()
method_5482()
tick()
func_98278_g()
tick()
private void
i()
method_5485()
delay()
func_98273_j()
resetTimer()
public void
a(gy arg0)
method_5471(class_322 arg0)
readNbt(NbtCompound nbt)
func_98270_a(NBTTagCompound arg0)
read(NBTTagCompound nbt)
public NbtCompound
b(gy arg0)
method_11472(class_322 arg0)
writeNbt(NbtCompound nbt)
func_189530_b(NBTTagCompound arg0)
write(NBTTagCompound compound)
public boolean
b(int arg0)
method_5476(int arg0)
doEvent(int event)
func_98268_b(int arg0)
setDelayToMin(int delay)
public void
a(ayn arg0)
method_5474(class_1587 arg0)
setSpawnEntry(MobSpawnerEntry spawnEntry)
func_184993_a(WeightedSpawnerEntity arg0)
setNextSpawnData(WeightedSpawnerEntity nextSpawnData)
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()
getWorld()
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()