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 block, it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap<net.minecraft.world.level.block.state.properties.Property<?>,Comparable<?>> ref, com.mojang.serialization.MapCodec<net.minecraft.world.level.block.state.BlockState> codec, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callbackInfo)
     

    Methods inherited from class java.lang.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 block, it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap<net.minecraft.world.level.block.state.properties.Property<?>,Comparable<?>> ref, com.mojang.serialization.MapCodec<net.minecraft.world.level.block.state.BlockState> codec, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callbackInfo)