memberSearchIndex = [{"p":"net.miarma.hystuff.commands","c":"BackCommand","l":"BackCommand(LastPositionManager)","u":"%3Cinit%3E(net.miarma.hystuff.common.LastPositionManager)","k":"3"},{"p":"net.miarma.hystuff.commands","c":"BackCommand","l":"canGeneratePermission()"},{"p":"net.miarma.hystuff.commands","c":"HomeCommand","l":"canGeneratePermission()"},{"p":"net.miarma.hystuff.commands","c":"SetHomeCommand","l":"canGeneratePermission()"},{"p":"net.miarma.hystuff.common","c":"LastPositionManager","l":"clear(UUID)","u":"clear(java.util.UUID)"},{"p":"net.miarma.hystuff.events","c":"PlayerDeathListener","l":"componentType()"},{"p":"net.miarma.hystuff.commands","c":"DisposalCommand","l":"DisposalCommand()","u":"%3Cinit%3E()","k":"3"},{"p":"net.miarma.hystuff.common","c":"Location","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"net.miarma.hystuff.commands","c":"BackCommand","l":"execute(CommandContext, Store, Ref, PlayerRef, World)","u":"execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)"},{"p":"net.miarma.hystuff.commands","c":"DisposalCommand","l":"execute(CommandContext, Store, Ref, PlayerRef, World)","u":"execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)"},{"p":"net.miarma.hystuff.commands","c":"HomeCommand","l":"execute(CommandContext, Store, Ref, PlayerRef, World)","u":"execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)"},{"p":"net.miarma.hystuff.commands","c":"SetHomeCommand","l":"execute(CommandContext, Store, Ref, PlayerRef, World)","u":"execute(com.hypixel.hytale.server.core.command.system.CommandContext,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.universe.PlayerRef,com.hypixel.hytale.server.core.universe.world.World)"},{"p":"net.miarma.hystuff.common","c":"LastPositionManager","l":"get(UUID)","u":"get(java.util.UUID)"},{"p":"net.miarma.hystuff.common","c":"HomeManager","l":"getHome(UUID)","u":"getHome(java.util.UUID)"},{"p":"net.miarma.hystuff.common","c":"HomeManager","l":"getHomeCount()"},{"p":"net.miarma.hystuff.events","c":"PlayerDeathListener","l":"getQuery()"},{"p":"net.miarma.hystuff.common","c":"LastPositionManager","l":"has(UUID)","u":"has(java.util.UUID)"},{"p":"net.miarma.hystuff.common","c":"Location","l":"hashCode()"},{"p":"net.miarma.hystuff.common","c":"HomeManager","l":"hasHome(UUID)","u":"hasHome(java.util.UUID)"},{"p":"net.miarma.hystuff.commands","c":"HomeCommand","l":"HomeCommand(HomeManager)","u":"%3Cinit%3E(net.miarma.hystuff.common.HomeManager)","k":"3"},{"p":"net.miarma.hystuff.common","c":"HomeManager","l":"HomeManager(Path, HytaleLogger)","u":"%3Cinit%3E(java.nio.file.Path,com.hypixel.hytale.logger.HytaleLogger)","k":"3"},{"p":"net.miarma.hystuff","c":"HyStuff","l":"HyStuff(JavaPluginInit)","u":"%3Cinit%3E(com.hypixel.hytale.server.core.plugin.JavaPluginInit)","k":"3"},{"p":"net.miarma.hystuff.common","c":"LastPositionManager","l":"LastPositionManager()","u":"%3Cinit%3E()","k":"3"},{"p":"net.miarma.hystuff.common","c":"Location","l":"Location(String, double, double, double, float, float)","u":"%3Cinit%3E(java.lang.String,double,double,double,float,float)","k":"3"},{"p":"net.miarma.hystuff.events","c":"PlayerDeathListener","l":"onComponentAdded(Ref, DeathComponent, Store, CommandBuffer)","u":"onComponentAdded(com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.modules.entity.damage.DeathComponent,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.CommandBuffer)"},{"p":"net.miarma.hystuff.events","c":"PlayerDeathListener","l":"onComponentRemoved(Ref, DeathComponent, Store, CommandBuffer)","u":"onComponentRemoved(com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.modules.entity.damage.DeathComponent,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.CommandBuffer)"},{"p":"net.miarma.hystuff.events","c":"PlayerDeathListener","l":"onComponentSet(Ref, DeathComponent, DeathComponent, Store, CommandBuffer)","u":"onComponentSet(com.hypixel.hytale.component.Ref,com.hypixel.hytale.server.core.modules.entity.damage.DeathComponent,com.hypixel.hytale.server.core.modules.entity.damage.DeathComponent,com.hypixel.hytale.component.Store,com.hypixel.hytale.component.CommandBuffer)"},{"p":"net.miarma.hystuff.common","c":"Location","l":"pitch()"},{"p":"net.miarma.hystuff.events","c":"PlayerDeathListener","l":"PlayerDeathListener(LastPositionManager, HytaleLogger)","u":"%3Cinit%3E(net.miarma.hystuff.common.LastPositionManager,com.hypixel.hytale.logger.HytaleLogger)","k":"3"},{"p":"net.miarma.hystuff.common","c":"HomeManager","l":"removeHome(UUID)","u":"removeHome(java.util.UUID)"},{"p":"net.miarma.hystuff.common","c":"HomeManager","l":"save()"},{"p":"net.miarma.hystuff.common","c":"LastPositionManager","l":"set(UUID, Location)","u":"set(java.util.UUID,net.miarma.hystuff.common.Location)"},{"p":"net.miarma.hystuff.common","c":"HomeManager","l":"setHome(UUID, World, Vector3d, Vector3f)","u":"setHome(java.util.UUID,com.hypixel.hytale.server.core.universe.world.World,com.hypixel.hytale.math.vector.Vector3d,com.hypixel.hytale.math.vector.Vector3f)"},{"p":"net.miarma.hystuff.commands","c":"SetHomeCommand","l":"SetHomeCommand(HomeManager)","u":"%3Cinit%3E(net.miarma.hystuff.common.HomeManager)","k":"3"},{"p":"net.miarma.hystuff","c":"HyStuff","l":"setup()"},{"p":"net.miarma.hystuff","c":"HyStuff","l":"shutdown()"},{"p":"net.miarma.hystuff","c":"HyStuff","l":"start()"},{"p":"net.miarma.hystuff.common","c":"Location","l":"toPosition()"},{"p":"net.miarma.hystuff.common","c":"Location","l":"toRotation()"},{"p":"net.miarma.hystuff.common","c":"Location","l":"toString()"},{"p":"net.miarma.hystuff.common","c":"Location","l":"worldName()"},{"p":"net.miarma.hystuff.common","c":"Location","l":"x()"},{"p":"net.miarma.hystuff.common","c":"Location","l":"y()"},{"p":"net.miarma.hystuff.common","c":"Location","l":"yaw()"},{"p":"net.miarma.hystuff.common","c":"Location","l":"z()"}];updateSearchResults();