Class KVectorTypeRegistryEvent
java.lang.Object
net.neoforged.bus.api.Event
dev.latvian.mods.klib.registry.CustomRegistryTypeEvent<net.minecraft.network.RegistryFriendlyByteBuf, KVector>
dev.latvian.mods.klib.kvector.KVectorTypeRegistryEvent
- All Implemented Interfaces:
net.neoforged.fml.event.IModBusEvent
public class KVectorTypeRegistryEvent
extends CustomRegistryTypeEvent<net.minecraft.network.RegistryFriendlyByteBuf, KVector>
-
Constructor Summary
ConstructorsConstructorDescriptionKVectorTypeRegistryEvent(CustomRegistryTypeCollector<net.minecraft.network.RegistryFriendlyByteBuf, KVector> registry) -
Method Summary
Methods inherited from class CustomRegistryTypeEvent
getCollector
-
Constructor Details
-
KVectorTypeRegistryEvent
public KVectorTypeRegistryEvent(CustomRegistryTypeCollector<net.minecraft.network.RegistryFriendlyByteBuf, KVector> registry)
-