Package com.pixelmonmod.pixelmon.blocks
Class BoundingBoxSet
java.lang.Object
com.pixelmonmod.pixelmon.blocks.BoundingBoxSet
-
Field Summary
Modifier and TypeFieldDescriptionnet.minecraft.world.phys.AABB
net.minecraft.world.phys.AABB
net.minecraft.world.phys.AABB
net.minecraft.world.phys.AABB
-
Constructor Summary
-
Method Summary
-
Field Details
-
AABBBaseEast
public net.minecraft.world.phys.AABB AABBBaseEast -
AABBBaseWest
public net.minecraft.world.phys.AABB AABBBaseWest -
AABBBaseSouth
public net.minecraft.world.phys.AABB AABBBaseSouth -
AABBBaseNorth
public net.minecraft.world.phys.AABB AABBBaseNorth
-
-
Constructor Details
-
BoundingBoxSet
public BoundingBoxSet(int width, double height, int length, boolean jsonOffset)
-