public interface BlockHealingSource extends HealingSource
Modifier and Type | Interface and Description |
---|---|
static interface |
BlockHealingSource.Builder |
HealingSource.HealingSourceBuilder<T extends HealingSource,B extends HealingSource.HealingSourceBuilder<T,B>>
Modifier and Type | Method and Description |
---|---|
static BlockHealingSource.Builder |
builder()
Creates a builder for building a
BlockHealingSource . |
BlockSnapshot |
getBlock()
Gets the block snapshot that is acting as the healing source.
|
Location<World> |
getLocation()
Gets the location of the block that acted as the healing source.
|
getHealingType, isDifficultyScaled, isMagic
static BlockHealingSource.Builder builder()
BlockHealingSource
.builder
in interface HealingSource
Location<World> getLocation()
BlockSnapshot getBlock()