Uses of Interface
net.neoforged.neoforge.client.gamerules.GameRuleEntryFactory
Packages that use GameRuleEntryFactory
-
Uses of GameRuleEntryFactory in net.neoforged.neoforge.client.gamerules
Fields in net.neoforged.neoforge.client.gamerules declared as GameRuleEntryFactoryModifier and TypeFieldDescriptionprivate static final GameRuleEntryFactory<?> GameRuleEntryFactoryManager.GENERIC_FACTORYFields in net.neoforged.neoforge.client.gamerules with type parameters of type GameRuleEntryFactoryModifier and TypeFieldDescriptionprivate final Map<GameRuleType, GameRuleEntryFactory<?>> RegisterGameRuleEntryFactoryEvent.factoriesprivate static final Map<GameRuleType, GameRuleEntryFactory<?>> GameRuleEntryFactoryManager.FACTORIESMethods in net.neoforged.neoforge.client.gamerules with parameters of type GameRuleEntryFactoryModifier and TypeMethodDescription<T> voidRegisterGameRuleEntryFactoryEvent.register(GameRuleType gameRuleType, GameRuleEntryFactory<T> factory) Constructor parameters in net.neoforged.neoforge.client.gamerules with type arguments of type GameRuleEntryFactoryModifierConstructorDescription(package private)RegisterGameRuleEntryFactoryEvent(Map<GameRuleType, GameRuleEntryFactory<?>> factories)