public interface RitualEffect
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<RitualEffect>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.Codec<? extends RitualEffect>>>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.serialization.Codec<? extends RitualEffect>
     
    boolean
    performEffect(net.minecraft.world.entity.player.Player player, net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos)
     
  • Field Details

    • REGISTRY_KEY

      static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.Codec<? extends RitualEffect>>> REGISTRY_KEY
    • CODEC

      static final com.mojang.serialization.Codec<RitualEffect> CODEC
  • Method Details

    • performEffect

      boolean performEffect(net.minecraft.world.entity.player.Player player, net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos)
    • codec

      com.mojang.serialization.Codec<? extends RitualEffect> codec()