public interface IWorldAccess
Modifier and Type | Method and Description |
---|---|
void |
broadcastSound(int p_180440_1_,
BlockPos p_180440_2_,
int p_180440_3_) |
void |
markBlockForUpdate(BlockPos pos) |
void |
markBlockRangeForRenderUpdate(int x1,
int y1,
int z1,
int x2,
int y2,
int z2) |
void |
notifyLightSet(BlockPos pos) |
void |
onEntityAdded(Entity entityIn) |
void |
onEntityRemoved(Entity entityIn) |
void |
playAusSFX(EntityPlayer p_180439_1_,
int p_180439_2_,
BlockPos blockPosIn,
int p_180439_4_) |
void |
playRecord(java.lang.String recordName,
BlockPos blockPosIn) |
void |
playSound(java.lang.String soundName,
double x,
double y,
double z,
float volume,
float pitch) |
void |
playSoundToNearExcept(EntityPlayer except,
java.lang.String soundName,
double x,
double y,
double z,
float volume,
float pitch) |
void |
sendBlockBreakProgress(int breakerId,
BlockPos pos,
int progress) |
void |
spawnParticle(int p_180442_1_,
boolean p_180442_2_,
double p_180442_3_,
double p_180442_5_,
double p_180442_7_,
double p_180442_9_,
double p_180442_11_,
double p_180442_13_,
int... p_180442_15_) |
void markBlockForUpdate(BlockPos pos)
void notifyLightSet(BlockPos pos)
void markBlockRangeForRenderUpdate(int x1, int y1, int z1, int x2, int y2, int z2)
void playSound(java.lang.String soundName, double x, double y, double z, float volume, float pitch)
void playSoundToNearExcept(EntityPlayer except, java.lang.String soundName, double x, double y, double z, float volume, float pitch)
void spawnParticle(int p_180442_1_, boolean p_180442_2_, double p_180442_3_, double p_180442_5_, double p_180442_7_, double p_180442_9_, double p_180442_11_, double p_180442_13_, int... p_180442_15_)
void onEntityAdded(Entity entityIn)
void onEntityRemoved(Entity entityIn)
void playRecord(java.lang.String recordName, BlockPos blockPosIn)
void broadcastSound(int p_180440_1_, BlockPos p_180440_2_, int p_180440_3_)
void playAusSFX(EntityPlayer p_180439_1_, int p_180439_2_, BlockPos blockPosIn, int p_180439_4_)
void sendBlockBreakProgress(int breakerId, BlockPos pos, int progress)