Uses of Interface
org.bukkit.entity.Slime
Packages that use Slime
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Slime in com.destroystokyo.paper.entity.ai
Fields in com.destroystokyo.paper.entity.ai with type parameters of type SlimeModifier and TypeFieldDescriptionVanillaGoal.SLIME_ATTACK
VanillaGoal.SLIME_FLOAT
VanillaGoal.SLIME_KEEP_ON_JUMPING
VanillaGoal.SLIME_RANDOM_DIRECTION
-
Uses of Slime in com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return SlimeConstructors in com.destroystokyo.paper.event.entity with parameters of type SlimeModifierConstructorDescriptionSlimeChangeDirectionEvent
(Slime slime, float yaw) SlimePathfindEvent
(Slime slime) SlimeSwimEvent
(Slime slime) SlimeTargetLivingEntityEvent
(Slime slime, LivingEntity target) SlimeWanderEvent
(Slime slime) -
Uses of Slime in org.bukkit.entity
Subinterfaces of Slime in org.bukkit.entity -
Uses of Slime in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return SlimeConstructors in org.bukkit.event.entity with parameters of type Slime