Uses of Interface
org.bukkit.entity.Shulker
-
Uses of Shulker in com.destroystokyo.paper.entity.ai
Modifier and TypeFieldDescriptionVanillaGoal.SHULKER_ATTACK
VanillaGoal.SHULKER_DEFENSE
Deprecated, for removal: This API element is subject to removal in a future version.VanillaGoal.SHULKER_DEFENSE_ATTACK
VanillaGoal.SHULKER_NEAREST
Deprecated, for removal: This API element is subject to removal in a future version.VanillaGoal.SHULKER_NEAREST_ATTACK
VanillaGoal.SHULKER_PEEK
-
Uses of Shulker in io.papermc.paper.event.entity
Modifier and TypeMethodDescriptionShulkerDuplicateEvent.getEntity()
Provides the newly created shulker, which did not exist prior to the duplication.ShulkerDuplicateEvent.getParent()
Provides the "parent" of the freshly created shulker.ModifierConstructorDescriptionShulkerDuplicateEvent
(@NotNull Shulker child, @NotNull Shulker parent)