Interface VirtualBlockEntity


public interface VirtualBlockEntity
  • Method Details

    • getID

      int getID(com.velocitypowered.api.network.ProtocolVersion version)
    • getID

      int getID(BlockEntityVersion version)
    • isSupportedOn

      boolean isSupportedOn(com.velocitypowered.api.network.ProtocolVersion version)
    • isSupportedOn

      boolean isSupportedOn(BlockEntityVersion version)
    • getModernID

      String getModernID()
    • getEntry

      VirtualBlockEntity.Entry getEntry(int posX, int posY, int posZ, net.kyori.adventure.nbt.CompoundBinaryTag nbt)