Class DispatchableFunction.Factory<T>
java.lang.Object
com.lightning.northstar.planet.data.func.DispatchableFunction.Factory<T>
- Enclosing class:
DispatchableFunction<T>
-
Constructor Summary
ConstructorsConstructorDescriptionFactory(net.minecraft.resources.ResourceLocation type, com.mojang.serialization.Codec<T> keyCodec, BiFunction<net.minecraft.world.level.Level, net.minecraft.core.BlockPos, T> key) -
Method Summary
Modifier and TypeMethodDescriptioncreate(LevelFunction fallback, Map<T, LevelFunction> entries) voidregister(SimpleRegistry<net.minecraft.resources.ResourceLocation, com.mojang.serialization.MapCodec<? extends LevelFunction>> registry)
-
Constructor Details
-
Factory
public Factory(net.minecraft.resources.ResourceLocation type, com.mojang.serialization.Codec<T> keyCodec, BiFunction<net.minecraft.world.level.Level, net.minecraft.core.BlockPos, T> key)
-
-
Method Details
-
register
public void register(SimpleRegistry<net.minecraft.resources.ResourceLocation, com.mojang.serialization.MapCodec<? extends LevelFunction>> registry) -
create
-