Interface StaticProtocolObject

All Superinterfaces:
net.kyori.adventure.key.Keyed, ProtocolObject
All Known Subinterfaces:
Block, DamageType, Enchantment, EntityType, Material, Particle, PotionEffect, PotionType, SoundEvent, StatisticType, TrimMaterial, TrimPattern
All Known Implementing Classes:
PaintingMeta.Variant

public interface StaticProtocolObject extends ProtocolObject
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    id()
     

    Methods inherited from interface net.minestom.server.registry.ProtocolObject

    key, name, namespace
  • Method Details

    • id

      @Contract(pure=true) int id()