Class ModRegistries

java.lang.Object
at.petrak.paucal.xplat.common.ModRegistries

public class ModRegistries extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final dev.architectury.registry.registries.RegistrySupplier<BeContributorTrigger>
     
    static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.sounds.SoundEvent>
     
    static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.resources.ResourceLocation>
     
    static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.resources.ResourceLocation>
     
    static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.sounds.SoundEvent>
     
    static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.resources.ResourceLocation>
     
    static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.advancements.CriterionTrigger<?>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TRIGGER_TYPES

      public static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.advancements.CriterionTrigger<?>> TRIGGER_TYPES
    • BE_CONTRIBUTOR_TRIGGER

      public static final dev.architectury.registry.registries.RegistrySupplier<BeContributorTrigger> BE_CONTRIBUTOR_TRIGGER
    • SOUNDS

      public static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.sounds.SoundEvent> SOUNDS
    • HEADPAT_SOUND

      public static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.sounds.SoundEvent> HEADPAT_SOUND
    • STATS

      public static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.resources.ResourceLocation> STATS
    • PLAYERS_PATTED

      public static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.resources.ResourceLocation> PLAYERS_PATTED
    • HEADPATS_GOTTEN

      public static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.resources.ResourceLocation> HEADPATS_GOTTEN
  • Constructor Details

    • ModRegistries

      public ModRegistries()