Record Class GameData.WrapperFactory<V>

java.lang.Object
java.lang.Record
net.minecraftforge.registries.GameData.WrapperFactory<V>
All Implemented Interfaces:
IForgeRegistry.AddCallback<V>, IForgeRegistry.CreateCallback<V>
Enclosing class:
GameData

static record GameData.WrapperFactory<V>(BiFunction<ForgeRegistry<V>,RegistryManager,WritableRegistry<V>> factory) extends Record implements IForgeRegistry.CreateCallback<V>, IForgeRegistry.AddCallback<V>