Class MixinLevel
java.lang.Object
org.cyclops.integrateddynamics.mixin.MixinLevel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getDirectSignalTo
(net.minecraft.core.BlockPos pos, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> callback) void
getSignal
(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction facing, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> callback)
-
Constructor Details
-
MixinLevel
public MixinLevel()
-
-
Method Details
-
getSignal
public void getSignal(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction facing, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> callback) -
getDirectSignalTo
public void getDirectSignalTo(net.minecraft.core.BlockPos pos, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Integer> callback)
-