java.lang.Object
com.viaversion.viafabricplus.injection.mixin.features.interaction.replace_block_item_use_logic.MixinMultiPlayerGameMode

public abstract class MixinMultiPlayerGameMode extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract net.minecraft.world.InteractionResult
    performUseItemOn(net.minecraft.client.player.LocalPlayer player, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hitResult)
     
    protected abstract void
    startPrediction(net.minecraft.client.multiplayer.ClientLevel world, net.minecraft.client.multiplayer.prediction.PredictiveAction packetCreator)
     

    Methods inherited from class java.lang.Object

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

    • MixinMultiPlayerGameMode

      public MixinMultiPlayerGameMode()
  • Method Details

    • performUseItemOn

      protected abstract net.minecraft.world.InteractionResult performUseItemOn(net.minecraft.client.player.LocalPlayer player, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hitResult)
    • startPrediction

      protected abstract void startPrediction(net.minecraft.client.multiplayer.ClientLevel world, net.minecraft.client.multiplayer.prediction.PredictiveAction packetCreator)