CraftTweaker

CraftTweaker

151M Downloads

stopOnFluids parameter for IEntity.getRayTrace ZenMethod

iridiumlynx opened this issue ยท 0 comments

commented

stopOnFluids parameter for IEntity.getRayTrace zen-method

Feature request description
Need a parameter defining whether ray tracing should stop when a fluid block is reached.

Feature request reason
Currently, if one wants to retrieve a fluid an entity is looking at, a custom ray tracing method implementation is needed for that.

Feature request dependencies
Will need to partially reimplement IEntity.getRayTrace zen-method.