Class CameraMixin

java.lang.Object
com.simibubi.create.foundation.mixin.CameraMixin

public abstract class CameraMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    modifySetup(net.minecraft.world.level.BlockGetter pLevel, net.minecraft.world.entity.Entity pEntity, boolean pDetached, boolean pThirdPersonReverse, float pPartialTick, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    protected void
    move(double pDistanceOffset, double pVerticalOffset, double pHorizontalOffset)
     

    Methods inherited from class java.lang.Object

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

    • CameraMixin

      public CameraMixin()
  • Method Details

    • move

      protected void move(double pDistanceOffset, double pVerticalOffset, double pHorizontalOffset)
    • modifySetup

      public void modifySetup(net.minecraft.world.level.BlockGetter pLevel, net.minecraft.world.entity.Entity pEntity, boolean pDetached, boolean pThirdPersonReverse, float pPartialTick, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)