Interface CastingEnvironmentComponent.HasEditPermissionsAt
- All Superinterfaces:
CastingEnvironmentComponent
- Enclosing interface:
- CastingEnvironmentComponent
public static interface CastingEnvironmentComponent.HasEditPermissionsAt
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 TypeMethodDescriptionbooleanonHasEditPermissionsAt(net.minecraft.core.BlockPos pos, 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
-
onHasEditPermissionsAt
boolean onHasEditPermissionsAt(net.minecraft.core.BlockPos pos, boolean current) Receives the vec, and the current return value, and returns the new return value.
-