Class BlockRegistration

java.lang.Object
com.pixelmonmod.tcg.init.registry.BlockRegistration

public class BlockRegistration extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block>
     
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.block.Block>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block>
     
  • 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

    • BLOCKS

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.block.Block> BLOCKS
    • SMALL_BATTLE_CONTROLLER

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> SMALL_BATTLE_CONTROLLER
    • MEDIUM_BATTLE_CONTROLLER

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> MEDIUM_BATTLE_CONTROLLER
    • LARGE_BATTLE_CONTROLLER

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> LARGE_BATTLE_CONTROLLER
    • BATTLE_SPECTATOR

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> BATTLE_SPECTATOR
    • ESSENCE_JAR

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> ESSENCE_JAR
  • Constructor Details

    • BlockRegistration

      public BlockRegistration()