- safeWrite(File, String) - Static method in class com.austinv11.collectiveframework.utils.FileUtils
-
Simple method to write to a file
- sample_frequency() - Method in class rehost.javazoom.jl.decoder.Header
-
Returns Sample Frequency.
- sample_frequency_string() - Method in class rehost.javazoom.jl.decoder.Header
-
Returns Frequency
- SampleBuffer - Class in rehost.javazoom.jl.decoder
-
The SampleBuffer
class implements an output buffer
that provides storage for a fixed size block of samples.
- SampleBuffer(int, int) - Constructor for class rehost.javazoom.jl.decoder.SampleBuffer
-
Constructor
- SamplingRate() - Method in class rehost.javazoom.jl.converter.WaveFile
-
- SecretValue<V,K,M> - Class in com.austinv11.collectiveframework.utils.security
-
This holds various info about an encryption/decryption.
- SecretValue(V, K, M, boolean, String) - Constructor for class com.austinv11.collectiveframework.utils.security.SecretValue
-
- SecretValue(V, K, M) - Constructor for class com.austinv11.collectiveframework.utils.security.SecretValue
-
- Seek(long) - Method in class rehost.javazoom.jl.converter.RiffFile
-
Seek in the File.
- seek(long) - Method in class rehost.javazoom.jl.decoder.InputStreamSource
-
- seek(long) - Method in interface rehost.javazoom.jl.decoder.Source
-
- serialize(Object) - Static method in class com.austinv11.collectiveframework.minecraft.config.ConfigRegistry
-
Serializes the passed object into a string
- serialize(Object) - Method in class com.austinv11.collectiveframework.minecraft.config.DefaultProxy
-
- serialize(Object) - Method in interface com.austinv11.collectiveframework.minecraft.config.IConfigProxy
-
Serializes an object into a (single line) string
- serialize() - Method in interface com.austinv11.collectiveframework.utils.ISerializable
-
Creates a string capable of being deserialized from this object
- serialize(OutputStream, Object) - Static method in class rehost.javazoom.jl.decoder.JavaLayerUtils
-
- SERVER_PROXY_CLASS - Static variable in class com.austinv11.collectiveframework.minecraft.reference.Reference
-
- set_stop_flag() - Method in class rehost.javazoom.jl.converter.WaveFileObuffer
-
- set_stop_flag() - Method in class rehost.javazoom.jl.decoder.Obuffer
-
Notify the buffer that the user has stopped the stream.
- set_stop_flag() - Method in class rehost.javazoom.jl.decoder.SampleBuffer
-
- setAudioFormat(AudioFormat) - Method in class rehost.javazoom.jl.player.JavaSoundAudioDevice
-
- setBand(int, float) - Method in class rehost.javazoom.jl.decoder.Equalizer
-
- setBoolean(ItemStack, String, boolean) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets the value of the provided key on the passed ItemStack
- setByte(ItemStack, String, byte) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets the value of the provided key on the passed ItemStack
- setCenter(TwoDimensionalVector) - Method in class com.austinv11.collectiveframework.utils.math.geometry.Circle
-
Sets the center of the circle
- setCentroid(TwoDimensionalVector) - Method in class com.austinv11.collectiveframework.utils.math.geometry.Variable2DShape
-
Translates the whole shape to make a new shape with a matching centroid
- setComponents(double, double, double) - Method in class com.austinv11.collectiveframework.utils.math.ThreeDimensionalVector
-
Sets the coordinates
- setComponents(double, double) - Method in class com.austinv11.collectiveframework.utils.math.TwoDimensionalVector
-
Sets the coordinates
- setCompoundTag(ItemStack, String, NBTTagCompound) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets a compound tag for the provided key in the passed ItemStack
- setDouble(ItemStack, String, double) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets the value of the provided key on the passed ItemStack
- setEnd(TwoDimensionalVector) - Method in class com.austinv11.collectiveframework.utils.math.geometry.Line
-
Creates a new line as a copy of this line but with the set end coord
- setEnd(ThreeDimensionalVector) - Method in class com.austinv11.collectiveframework.utils.math.geometry.Line
-
Creates a new line as a copy of this line but with the set end coord
- setEqualizer(Equalizer) - Method in class rehost.javazoom.jl.decoder.Decoder
-
- setExclusive(Set<Item>) - Method in class com.austinv11.collectiveframework.minecraft.inventory.ExclusiveSlot
-
Sets the black/whitelist
- setFileName(String) - Method in class rehost.javazoom.jl.player.PlayerApplet
-
Sets the URL of the audio stream to play.
- setFloat(ItemStack, String, float) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets the value of the provided key on the passed ItemStack
- setFrame(int) - Method in class rehost.javazoom.jl.player.advanced.PlaybackEvent
-
- setFrom(float[]) - Method in class rehost.javazoom.jl.decoder.Equalizer
-
- setFrom(Equalizer.EQFunction) - Method in class rehost.javazoom.jl.decoder.Equalizer
-
- setFrom(Equalizer) - Method in class rehost.javazoom.jl.decoder.Equalizer
-
Sets the bands of this equalizer to the value the bands of
another equalizer.
- setHook(JavaLayerHook) - Static method in class rehost.javazoom.jl.decoder.JavaLayerUtils
-
Sets the system-wide JavaLayer hook.
- setId(int) - Method in class rehost.javazoom.jl.player.advanced.PlaybackEvent
-
- setInfo(ItemStack, List<String>) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets an item description to the stack
- setIntArray(ItemStack, String, int[]) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets the value of the provided key on the passed ItemStack
- setInteger(ItemStack, String, int) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets the value of the provided key on the passed ItemStack
- setInventorySlotContents(int, ItemStack) - Method in class com.austinv11.collectiveframework.minecraft.entities.EntityInventory
-
- setInventorySlotContents(int, ItemStack) - Method in class com.austinv11.collectiveframework.minecraft.tiles.TileEntityInventory
-
- setList(ItemStack, String, NBTTagList) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets the NBTTagList
for the provided key in the passed ItemStack
- setLong(ItemStack, String, long) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets the value of the provided key on the passed ItemStack
- setOpen(boolean) - Method in class rehost.javazoom.jl.player.AudioDeviceBase
-
Sets the open state for this audio device.
- setOutputBuffer(Obuffer) - Method in class rehost.javazoom.jl.decoder.Decoder
-
Changes the output buffer.
- setOutputChannels(OutputChannels) - Method in class rehost.javazoom.jl.decoder.Decoder.Params
-
- setPlayBackListener(PlaybackListener) - Method in class rehost.javazoom.jl.player.advanced.AdvancedPlayer
-
sets the PlaybackListener
- setPosition(double) - Method in interface rehost.javazoom.jl.decoder.Control
-
- setRadius(double) - Method in class com.austinv11.collectiveframework.utils.math.geometry.Circle
-
Sets the radius of the circle
- setShort(ItemStack, String, short) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets the value of the provided key on the passed ItemStack
- setSource(AdvancedPlayer) - Method in class rehost.javazoom.jl.player.advanced.PlaybackEvent
-
- setStart(TwoDimensionalVector) - Method in class com.austinv11.collectiveframework.utils.math.geometry.Line
-
Creates a new line as a copy of this line but with the set start coord
- setStart(ThreeDimensionalVector) - Method in class com.austinv11.collectiveframework.utils.math.geometry.Line
-
Creates a new line as a copy of this line but with the set start coord
- setString(ItemStack, String, String) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets the value of the provided key on the passed ItemStack
- setTag(ItemStack, String, NBTBase) - Static method in class com.austinv11.collectiveframework.minecraft.utils.NBTHelper
-
Sets a tag for the provided key in the passed ItemStack
- setTarget(Runnable) - Method in class com.austinv11.collectiveframework.multithreading.SimpleThread
-
Sets the runnable that the thread executes
- setTicking(long) - Method in class com.austinv11.collectiveframework.multithreading.SimpleRunnable
-
Makes the thread loop every x milliseconds
- setValue(String, String, Object, Object) - Method in class com.austinv11.collectiveframework.minecraft.config.ConfigRegistry.DefaultConfigurationHandler
-
- setValue(String, String, Object, Object, boolean) - Method in class com.austinv11.collectiveframework.minecraft.config.ConfigRegistry.DefaultConfigurationHandler
-
- setValue(String, String, Object, Object) - Method in interface com.austinv11.collectiveframework.minecraft.config.IConfigurationHandler
-
- setValue(String, String, Object, Object, boolean) - Method in interface com.austinv11.collectiveframework.minecraft.config.IConfigurationHandler
-
Called when a value is set/changed for a config
- setWhitelist(boolean) - Method in class com.austinv11.collectiveframework.minecraft.inventory.ExclusiveSlot
-
Sets whether to do a whitelist or blacklist
- sha - Variable in class com.austinv11.collectiveframework.services.GithubService.Commit
-
- sha - Variable in class com.austinv11.collectiveframework.services.GithubService.SHAInfo
-
- showUsage() - Method in class rehost.javazoom.jl.player.advanced.jlap
-
- showUsage() - Method in class rehost.javazoom.jl.player.jlp
-
- SimpleRunnable - Class in com.austinv11.collectiveframework.multithreading
-
Runnable class to ease the management of threads
- SimpleRunnable() - Constructor for class com.austinv11.collectiveframework.multithreading.SimpleRunnable
-
- SimpleThread - Class in com.austinv11.collectiveframework.multithreading
-
- SimpleThread() - Constructor for class com.austinv11.collectiveframework.multithreading.SimpleThread
-
- SimpleThread(Runnable) - Constructor for class com.austinv11.collectiveframework.multithreading.SimpleThread
-
- SimpleThread(ThreadGroup, Runnable) - Constructor for class com.austinv11.collectiveframework.multithreading.SimpleThread
-
- SimpleThread(String) - Constructor for class com.austinv11.collectiveframework.multithreading.SimpleThread
-
- SimpleThread(ThreadGroup, String) - Constructor for class com.austinv11.collectiveframework.multithreading.SimpleThread
-
- SimpleThread(Runnable, String) - Constructor for class com.austinv11.collectiveframework.multithreading.SimpleThread
-
- SimpleThread(ThreadGroup, Runnable, String) - Constructor for class com.austinv11.collectiveframework.multithreading.SimpleThread
-
- SimpleThread(ThreadGroup, Runnable, String, long) - Constructor for class com.austinv11.collectiveframework.multithreading.SimpleThread
-
- SINGLE_CHANNEL - Static variable in class rehost.javazoom.jl.decoder.Header
-
- site_admin - Variable in class com.austinv11.collectiveframework.services.GithubService.AuthorExtended
-
- size - Variable in class com.austinv11.collectiveframework.services.GithubService.Asset
-
- skipFrame() - Method in class rehost.javazoom.jl.player.advanced.AdvancedPlayer
-
skips over a single frame
- slots() - Method in class rehost.javazoom.jl.decoder.Header
-
Returns Slots.
- slug - Variable in class com.austinv11.collectiveframework.minecraft.asm.CollectiveFrameworkEarlyTransformerPlugin.ModpackProvider.CurseMod
-
- Source - Interface in rehost.javazoom.jl.decoder
-
Work in progress.
- spawnItemInWorld(Location, ItemStack) - Static method in class com.austinv11.collectiveframework.minecraft.utils.WorldUtils
-
Spawns an item in the world at the specified location
- spawnOreBlock(World, int, int, int, Block) - Static method in class com.austinv11.collectiveframework.minecraft.utils.WorldGenHelper
-
Ensures that the ore block is spawning correctly in the ground
- SSL3_PADDING - Static variable in class com.austinv11.collectiveframework.utils.security.Encryption.EncryptionType
-
- starred_url - Variable in class com.austinv11.collectiveframework.services.GithubService.AuthorExtended
-
- start() - Method in class com.austinv11.collectiveframework.multithreading.SimpleRunnable
-
Runs a thread with this runnable
- start() - Method in class com.austinv11.collectiveframework.multithreading.SimpleThread
-
- start() - Method in interface rehost.javazoom.jl.decoder.Control
-
Starts playback of the media presented by this control.
- start() - Method in class rehost.javazoom.jl.player.PlayerApplet
-
Starts this applet.
- START_KONGA_TIME - Static variable in class com.austinv11.collectiveframework.minecraft.event.handler.HooksHandler
-
- started - Variable in class com.austinv11.collectiveframework.multithreading.SimpleThread
-
- STARTED - Static variable in class rehost.javazoom.jl.player.advanced.PlaybackEvent
-
- startTime - Variable in class com.austinv11.collectiveframework.minecraft.network.TimeUpdatePacket
-
- state - Variable in class com.austinv11.collectiveframework.services.GithubService.Asset
-
- STEREO - Static variable in class rehost.javazoom.jl.decoder.Header
-
- stop() - Method in interface rehost.javazoom.jl.decoder.Control
-
Stops playback of the media presented by this control.
- stop() - Method in class rehost.javazoom.jl.player.advanced.AdvancedPlayer
-
closes the player and notifies PlaybackListener
- stop() - Method in class rehost.javazoom.jl.player.PlayerApplet
-
Stops this applet.
- STOPPED - Static variable in class rehost.javazoom.jl.player.advanced.PlaybackEvent
-
- stopPlayer() - Method in class rehost.javazoom.jl.player.PlayerApplet
-
Stops the audio player.
- STREAM_EOF - Static variable in interface rehost.javazoom.jl.decoder.BitstreamErrors
-
The end of the stream was reached.
- STREAM_ERROR - Static variable in interface rehost.javazoom.jl.decoder.BitstreamErrors
-
A problem occurred reading from the stream.
- stringFromList(List) - Static method in class com.austinv11.collectiveframework.utils.StringUtils
-
- stringToRender - Variable in class com.austinv11.collectiveframework.minecraft.event.RenderStringEvent
-
The string to render
- StringUtils - Class in com.austinv11.collectiveframework.utils
-
A class for manipulating Strings
- StringUtils() - Constructor for class com.austinv11.collectiveframework.utils.StringUtils
-
- StructureCreator - Class in com.austinv11.collectiveframework.minecraft.utils
-
A utility to aid in creating world gen structures
- StructureCreator() - Constructor for class com.austinv11.collectiveframework.minecraft.utils.StructureCreator
-
- StructureCreator.DefaultValidityChecker - Class in com.austinv11.collectiveframework.minecraft.utils
-
- StructureCreator.DefaultValidityChecker() - Constructor for class com.austinv11.collectiveframework.minecraft.utils.StructureCreator.DefaultValidityChecker
-
- StructureCreator.ICheckBlockValidity - Interface in com.austinv11.collectiveframework.minecraft.utils
-
Implement this if you want to check for custom conditions
- subscriptions_url - Variable in class com.austinv11.collectiveframework.services.GithubService.AuthorExtended
-
- subtract(ThreeDimensionalVector) - Method in class com.austinv11.collectiveframework.utils.math.ThreeDimensionalVector
-
Returns a new vector with the result of the specified vector minus this.
- subtract(TwoDimensionalVector) - Method in class com.austinv11.collectiveframework.utils.math.TwoDimensionalVector
-
Returns a new vector with the result of the specified vector minus this.
- systemRegistry() - Static method in class rehost.javazoom.jl.player.FactoryRegistry
-