Class BrainsweepingEvents

java.lang.Object
at.petrak.hexcasting.common.misc.BrainsweepingEvents

public class BrainsweepingEvents extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.InteractionResult
    copyBrainsweepPostTransformation(net.minecraft.world.entity.LivingEntity original, net.minecraft.world.entity.LivingEntity outcome)
     
    static net.minecraft.world.InteractionResult
    interactWithBrainswept(net.minecraft.world.entity.player.Player player, net.minecraft.world.level.Level world, net.minecraft.world.InteractionHand hand, net.minecraft.world.entity.Entity entity, @Nullable net.minecraft.world.phys.EntityHitResult hitResult)
     

    Methods inherited from class java.lang.Object

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

    • BrainsweepingEvents

      public BrainsweepingEvents()
  • Method Details

    • interactWithBrainswept

      public static net.minecraft.world.InteractionResult interactWithBrainswept(net.minecraft.world.entity.player.Player player, net.minecraft.world.level.Level world, net.minecraft.world.InteractionHand hand, net.minecraft.world.entity.Entity entity, @Nullable @Nullable net.minecraft.world.phys.EntityHitResult hitResult)
    • copyBrainsweepPostTransformation

      public static net.minecraft.world.InteractionResult copyBrainsweepPostTransformation(net.minecraft.world.entity.LivingEntity original, net.minecraft.world.entity.LivingEntity outcome)