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