Package net.elytrium.limboapi.api.chunk
Interface VirtualBlockEntity.Entry
- Enclosing interface:
VirtualBlockEntity
public static interface VirtualBlockEntity.Entry
-
Method Summary
Modifier and TypeMethodDescriptionintgetID(com.velocitypowered.api.network.ProtocolVersion version) intgetID(BlockEntityVersion version) net.kyori.adventure.nbt.CompoundBinaryTaggetNbt()intgetPosX()intgetPosY()intgetPosZ()booleanisSupportedOn(com.velocitypowered.api.network.ProtocolVersion version) booleanisSupportedOn(BlockEntityVersion version)
-
Method Details
-
getBlockEntity
VirtualBlockEntity getBlockEntity() -
getPosX
int getPosX() -
getPosY
int getPosY() -
getPosZ
int getPosZ() -
getNbt
net.kyori.adventure.nbt.CompoundBinaryTag getNbt() -
getID
int getID(com.velocitypowered.api.network.ProtocolVersion version) -
getID
-
isSupportedOn
boolean isSupportedOn(com.velocitypowered.api.network.ProtocolVersion version) -
isSupportedOn
-