Package | Description |
---|---|
de.howaner.FakeMobs | |
de.howaner.FakeMobs.event | |
de.howaner.FakeMobs.interact | |
de.howaner.FakeMobs.util |
Modifier and Type | Method and Description |
---|---|
FakeMob |
FakeMobsPlugin.getMob(int id) |
FakeMob |
FakeMobsPlugin.getMob(org.bukkit.Location loc) |
FakeMob |
FakeMobsPlugin.spawnMob(org.bukkit.Location loc,
org.bukkit.entity.EntityType type) |
Modifier and Type | Method and Description |
---|---|
List<FakeMob> |
FakeMobsPlugin.getMobs() |
List<FakeMob> |
FakeMobsPlugin.getMobsInChunk(org.bukkit.World world,
int chunkX,
int chunkZ) |
List<FakeMob> |
FakeMobsPlugin.getMobsInRadius(org.bukkit.Location loc,
int radius) |
Map<Integer,FakeMob> |
FakeMobsPlugin.getMobsMap() |
Modifier and Type | Method and Description |
---|---|
FakeMob |
RemoveFakeMobEvent.getMob() |
FakeMob |
SpawnFakeMobEvent.getMob() |
FakeMob |
PlayerInteractFakeMobEvent.getMob() |
Constructor and Description |
---|
PlayerInteractFakeMobEvent(org.bukkit.entity.Player player,
FakeMob mob,
PlayerInteractFakeMobEvent.Action action) |
RemoveFakeMobEvent(FakeMob mob) |
SpawnFakeMobEvent(org.bukkit.Location loc,
org.bukkit.entity.EntityType type,
FakeMob mob) |
Modifier and Type | Method and Description |
---|---|
void |
InteractAction.onInteract(org.bukkit.entity.Player player,
FakeMob mob) |
void |
InteractText.onInteract(org.bukkit.entity.Player player,
FakeMob mob) |
void |
InteractItem.onInteract(org.bukkit.entity.Player player,
FakeMob mob) |
void |
InteractCommand.onInteract(org.bukkit.entity.Player player,
FakeMob mob) |
void |
InteractExp.onInteract(org.bukkit.entity.Player player,
FakeMob mob) |
Modifier and Type | Field and Description |
---|---|
static Map<org.bukkit.entity.Player,FakeMob> |
Cache.selectedMobs |
Modifier and Type | Method and Description |
---|---|
static com.comphenix.protocol.wrappers.WrappedDataWatcher |
DataWatchCreator.createDefaultWatcher(FakeMob mob) |
Copyright © 2014. All rights reserved.