public interface IForgeWorld extends ICapabilityProvider
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| double | getMaxEntityRadius()The maximum radius to scan for entities when trying to check bounding boxes. | 
| double | increaseMaxEntityRadius(double value)Increases the max entity radius, this is safe to call with any value. | 
getCapability, getCapabilitydouble getMaxEntityRadius()
double increaseMaxEntityRadius(double value)
value - New max radius to set.