Class PaucalBlockL

java.lang.Object
at.petrak.paucal.api.block.PaucalBlockL

public class PaucalBlockL extends Object
"Paucal Block Library"
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <E extends net.minecraft.world.level.block.entity.BlockEntity, A extends net.minecraft.world.level.block.entity.BlockEntity>
    @Nullable net.minecraft.world.level.block.entity.BlockEntityTicker<A>
    createTickerHelper(net.minecraft.world.level.block.entity.BlockEntityType<A> typeHere, net.minecraft.world.level.block.entity.BlockEntityType<E> selfType, net.minecraft.world.level.block.entity.BlockEntityTicker<? super E> ticker)
    The same thing as the protected method

    Methods inherited from class java.lang.Object

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

    • PaucalBlockL

      public PaucalBlockL()
  • Method Details

    • createTickerHelper

      @Nullable public static <E extends net.minecraft.world.level.block.entity.BlockEntity, A extends net.minecraft.world.level.block.entity.BlockEntity> @Nullable net.minecraft.world.level.block.entity.BlockEntityTicker<A> createTickerHelper(net.minecraft.world.level.block.entity.BlockEntityType<A> typeHere, net.minecraft.world.level.block.entity.BlockEntityType<E> selfType, net.minecraft.world.level.block.entity.BlockEntityTicker<? super E> ticker)
      The same thing as the protected method