Package at.petrak.hexcasting.common.misc
Class BrainsweepingEvents
java.lang.Object
at.petrak.hexcasting.common.misc.BrainsweepingEvents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.InteractionResultcopyBrainsweepPostTransformation(net.minecraft.world.entity.LivingEntity original, net.minecraft.world.entity.LivingEntity outcome) static net.minecraft.world.InteractionResultinteractWithBrainswept(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)
-
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)
-