HyCodeYourTale
classpublicPriority 1

WorldNotificationHandler

com.hypixel.hytale.server.core.universe.world.WorldNotificationHandler

13

Methods

13

Public Methods

1

Fields

1

Constructors

Constructors

public
WorldNotificationHandler(World world)

Methods

Public Methods (13)

public
UpdateBlockDamage getBlockDamagePacket(int x, int y, int z, float health, float healthDelta)
@Nonnull
public
SpawnBlockParticleSystem getBlockParticlePacket(double x, double y, double z, int id, BlockParticleEvent particleType)
@Nonnull
public
void sendBlockParticle(PlayerRef playerRef, double x, double y, double z, int id, BlockParticleEvent particleType)
public
void sendBlockParticle(double x, double y, double z, int id, BlockParticleEvent particleType)
public
void sendPacketIfChunkLoaded(Packet packet, int x, int z, Predicate<PlayerRef> filter)
public
void sendPacketIfChunkLoaded(Packet packet, int x, int z)
public
void sendPacketIfChunkLoaded(Packet packet, long indexChunk)
public
void sendPacketIfChunkLoaded(Packet packet, long indexChunk, Predicate<PlayerRef> filter)
public
void updateBlockDamage(int x, int y, int z, float health, float healthDelta)
public
void updateBlockDamage(int x, int y, int z, float health, float healthDelta, Predicate<PlayerRef> filter)
public
void updateChunk(long indexChunk)
public
void updateState(int x, int y, int z, BlockState state, BlockState oldState)
public
void updateState(int x, int y, int z, BlockState state, BlockState oldState, Predicate<PlayerRef> skip)

Fields

Private/Package Fields (1)

privateWorld world

Related Classes