Class DebugInfoSenderMixin

java.lang.Object
io.github.vampirestudios.vampirelib.mixins.DebugInfoSenderMixin

public abstract class DebugInfoSenderMixin extends Object
  • Constructor Details

    • DebugInfoSenderMixin

      public DebugInfoSenderMixin()
  • Method Details

    • sendPathFindingPacket

      public static void sendPathFindingPacket(net.minecraft.world.level.Level world, net.minecraft.world.entity.Mob mob, @Nullable @Nullable net.minecraft.world.level.pathfinder.Path path, float nodeReachProximity)
    • sendNeighborsUpdatePacket

      public static void sendNeighborsUpdatePacket(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
    • sendStructurePacket

      public static void sendStructurePacket(net.minecraft.world.level.WorldGenLevel world, net.minecraft.world.level.levelgen.structure.StructureStart structureStart)
    • sendEntityBrain

      public static void sendEntityBrain(net.minecraft.world.entity.LivingEntity living)