JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Fields
Methods
Fields
Field
Description
org.spongepowered.api.data.Keys.VANISH
use
Keys.VANISH_STATE
org.spongepowered.api.data.Keys.VANISH_IGNORES_COLLISION
use
Keys.VANISH_STATE
org.spongepowered.api.data.Keys.VANISH_PREVENTS_TARGETING
use
Keys.VANISH_STATE
org.spongepowered.api.event.EventContextKeys.LEAVES_DECAY
Use
BlockTransaction.operation()
instead.
org.spongepowered.api.event.EventContextKeys.LIQUID_BREAK
Use
BlockTransaction.operation()
instead.
org.spongepowered.api.event.EventContextKeys.LIQUID_FLOW
Use
BlockTransaction.operation()
instead.
org.spongepowered.api.event.EventContextKeys.LIQUID_MIX
Use
BlockTransaction.operation()
instead.
Methods
Method
Description
org.spongepowered.api.entity.Entity.vanish()
Use
VanishState
instead
org.spongepowered.api.entity.Entity.vanishIgnoresCollision()
Use
Entity.vanishState()
instead
org.spongepowered.api.entity.Entity.vanishPreventsTargeting()
Use
Entity.vanishState()
instead
org.spongepowered.api.entity.living.player.User.vanish()
org.spongepowered.api.entity.living.player.User.vanishIgnoresCollision()
org.spongepowered.api.entity.living.player.User.vanishPreventsTargeting()
org.spongepowered.api.network.channel.packet.basic.BasicHandshakePacketDispatcher.isSupportedBy(EngineConnection)
Is currently not supported by the basic packet channel during the handshake phase
org.spongepowered.api.network.channel.packet.basic.BasicHandshakePacketDispatcher.sendToServer(RequestPacket<R>)
Is currently not supported by the basic packet channel
org.spongepowered.api.service.context.Context.setValue(String)
Context does not support changing the values
org.spongepowered.api.world.server.WorldManager.worldKey(UUID)