Class VelocityDataAddon
- java.lang.Object
-
- org.geysermc.floodgate.addon.data.VelocityDataAddon
-
- All Implemented Interfaces:
org.geysermc.floodgate.api.inject.InjectorAddon
public final class VelocityDataAddon extends Object implements org.geysermc.floodgate.api.inject.InjectorAddon
-
-
Constructor Summary
Constructors Constructor Description VelocityDataAddon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonChannelClosed(io.netty.channel.Channel channel)voidonInject(io.netty.channel.Channel channel, boolean toServer)voidonRemoveInject(io.netty.channel.Channel channel)booleanshouldInject()
-
-
-
Method Detail
-
onInject
public void onInject(io.netty.channel.Channel channel, boolean toServer)- Specified by:
onInjectin interfaceorg.geysermc.floodgate.api.inject.InjectorAddon
-
onChannelClosed
public void onChannelClosed(io.netty.channel.Channel channel)
- Specified by:
onChannelClosedin interfaceorg.geysermc.floodgate.api.inject.InjectorAddon
-
onRemoveInject
public void onRemoveInject(io.netty.channel.Channel channel)
- Specified by:
onRemoveInjectin interfaceorg.geysermc.floodgate.api.inject.InjectorAddon
-
shouldInject
public boolean shouldInject()
- Specified by:
shouldInjectin interfaceorg.geysermc.floodgate.api.inject.InjectorAddon
-
-