Class EntityMixin


  • public abstract class EntityMixin
    extends Object
    • Field Detail

      • world

        public net.minecraft.world.World world
    • Constructor Detail

      • EntityMixin

        public EntityMixin()
    • Method Detail

      • getBoundingBox

        public abstract net.minecraft.util.math.Box getBoundingBox()
      • setBoundingBox

        public abstract void setBoundingBox​(net.minecraft.util.math.Box boundingBox)
      • isTouchingWater

        public abstract boolean isTouchingWater()
      • getBlockPos

        public abstract net.minecraft.util.math.BlockPos getBlockPos()
      • getEntityWorld

        public abstract net.minecraft.world.World getEntityWorld()
      • isBeingRainedOn

        protected abstract boolean isBeingRainedOn()