Class ExpandEntityDimensions

java.lang.Object
com.blamejared.crafttweaker.natives.entity.ExpandEntityDimensions

@ZenRegister public class ExpandEntityDimensions extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.phys.AABB
    makeBoundingBox(net.minecraft.world.entity.EntityDimensions internal, double x, double y, double z)
     
    static net.minecraft.world.phys.AABB
    makeBoundingBox(net.minecraft.world.entity.EntityDimensions internal, net.minecraft.world.phys.Vec3 vec)
     
    static net.minecraft.world.entity.EntityDimensions
    scale(net.minecraft.world.entity.EntityDimensions internal, float factor)
     
    static net.minecraft.world.entity.EntityDimensions
    scale(net.minecraft.world.entity.EntityDimensions internal, float widthFactor, float heightFactor)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandEntityDimensions

      public ExpandEntityDimensions()
  • Method Details

    • makeBoundingBox

      public static net.minecraft.world.phys.AABB makeBoundingBox(net.minecraft.world.entity.EntityDimensions internal, net.minecraft.world.phys.Vec3 vec)
    • makeBoundingBox

      public static net.minecraft.world.phys.AABB makeBoundingBox(net.minecraft.world.entity.EntityDimensions internal, double x, double y, double z)
    • scale

      public static net.minecraft.world.entity.EntityDimensions scale(net.minecraft.world.entity.EntityDimensions internal, float factor)
    • scale

      public static net.minecraft.world.entity.EntityDimensions scale(net.minecraft.world.entity.EntityDimensions internal, float widthFactor, float heightFactor)