Interface StaticProtocolObject

All Superinterfaces:
net.kyori.adventure.key.Keyed, ProtocolObject
All Known Subinterfaces:
BannerPattern, Block, DamageType, Enchantment, EntityType, FeatureFlag, Fluid, Material, Particle, PotionEffect, PotionType, SoundEvent, StatisticType, TrimMaterial, TrimPattern, VillagerProfession, VillagerType
All Known Implementing Classes:
BannerPatternImpl, FeatureFlagImpl, FluidImpl, PaintingMeta.Variant, VillagerProfessionImpl, VillagerTypeImpl

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()