Class InterpolationTypeRegistryEvent
java.lang.Object
net.neoforged.bus.api.Event
dev.latvian.mods.klib.registry.CustomRegistryTypeEvent<io.netty.buffer.ByteBuf, Interpolation>
dev.latvian.mods.klib.interpolation.InterpolationTypeRegistryEvent
- All Implemented Interfaces:
net.neoforged.fml.event.IModBusEvent
public class InterpolationTypeRegistryEvent
extends CustomRegistryTypeEvent<io.netty.buffer.ByteBuf, Interpolation>
-
Constructor Summary
ConstructorsConstructorDescriptionInterpolationTypeRegistryEvent(CustomRegistryTypeCollector<io.netty.buffer.ByteBuf, Interpolation> callback) -
Method Summary
Methods inherited from class CustomRegistryTypeEvent
getCollector
-
Constructor Details
-
InterpolationTypeRegistryEvent
public InterpolationTypeRegistryEvent(CustomRegistryTypeCollector<io.netty.buffer.ByteBuf, Interpolation> callback)
-