Class MixinEntity
java.lang.Object
com.viaversion.viafabricplus.injection.mixin.features.movement.collision.MixinEntity
-
Field Details
-
verticalCollision
public boolean verticalCollision
-
-
Constructor Details
-
MixinEntity
public MixinEntity()
-
-
Method Details
-
getBoundingBox
public abstract net.minecraft.world.phys.AABB getBoundingBox() -
onGround
public abstract boolean onGround() -
maxUpStep
public abstract float maxUpStep() -
level
public abstract net.minecraft.world.level.Level level() -
getDeltaMovement
public abstract net.minecraft.world.phys.Vec3 getDeltaMovement()
-