Package alexiil.mc.lib.net.impl
Interface BlockEntityInitialData
public interface BlockEntityInitialData
This should be implemented by
BlockEntity
s that wish to send their own initial data packet to players
individually, rather than using BlockEntity#toInitialChunkDataTag()
or
BlockEntity.toUpdatePacket()
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendInitialData(net.minecraft.server.network.ServerPlayerEntity to)
-
Method Details
-
sendInitialData
void sendInitialData(net.minecraft.server.network.ServerPlayerEntity to)
-