Uses of Record Class
eu.cloudnetservice.modules.npc.configuration.NPCConfigurationEntry
Packages that use NPCConfigurationEntry
-
Uses of NPCConfigurationEntry in eu.cloudnetservice.modules.npc.configuration
Fields in eu.cloudnetservice.modules.npc.configuration with type parameters of type NPCConfigurationEntryModifier and TypeFieldDescriptionprivate List<NPCConfigurationEntry> NPCConfiguration.Builder.entriesprivate final @NonNull List<NPCConfigurationEntry> NPCConfiguration.entriesThe field for theentriesrecord component.Methods in eu.cloudnetservice.modules.npc.configuration that return NPCConfigurationEntryMethods in eu.cloudnetservice.modules.npc.configuration that return types with arguments of type NPCConfigurationEntryModifier and TypeMethodDescriptionNPCConfiguration.entries()Returns the value of theentriesrecord component.Methods in eu.cloudnetservice.modules.npc.configuration with parameters of type NPCConfigurationEntryModifier and TypeMethodDescriptionNPCConfigurationEntry.builder(@NonNull NPCConfigurationEntry entry) Method parameters in eu.cloudnetservice.modules.npc.configuration with type arguments of type NPCConfigurationEntryModifier and TypeMethodDescriptionNPCConfiguration.Builder.entries(@NonNull Collection<NPCConfigurationEntry> entries) Constructor parameters in eu.cloudnetservice.modules.npc.configuration with type arguments of type NPCConfigurationEntryModifierConstructorDescriptionNPCConfiguration(@NonNull List<NPCConfigurationEntry> entries) Creates an instance of aNPCConfigurationrecord class.