Class WaxableCoral

java.lang.Object
dhyces.waxablecoral.WaxableCoral

public class WaxableCoral extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.logging.log4j.Logger
     
    static final String
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.resources.ResourceLocation
    id(String id)
     
    static void
     
    static <T> net.minecraft.resources.ResourceKey<T>
    key(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> registryKey, String id)
     

    Methods inherited from class java.lang.Object

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

    • MODID

      public static final String MODID
      See Also:
    • LOGGER

      public static final org.apache.logging.log4j.Logger LOGGER
    • WAXED_CORAL_BLOCKS

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> WAXED_CORAL_BLOCKS
    • WAXED_CORAL_PLANTS

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> WAXED_CORAL_PLANTS
    • WAXED_CORALS

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> WAXED_CORALS
    • WAXED_WALL_CORALS

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> WAXED_WALL_CORALS
  • Constructor Details

    • WaxableCoral

      public WaxableCoral()
  • Method Details

    • id

      public static net.minecraft.resources.ResourceLocation id(String id)
    • key

      public static <T> net.minecraft.resources.ResourceKey<T> key(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> registryKey, String id)
    • init

      public static void init()