Class BlockStateBaseMixin

java.lang.Object
de.cech12.unlitcampfire.mixin.BlockStateBaseMixin

public abstract class BlockStateBaseMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract net.minecraft.world.level.block.state.BlockState
     
    protected void
    initProxy(net.minecraft.world.level.block.Block owner, net.minecraft.world.level.block.state.properties.Property<?>[] propertyKeys, Comparable<?>[] propertyValues, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callbackInfo)
     

    Methods inherited from class Object

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

    • BlockStateBaseMixin

      public BlockStateBaseMixin()
  • Method Details

    • asState

      protected abstract net.minecraft.world.level.block.state.BlockState asState()
    • initProxy

      protected void initProxy(net.minecraft.world.level.block.Block owner, net.minecraft.world.level.block.state.properties.Property<?>[] propertyKeys, Comparable<?>[] propertyValues, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callbackInfo)