Class MixinBlockStateBase

java.lang.Object
org.cyclops.integrateddynamics.mixin.MixinBlockStateBase

public class MixinBlockStateBase extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getDirectSignal(net.minecraft.world.level.BlockGetter blockGetter, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction facing, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> callback)
     
    void
    getSignal(net.minecraft.world.level.BlockGetter blockGetter, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction facing, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> callback)
     

    Methods inherited from class java.lang.Object

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

    • MixinBlockStateBase

      public MixinBlockStateBase()
  • Method Details

    • getSignal

      public void getSignal(net.minecraft.world.level.BlockGetter blockGetter, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction facing, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> callback)
    • getDirectSignal

      public void getDirectSignal(net.minecraft.world.level.BlockGetter blockGetter, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction facing, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> callback)