Interface CastingEnvironmentComponent.IsVecInRange
- All Superinterfaces:
CastingEnvironmentComponent
- Enclosing interface:
- CastingEnvironmentComponent
public static interface CastingEnvironmentComponent.IsVecInRange
extends CastingEnvironmentComponent
-
Nested Class Summary
Nested classes/interfaces inherited from interface at.petrak.hexcasting.api.casting.eval.CastingEnvironmentComponent
CastingEnvironmentComponent.ExtractMedia, CastingEnvironmentComponent.HasEditPermissionsAt, CastingEnvironmentComponent.IsVecInRange, CastingEnvironmentComponent.Key<C extends CastingEnvironmentComponent>, CastingEnvironmentComponent.PostCast, CastingEnvironmentComponent.PostExecution -
Method Summary
Modifier and TypeMethodDescriptionbooleanonIsVecInRange(net.minecraft.world.phys.Vec3 vec, boolean current) Receives the vec, and the current return value, and returns the new return value.Methods inherited from interface at.petrak.hexcasting.api.casting.eval.CastingEnvironmentComponent
getKey
-
Method Details
-
onIsVecInRange
boolean onIsVecInRange(net.minecraft.world.phys.Vec3 vec, boolean current) Receives the vec, and the current return value, and returns the new return value.
-