Class ServerRegistryKubeEvent<T>

java.lang.Object
dev.latvian.mods.kubejs.registry.ServerRegistryKubeEvent<T>
All Implemented Interfaces:
KubeEvent

public class ServerRegistryKubeEvent<T> extends Object implements KubeEvent
  • Field Details

    • registryKey

      public final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> registryKey
    • jsonOps

      public final com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> jsonOps
    • codec

      public final com.mojang.serialization.Codec<T> codec
  • Constructor Details

    • ServerRegistryKubeEvent

      public ServerRegistryKubeEvent(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> registryKey, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> jsonOps, com.mojang.serialization.Codec<T> codec, List<BuilderBase<?>> builders)
  • Method Details