Class CommandArgumentRegistryEntries
java.lang.Object
net.darkhax.bookshelf.api.registry.RegistryEntries<CommandArgumentEntry<?,?,?>>
net.darkhax.bookshelf.api.registry.CommandArgumentRegistryEntries
- All Implemented Interfaces:
Iterable<CommandArgumentEntry<?,,?, ?>> IOwnedRegistryEntries<CommandArgumentEntry<?,,?, ?>> IRegistryEntries<CommandArgumentEntry<?,?, ?>>
-
Constructor Summary
ConstructorsConstructorDescriptionCommandArgumentRegistryEntries(Supplier<String> idProvider, net.minecraft.resources.ResourceKey<?> registryKey) -
Method Summary
Modifier and TypeMethodDescription<A extends com.mojang.brigadier.arguments.ArgumentType<?>,T extends net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<A>, I extends net.minecraft.commands.synchronization.ArgumentTypeInfo<A, T>>
voidMethods inherited from class net.darkhax.bookshelf.api.registry.RegistryEntries
add, addInsertListener, addRegistryListener, addRegistryWrapper, build, getEntries, getOwner, isEmpty, iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.darkhax.bookshelf.api.registry.IOwnedRegistryEntries
addMethods inherited from interface net.darkhax.bookshelf.api.registry.IRegistryEntries
getEntry, getOrDefault, getOrDefault, ifAbsent, ifPresentMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CommandArgumentRegistryEntries
-
-
Method Details
-
add
-