Commits
md_5 authored d41eed2abe8
127 127 | CAUGHT_ENTITY, |
128 128 | /** |
129 129 | * When a bobber is stuck in the ground |
130 130 | */ |
131 131 | IN_GROUND, |
132 132 | /** |
133 133 | * When a player fails to catch anything while fishing usually due to |
134 134 | * poor aiming or timing |
135 135 | */ |
136 136 | FAILED_ATTEMPT, |
137 + | /** |
138 + | * Called when there is a bite on the hook and it is ready to be reeled in. |
139 + | */ |
140 + | BITE |
137 141 | } |
138 142 | } |