Class ResourceLocation

java.lang.Object
com.github.retrooper.packetevents.resources.ResourceLocation
All Implemented Interfaces:
net.kyori.adventure.key.Keyed

@NullMarked public class ResourceLocation extends Object implements net.kyori.adventure.key.Keyed
  • Field Details

  • Constructor Details

    • ResourceLocation

      public ResourceLocation(net.kyori.adventure.key.Key key)
    • ResourceLocation

      public ResourceLocation(String namespace, String key)
    • ResourceLocation

      public ResourceLocation(String location)
  • Method Details