Package com.petrolpark.core.data
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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.neoforged.neoforge.attachment.IAttachmentSerializer<net.minecraft.nbt.Tag, ResourceLocationSet> static final com.mojang.serialization.Codec<ResourceLocationSet> -
Constructor Summary
ConstructorsConstructorDescriptionResourceLocationSet(List<net.minecraft.resources.ResourceLocation> rls) ResourceLocationSet(net.neoforged.neoforge.attachment.IAttachmentHolder holder) -
Method Summary
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
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
-