Class ResourceLocationSet

java.lang.Object
java.util.AbstractCollection<net.minecraft.resources.ResourceLocation>
java.util.AbstractSet<net.minecraft.resources.ResourceLocation>
java.util.HashSet<net.minecraft.resources.ResourceLocation>
com.petrolpark.core.data.ResourceLocationSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable<net.minecraft.resources.ResourceLocation>, Collection<net.minecraft.resources.ResourceLocation>, Set<net.minecraft.resources.ResourceLocation>

public class ResourceLocationSet extends HashSet<net.minecraft.resources.ResourceLocation>
See Also:
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<ResourceLocationSet> CODEC
    • ATTACHMENT_SERIALIZER

      public static final net.neoforged.neoforge.attachment.IAttachmentSerializer<net.minecraft.nbt.Tag,ResourceLocationSet> ATTACHMENT_SERIALIZER
  • Constructor Details

    • ResourceLocationSet

      public ResourceLocationSet(net.neoforged.neoforge.attachment.IAttachmentHolder holder)
    • ResourceLocationSet

      public ResourceLocationSet(List<net.minecraft.resources.ResourceLocation> rls)