Class DebugInfoSenderMixin
java.lang.Object
io.github.vampirestudios.vampirelib.mixins.DebugInfoSenderMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsendEntityBrain(net.minecraft.world.entity.LivingEntity living) static voidsendNeighborsUpdatePacket(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos) static voidsendPathFindingPacket(net.minecraft.world.level.Level world, net.minecraft.world.entity.Mob mob, @Nullable net.minecraft.world.level.pathfinder.Path path, float nodeReachProximity) static voidsendStructurePacket(net.minecraft.world.level.WorldGenLevel world, net.minecraft.world.level.levelgen.structure.StructureStart structureStart)
-
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)
-