Interface EntityAccessor

All Known Implementing Classes:
MixinEntity

public interface EntityAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    net.minecraft.world.phys.Vec3
    vsch$collide(net.minecraft.world.phys.Vec3 movement)
     
    void
    vsch$onInsideBlock(net.minecraft.world.level.block.state.BlockState block)
     
  • Method Details

    • vsch$collide

      net.minecraft.world.phys.Vec3 vsch$collide(net.minecraft.world.phys.Vec3 movement)
    • vsch$checkInsideBlocks

      void vsch$checkInsideBlocks()
    • vsch$onInsideBlock

      void vsch$onInsideBlock(net.minecraft.world.level.block.state.BlockState block)