Package com.stereowalker.unionlib.mixin
Class EntityMixin
java.lang.Object
com.stereowalker.unionlib.mixin.EntityMixin
- All Implemented Interfaces:
EntityHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionit.unimi.dsi.fastutil.objects.Object2DoubleMap<FluidProperties> net.minecraft.world.level.material.FluidStatedoublegetEyeY()final doublegetX()final doublegetZ()net.minecraft.world.level.Levellevel()voidupdateFluidOnEyes_inject_head(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) voidupdateFluidOnEyes_inject_tail(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) voidupdateInWaterStateAndDoFluidPushing_inject_head(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stereowalker.unionlib.hook.EntityHook
isInFluid, isInFluid, isInFluid, isInFluidOr
-
Constructor Details
-
EntityMixin
public EntityMixin()
-
-
Method Details
-
getZ
public final double getZ() -
getX
public final double getX() -
getEyeY
public double getEyeY() -
level
public net.minecraft.world.level.Level level() -
updateFluidOnEyes_inject_head
public void updateFluidOnEyes_inject_head(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) -
updateFluidOnEyes_inject_tail
public void updateFluidOnEyes_inject_tail(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) -
fluidInEyes
public net.minecraft.world.level.material.FluidState fluidInEyes()- Specified by:
fluidInEyesin interfaceEntityHook
-
fluidHeights
- Specified by:
fluidHeightsin interfaceEntityHook
-
updateInWaterStateAndDoFluidPushing_inject_head
public void updateInWaterStateAndDoFluidPushing_inject_head(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)
-