Class EntityMixin
- java.lang.Object
-
- com.therandomlabs.randompatches.mixin.EntityMixin
-
public abstract class EntityMixin extends Object
-
-
Field Summary
Fields Modifier and Type Field Description net.minecraft.world.Worldworld
-
Constructor Summary
Constructors Constructor Description EntityMixin()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract net.minecraft.util.math.BlockPosgetBlockPos()abstract net.minecraft.util.math.BoxgetBoundingBox()abstract net.minecraft.world.WorldgetEntityWorld()protected abstract booleanisBeingRainedOn()abstract booleanisTouchingWater()abstract voidsetBoundingBox(net.minecraft.util.math.Box boundingBox)
-
-
-
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()
-
-