public class WorldManager extends java.lang.Object implements IWorldAccess
Constructor and Description |
---|
WorldManager(MinecraftServer p_i1517_1_,
WorldServer p_i1517_2_) |
Modifier and Type | Method and Description |
---|---|
void |
broadcastSound(int p_82746_1_,
int p_82746_2_,
int p_82746_3_,
int p_82746_4_,
int p_82746_5_) |
void |
destroyBlockPartially(int p_147587_1_,
int p_147587_2_,
int p_147587_3_,
int p_147587_4_,
int p_147587_5_) |
void |
markBlockForRenderUpdate(int p_147588_1_,
int p_147588_2_,
int p_147588_3_) |
void |
markBlockForUpdate(int p_147586_1_,
int p_147586_2_,
int p_147586_3_) |
void |
markBlockRangeForRenderUpdate(int p_147585_1_,
int p_147585_2_,
int p_147585_3_,
int p_147585_4_,
int p_147585_5_,
int p_147585_6_) |
void |
onEntityCreate(Entity p_72703_1_) |
void |
onEntityDestroy(Entity p_72709_1_) |
void |
onStaticEntitiesChanged() |
void |
playAuxSFX(EntityPlayer p_72706_1_,
int p_72706_2_,
int p_72706_3_,
int p_72706_4_,
int p_72706_5_,
int p_72706_6_) |
void |
playRecord(java.lang.String p_72702_1_,
int p_72702_2_,
int p_72702_3_,
int p_72702_4_) |
void |
playSound(java.lang.String p_72704_1_,
double p_72704_2_,
double p_72704_4_,
double p_72704_6_,
float p_72704_8_,
float p_72704_9_) |
void |
playSoundToNearExcept(EntityPlayer p_85102_1_,
java.lang.String p_85102_2_,
double p_85102_3_,
double p_85102_5_,
double p_85102_7_,
float p_85102_9_,
float p_85102_10_) |
void |
spawnParticle(java.lang.String p_72708_1_,
double p_72708_2_,
double p_72708_4_,
double p_72708_6_,
double p_72708_8_,
double p_72708_10_,
double p_72708_12_) |
public WorldManager(MinecraftServer p_i1517_1_, WorldServer p_i1517_2_)
public void spawnParticle(java.lang.String p_72708_1_, double p_72708_2_, double p_72708_4_, double p_72708_6_, double p_72708_8_, double p_72708_10_, double p_72708_12_)
spawnParticle
in interface IWorldAccess
public void onEntityCreate(Entity p_72703_1_)
onEntityCreate
in interface IWorldAccess
public void onEntityDestroy(Entity p_72709_1_)
onEntityDestroy
in interface IWorldAccess
public void playSound(java.lang.String p_72704_1_, double p_72704_2_, double p_72704_4_, double p_72704_6_, float p_72704_8_, float p_72704_9_)
playSound
in interface IWorldAccess
public void playSoundToNearExcept(EntityPlayer p_85102_1_, java.lang.String p_85102_2_, double p_85102_3_, double p_85102_5_, double p_85102_7_, float p_85102_9_, float p_85102_10_)
playSoundToNearExcept
in interface IWorldAccess
public void markBlockRangeForRenderUpdate(int p_147585_1_, int p_147585_2_, int p_147585_3_, int p_147585_4_, int p_147585_5_, int p_147585_6_)
markBlockRangeForRenderUpdate
in interface IWorldAccess
public void markBlockForUpdate(int p_147586_1_, int p_147586_2_, int p_147586_3_)
markBlockForUpdate
in interface IWorldAccess
public void markBlockForRenderUpdate(int p_147588_1_, int p_147588_2_, int p_147588_3_)
markBlockForRenderUpdate
in interface IWorldAccess
public void playRecord(java.lang.String p_72702_1_, int p_72702_2_, int p_72702_3_, int p_72702_4_)
playRecord
in interface IWorldAccess
public void playAuxSFX(EntityPlayer p_72706_1_, int p_72706_2_, int p_72706_3_, int p_72706_4_, int p_72706_5_, int p_72706_6_)
playAuxSFX
in interface IWorldAccess
public void broadcastSound(int p_82746_1_, int p_82746_2_, int p_82746_3_, int p_82746_4_, int p_82746_5_)
broadcastSound
in interface IWorldAccess
public void destroyBlockPartially(int p_147587_1_, int p_147587_2_, int p_147587_3_, int p_147587_4_, int p_147587_5_)
destroyBlockPartially
in interface IWorldAccess
public void onStaticEntitiesChanged()
onStaticEntitiesChanged
in interface IWorldAccess