Interface IEntityProcessor

All Known Implementing Classes:
EntityProcessorCross, EntityProcessorCrossSmooth, EntityProcessorStandard

public interface IEntityProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    HashMap<net.minecraft.world.entity.player.Player,net.minecraft.world.phys.Vec3>
    process(ExplosionVNT explosion, net.minecraft.world.level.Level level, double x, double y, double z, float size)
     
  • Method Details

    • process

      HashMap<net.minecraft.world.entity.player.Player,net.minecraft.world.phys.Vec3> process(ExplosionVNT explosion, net.minecraft.world.level.Level level, double x, double y, double z, float size)