Package net.elytrium.limboapi.api.chunk
Interface VirtualBlockEntity
public interface VirtualBlockEntity
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetEntry(int posX, int posY, int posZ, net.kyori.adventure.nbt.CompoundBinaryTag nbt) intgetID(com.velocitypowered.api.network.ProtocolVersion version) intgetID(BlockEntityVersion version) booleanisSupportedOn(com.velocitypowered.api.network.ProtocolVersion version) booleanisSupportedOn(BlockEntityVersion version)
-
Method Details
-
getID
int getID(com.velocitypowered.api.network.ProtocolVersion version) -
getID
-
isSupportedOn
boolean isSupportedOn(com.velocitypowered.api.network.ProtocolVersion version) -
isSupportedOn
-
getModernID
String getModernID() -
getEntry
VirtualBlockEntity.Entry getEntry(int posX, int posY, int posZ, net.kyori.adventure.nbt.CompoundBinaryTag nbt)
-