Class MixinBlockStateBase
java.lang.Object
org.cyclops.integrateddynamics.mixin.MixinBlockStateBase
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
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)
-