A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
A
- abbreviate(String, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Abbreviates a String using ellipses.
- abbreviate(String, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Abbreviates a String using ellipses.
- abbreviate(String, String, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Abbreviates a String using another given String as replacement marker.
- abbreviate(String, String, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Abbreviates a String using a given replacement marker.
- abbreviateMiddle(String, String, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Abbreviates a String to the length passed, replacing the middle characters with the supplied replacement String.
- abort() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBTransaction
- ABORT_DESTROY_BLOCK - net.minecraft.network.play.client.C07PacketPlayerDigging.Action
- abs() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets a fraction that is the positive equivalent of this one.
- abs(float) - Static method in class net.minecraft.util.MathHelper
- abs_int(int) - Static method in class net.minecraft.util.MathHelper
-
+ Returns the unsigned value of an int.
- abs_max(double, double) - Static method in class net.minecraft.util.MathHelper
-
+ Maximum of the absolute value of two numbers.
- absent() - Static method in class com.google.common.base.Optional
-
Returns an
Optional
instance with no contained reference. - absorption - Static variable in class net.minecraft.potion.Potion
-
+ The absorption Potion object.
- AbstractByteBuf - Class in net.lax1dude.eaglercraft.v1_8.netty
-
A skeletal implementation of a buffer.
- AbstractByteBuf(int) - Constructor for class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- AbstractClientPlayer - Class in net.minecraft.client.entity
- AbstractClientPlayer(World, GameProfile) - Constructor for class net.minecraft.client.entity.AbstractClientPlayer
- AbstractIterator<T> - Class in com.google.common.collect
-
This class provides a skeletal implementation of the
Iterator
interface, to make this interface easier to implement for certain types of data sources. - AbstractIterator() - Constructor for class com.google.common.collect.AbstractIterator
-
Constructor for use by subclasses.
- AbstractResourcePack - Class in net.minecraft.client.resources
- AbstractResourcePack(String) - Constructor for class net.minecraft.client.resources.AbstractResourcePack
- AbstractSequentialIterator<T> - Class in com.google.common.collect
-
This class provides a skeletal implementation of the
Iterator
interface for sequences whose next element can always be derived from the previous element. - AbstractSequentialIterator(T) - Constructor for class com.google.common.collect.AbstractSequentialIterator
-
Creates a new iterator with the given first element, or, if
firstOrNull
is null, creates a new empty iterator. - AbstractTexture - Class in net.minecraft.client.renderer.texture
- AbstractTexture() - Constructor for class net.minecraft.client.renderer.texture.AbstractTexture
- ACACIA - net.minecraft.block.BlockPlanks.EnumType
- acacia_door - Static variable in class net.minecraft.init.Blocks
- acacia_door - Static variable in class net.minecraft.init.Items
- acacia_fence - Static variable in class net.minecraft.init.Blocks
- acacia_fence_gate - Static variable in class net.minecraft.init.Blocks
- ACACIA_SAPLING - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- acacia_stairs - Static variable in class net.minecraft.init.Blocks
- AcceleratedEffectRenderer - Class in net.lax1dude.eaglercraft.v1_8.minecraft
-
Copyright (c) 2022-2023 LAX1DUDE.
- AcceleratedEffectRenderer() - Constructor for class net.lax1dude.eaglercraft.v1_8.minecraft.AcceleratedEffectRenderer
- accelerationX - Variable in class net.minecraft.entity.projectile.EntityFireball
- accelerationY - Variable in class net.minecraft.entity.projectile.EntityFireball
- accelerationZ - Variable in class net.minecraft.entity.projectile.EntityFireball
- accept - Variable in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMServerQuery
- accept(double) - Method in interface org.apache.commons.lang3.function.FailableDoubleConsumer
-
Accepts the consumer.
- accept(int) - Method in interface org.apache.commons.lang3.function.FailableIntConsumer
-
Accepts the consumer.
- accept(long) - Method in interface org.apache.commons.lang3.function.FailableLongConsumer
-
Accepts the consumer.
- accept(O) - Method in interface org.apache.commons.lang3.Functions.FailableConsumer
-
Deprecated.Accepts the consumer.
- accept(O1, O2) - Method in interface org.apache.commons.lang3.Functions.FailableBiConsumer
-
Deprecated.Accepts the consumer.
- accept(FailableBiConsumer<Long, Integer, T>, Duration) - Static method in class org.apache.commons.lang3.time.DurationUtils
-
Accepts the function with the duration as a long milliseconds and int nanoseconds.
- accept(FailableBiConsumer<T, U, E>, T, U) - Static method in class org.apache.commons.lang3.function.Failable
-
Consumes a consumer and rethrows any exception as a
RuntimeException
. - accept(FailableConsumer<T, E>, T) - Static method in class org.apache.commons.lang3.function.Failable
-
Consumes a consumer and rethrows any exception as a
RuntimeException
. - accept(FailableDoubleConsumer<E>, double) - Static method in class org.apache.commons.lang3.function.Failable
-
Consumes a consumer and rethrows any exception as a
RuntimeException
. - accept(FailableIntConsumer<E>, int) - Static method in class org.apache.commons.lang3.function.Failable
-
Consumes a consumer and rethrows any exception as a
RuntimeException
. - accept(FailableLongConsumer<E>, long) - Static method in class org.apache.commons.lang3.function.Failable
-
Consumes a consumer and rethrows any exception as a
RuntimeException
. - accept(Functions.FailableBiConsumer<O1, O2, T>, O1, O2) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Consumes a consumer and rethrows any exception as a
RuntimeException
. - accept(Functions.FailableConsumer<O, T>, O) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Consumes a consumer and rethrows any exception as a
RuntimeException
. - accept(T) - Method in interface org.apache.commons.lang3.function.FailableConsumer
-
Accepts the consumer.
- accept(T, double) - Method in interface org.apache.commons.lang3.function.FailableObjDoubleConsumer
-
Accepts the consumer.
- accept(T, int) - Method in interface org.apache.commons.lang3.function.FailableObjIntConsumer
-
Accepts the consumer.
- accept(T, long) - Method in interface org.apache.commons.lang3.function.FailableObjLongConsumer
-
Accepts the consumer.
- accept(T, U) - Method in interface org.apache.commons.lang3.function.FailableBiConsumer
-
Accepts the consumer.
- ACCEPTED - net.minecraft.network.play.client.C19PacketResourcePackStatus.Action
- accepts(Object) - Method in class net.lax1dude.eaglercraft.v1_8.json.impl.JSONDataParserReader
- accepts(Object) - Method in class net.lax1dude.eaglercraft.v1_8.json.impl.JSONDataParserStream
- accepts(Object) - Method in class net.lax1dude.eaglercraft.v1_8.json.impl.JSONDataParserString
- accepts(Object) - Method in interface net.lax1dude.eaglercraft.v1_8.json.JSONDataParserImpl
- accumulate(String, Object) - Method in class org.json.JSONObject
-
Accumulate values under a key.
- accumulator() - Method in class org.apache.commons.lang3.stream.Streams.ArrayCollector
- accumulator() - Method in class org.apache.commons.lang3.Streams.ArrayCollector
-
Deprecated.
- Achievement - Class in net.minecraft.stats
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Achievement(String, String, int, int, Block, Achievement) - Constructor for class net.minecraft.stats.Achievement
- Achievement(String, String, int, int, Item, Achievement) - Constructor for class net.minecraft.stats.Achievement
- Achievement(String, String, int, int, ItemStack, Achievement) - Constructor for class net.minecraft.stats.Achievement
- achievementList - Static variable in class net.minecraft.stats.AchievementList
- AchievementList - Class in net.minecraft.stats
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- AchievementList() - Constructor for class net.minecraft.stats.AchievementList
- ACK - Static variable in class com.google.common.base.Ascii
-
Acknowledge: A communication control character transmitted by a receiver as an affirmative response to a sender.
- acquireIron - Static variable in class net.minecraft.stats.AchievementList
- action - Variable in class net.minecraft.network.play.server.S38PacketPlayerListItem
- action - Variable in class net.minecraft.network.play.server.S3CPacketUpdateScore
- action - Variable in class net.minecraft.network.play.server.S44PacketWorldBorder
- actionNumber - Variable in class net.minecraft.network.play.server.S32PacketConfirmTransaction
- actionPerformed(GuiButton) - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiAuthenticationScreen
- actionPerformed(GuiButton) - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiScreenEditProfile
- actionPerformed(GuiButton) - Method in class net.lax1dude.eaglercraft.v1_8.socket.GuiHandshakeApprove
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.achievement.GuiAchievements
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.achievement.GuiStats
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiChat
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiCommandBlock
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiConfirmOpenLink
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiControls
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiCustomizeSkin
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiDisconnected
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiErrorScreen
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiGameOver
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiIngameMenu
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiLanguage
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiMainMenu
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiMemoryErrorScreen
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiMerchant
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiMultiplayer
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiOptions
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiScreenAddServer
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiScreenBook
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiScreenOptionsSounds
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiScreenServerList
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiSleepMP
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiSlot
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiVideoSettings
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.GuiYesNo
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.inventory.GuiBeacon
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.inventory.GuiEditSign
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.inventory.GuiInventory
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.gui.ScreenChatOptions
-
+ Called by the controls from the buttonList when activated.
- actionPerformed(GuiButton) - Method in class net.minecraft.client.multiplayer.GuiConnecting
-
+ Called by the controls from the buttonList when activated.
- activateNextShader() - Method in class net.minecraft.client.renderer.EntityRenderer
- activator_rail - Static variable in class net.minecraft.init.Blocks
- activeChunkSet - Variable in class net.minecraft.world.World
-
+ populated by chunks that are within 9 chunks of any player
- activeGain - Variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftSoundManager.ActiveSoundEvent
- activePitch - Variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftSoundManager.ActiveSoundEvent
- ActiveRenderInfo - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ActiveRenderInfo() - Constructor for class net.minecraft.client.renderer.ActiveRenderInfo
- ActiveSoundEvent(EaglercraftSoundManager, ISound, SoundCategory, SoundPoolEntry, IAudioHandle) - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglercraftSoundManager.ActiveSoundEvent
- activeX - Variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftSoundManager.ActiveSoundEvent
- activeY - Variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftSoundManager.ActiveSoundEvent
- activeZ - Variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftSoundManager.ActiveSoundEvent
- add(byte) - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Adds a value to the value of this instance.
- add(double) - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Adds a value to the value of this instance.
- add(double, double, double) - Method in class net.minecraft.util.BlockPos
-
+ Add the given coordinates to the coordinates of this BlockPos
- add(float) - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Adds a value to the value of this instance.
- add(int) - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Adds a value to the value of this instance.
- add(int, int, int) - Method in class net.minecraft.util.BlockPos
-
+ Add the given coordinates to the coordinates of this BlockPos
- add(int, E) - Method in class com.google.common.collect.ForwardingList
- add(int, E) - Method in class com.google.common.collect.ImmutableList
-
Deprecated.Unsupported operation.
- add(long) - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Adds a value to the value of this instance.
- add(long, V) - Method in class net.minecraft.util.LongHashMap
-
+ Add a key-value pair.
- add(short) - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Adds a value to the value of this instance.
- add(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet
- add(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet.Builder
-
Add the specified range to this builder.
- add(Range<C>) - Method in interface com.google.common.collect.RangeSet
-
Adds the specified range to this
RangeSet
(optional operation). - add(Range<C>) - Method in class com.google.common.collect.TreeRangeSet
- add(E) - Method in class com.google.common.collect.EvictingQueue
-
Adds the given element to this queue.
- add(E) - Method in class com.google.common.collect.ForwardingCollection
- add(E) - Method in class com.google.common.collect.ForwardingListIterator
- add(E) - Method in class com.google.common.collect.ImmutableCollection
-
Deprecated.Unsupported operation.
- add(E) - Method in class com.google.common.collect.ImmutableCollection.Builder
-
Adds
element
to theImmutableCollection
being built. - add(E) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds
element
to theImmutableList
. - add(E) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds
element
to theImmutableMultiset
. - add(E) - Method in class com.google.common.collect.ImmutableSet.Builder
-
Adds
element
to theImmutableSet
. - add(E) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
-
Adds
element
to theImmutableSortedMultiset
. - add(E) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds
element
to theImmutableSortedSet
. - add(E) - Method in class com.google.common.collect.MinMaxPriorityQueue
-
Adds the given element to this queue.
- add(E) - Method in interface com.google.common.collect.Multiset
-
Adds a single occurrence of the specified element to this multiset.
- add(E) - Method in class com.google.common.collect.UnmodifiableListIterator
-
Deprecated.Unsupported operation.
- add(E...) - Method in class com.google.common.collect.ImmutableCollection.Builder
-
Adds each element of
elements
to theImmutableCollection
being built. - add(E...) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds each element of
elements
to theImmutableList
. - add(E...) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds each element of
elements
to theImmutableMultiset
. - add(E...) - Method in class com.google.common.collect.ImmutableSet.Builder
-
Adds each element of
elements
to theImmutableSet
, ignoring duplicate elements (only the first duplicate element is added). - add(E...) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
-
Adds each element of
elements
to theImmutableSortedMultiset
. - add(E...) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds each element of
elements
to theImmutableSortedSet
, ignoring duplicate elements (only the first duplicate element is added). - add(E, int) - Method in class com.google.common.collect.ForwardingMultiset
- add(E, int) - Method in class com.google.common.collect.ImmutableMultiset
-
Deprecated.Unsupported operation.
- add(E, int) - Method in interface com.google.common.collect.Multiset
-
Adds a number of occurrences of an element to this multiset.
- add(E, int) - Method in class com.google.common.collect.TreeMultiset
- add(Number) - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Adds a value to the value of this instance.
- add(Number) - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Adds a value to the value of this instance.
- add(Number) - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Adds a value to the value of this instance.
- add(Number) - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Adds a value to the value of this instance.
- add(Number) - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Adds a value to the value of this instance.
- add(Number) - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Adds a value to the value of this instance.
- add(String) - Method in class org.apache.commons.lang3.CharSet
-
Add a set definition string to the
CharSet
. - add(String) - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Unsupported ListIterator operation.
- add(String, boolean) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=value
format. - add(String, char) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=value
format. - add(String, double) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=value
format. - add(String, float) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=value
format. - add(String, int) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=value
format. - add(String, long) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=value
format. - add(String, Object) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=value
format. - add(Matrix2f, Matrix2f, Matrix2f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Add two matrices together and place the result in a third matrix.
- add(Matrix3f, Matrix3f, Matrix3f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Add two matrices together and place the result in a third matrix.
- add(Matrix4f, Matrix4f, Matrix4f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Add two matrices together and place the result in a third matrix.
- add(Vector2f, Vector2f, Vector2f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
-
Add a vector to another vector and place the result in a destination vector.
- add(Vector3f, Vector3f, Vector3f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
-
Add a vector to another vector and place the result in a destination vector.
- add(Vector4f, Vector4f, Vector4f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
-
Add a vector to another vector and place the result in a destination vector.
- add(IBakedModel, int) - Method in class net.minecraft.client.resources.model.WeightedBakedModel.Builder
- add(Vec3) - Method in class net.minecraft.util.Vec3
- add(Vec3i) - Method in class net.minecraft.util.BlockPos
-
+ Add the given coordinates to the coordinates of this BlockPos
- add(Fraction) - Method in class org.apache.commons.lang3.math.Fraction
-
Adds the value of this fraction to another, returning the result in reduced form.
- add(JSObject) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- add(JSObject, JSObject) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- add(T) - Method in class net.minecraft.util.ClassInheritanceMultiMap
- ADD_PLAYER - net.minecraft.network.play.server.S38PacketPlayerListItem.Action
- addAll(int, Collection<? extends E>) - Method in class com.google.common.collect.ForwardingList
- addAll(int, Collection<? extends E>) - Method in class com.google.common.collect.ImmutableList
-
Deprecated.Unsupported operation.
- addAll(RangeSet<C>) - Method in class com.google.common.collect.ImmutableRangeSet
- addAll(RangeSet<C>) - Method in class com.google.common.collect.ImmutableRangeSet.Builder
-
Add all ranges from the specified range set to this builder.
- addAll(RangeSet<C>) - Method in interface com.google.common.collect.RangeSet
-
Adds all of the ranges from the specified range set to this range set (optional operation).
- addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableCollection.Builder
-
Adds each element of
elements
to theImmutableCollection
being built. - addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds each element of
elements
to theImmutableList
. - addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds each element of
elements
to theImmutableMultiset
. - addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSet.Builder
-
Adds each element of
elements
to theImmutableSet
, ignoring duplicate elements (only the first duplicate element is added). - addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
-
Adds each element of
elements
to theImmutableSortedMultiset
. - addAll(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds each element of
elements
to theImmutableSortedSet
, ignoring duplicate elements (only the first duplicate element is added). - addAll(Collection<? extends E>) - Method in class com.google.common.collect.EvictingQueue
- addAll(Collection<? extends E>) - Method in class com.google.common.collect.ForwardingCollection
- addAll(Collection<? extends E>) - Method in class com.google.common.collect.ImmutableCollection
-
Deprecated.Unsupported operation.
- addAll(Collection<? extends E>) - Method in class com.google.common.collect.MinMaxPriorityQueue
- addAll(Collection<T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
-
Adds all elements in
iterable
tocollection
. - addAll(Collection<T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
-
Adds all elements in
iterator
tocollection
. - addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableCollection.Builder
-
Adds each element of
elements
to theImmutableCollection
being built. - addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableList.Builder
-
Adds each element of
elements
to theImmutableList
. - addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds each element of
elements
to theImmutableMultiset
. - addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableSet.Builder
-
Adds each element of
elements
to theImmutableSet
, ignoring duplicate elements (only the first duplicate element is added). - addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
-
Adds each element of
elements
to theImmutableSortedMultiset
. - addAll(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Adds each element of
elements
to theImmutableSortedSet
, ignoring duplicate elements (only the first duplicate element is added). - addAll(KeyBinding[], KeyBinding[]) - Static method in class net.lax1dude.eaglercraft.v1_8.ArrayUtils
- addAndGet(byte) - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(double) - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(float) - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(int) - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(long) - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(short) - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately after the addition operation. - addBlockDestroyEffects(BlockPos, IBlockState) - Method in class net.minecraft.client.particle.EffectRenderer
- addBlockEvent(BlockPos, Block, int, int) - Method in class net.minecraft.world.World
- addBlockHitEffects(BlockPos, EnumFacing) - Method in class net.minecraft.client.particle.EffectRenderer
-
+ Adds block hit particles for the specified block
- addBlockInfo(CrashReportCategory, BlockPos, Block, int) - Static method in class net.minecraft.crash.CrashReportCategory
- addBlockInfo(CrashReportCategory, BlockPos, IBlockState) - Static method in class net.minecraft.crash.CrashReportCategory
- addBox(float, float, float, int, int, int) - Method in class net.minecraft.client.model.ModelRenderer
-
+ Creates a textured box.
- addBox(float, float, float, int, int, int, boolean) - Method in class net.minecraft.client.model.ModelRenderer
-
+ Creates a textured box.
- addBox(float, float, float, int, int, int, float) - Method in class net.minecraft.client.model.ModelRenderer
-
+ Creates a textured box.
- addBox(String, float, float, float, int, int, int) - Method in class net.minecraft.client.model.ModelRenderer
-
+ Creates a textured box.
- addChatComponentMessage(IChatComponent) - Method in class net.minecraft.client.entity.EntityPlayerSP
- addChatComponentMessage(IChatComponent) - Method in class net.minecraft.entity.player.EntityPlayer
- addChatMessage(IChatComponent) - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
-
+ Send a chat message to the CommandSender
- addChatMessage(IChatComponent) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Send a chat message to the CommandSender
- addChatMessage(IChatComponent) - Method in interface net.minecraft.command.ICommandSender
-
+ Send a chat message to the CommandSender
- addChatMessage(IChatComponent) - Method in class net.minecraft.command.server.CommandBlockLogic
-
+ Send a chat message to the CommandSender
- addChatMessage(IChatComponent) - Method in class net.minecraft.entity.Entity
-
+ Send a chat message to the CommandSender
- addChild(ModelRenderer) - Method in class net.minecraft.client.model.ModelRenderer
-
+ Sets the current box's rotation points and rotation angles to another box.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.Block
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockBrewingStand
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockCauldron
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockEndPortal
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockEndPortalFrame
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockFence
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockHopper
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockLilyPad
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockPane
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockPistonBase
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockPistonExtension
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockSlab
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCollisionBoxesToList(World, BlockPos, IBlockState, AxisAlignedBB, List<AxisAlignedBB>, Entity) - Method in class net.minecraft.block.BlockStairs
-
+ Add all collision boxes of this Block to the list that intersect with the given mask.
- addCoord(double, double, double) - Method in class net.minecraft.util.AxisAlignedBB
-
+ Adds the coordinates to the bounding box extending it if the point lies outside the current ranges.
- addCopies(E, int) - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Adds a number of occurrences of an element to this
ImmutableMultiset
. - addCopies(E, int) - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
-
Adds a number of occurrences of an element to this
ImmutableSortedMultiset
. - addCrashSection(String, Object) - Method in class net.minecraft.crash.CrashReportCategory
-
+ Adds a Crashreport section with the given name with the given value (convered .toString())
- addCrashSectionCallable(String, Callable<String>) - Method in class net.minecraft.crash.CrashReportCategory
-
+ Adds a Crashreport section with the given name with the value set to the result of the given Callable;
- addCrashSectionThrowable(String, Throwable) - Method in class net.minecraft.crash.CrashReportCategory
-
+ Adds a Crashreport section with the given name with the given Throwable
- addCustomSkin(String, byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerProfile
- addDays(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Adds a number of days to a date returning a new object.
- addedToChunk - Variable in class net.minecraft.entity.Entity
- addEffect(EntityFX) - Method in class net.minecraft.client.particle.EffectRenderer
- addEnchantment(Enchantment, int) - Method in class net.minecraft.item.ItemStack
-
+ Adds an enchantment with a desired level on the ItemStack.
- addEnchantment(ItemStack, EnchantmentData) - Method in class net.minecraft.item.ItemEnchantedBook
-
+ Adds an stored enchantment to an enchanted book ItemStack
- addEnchantmentBooksToList(List<ItemStack>, EnumEnchantmentType...) - Method in class net.minecraft.creativetab.CreativeTabs
-
+ Adds the enchantment books from the supplied EnumEnchantmentType to the given list.
- addEntity(Entity) - Method in class net.minecraft.world.chunk.Chunk
-
+ Adds an entity to the chunk.
- addEntity(Entity) - Method in class net.minecraft.world.chunk.EmptyChunk
-
+ Adds an entity to the chunk.
- addEntityCrashInfo(CrashReportCategory) - Method in class net.minecraft.entity.Entity
- addEntityCrashInfo(CrashReportCategory) - Method in class net.minecraft.entity.item.EntityFallingBlock
- addEntityToWorld(int, Entity) - Method in class net.minecraft.client.multiplayer.WorldClient
-
+ Add an ID to Entity mapping to entityHashSet
- addEscape(char, String) - Method in class com.google.common.escape.CharEscaperBuilder
-
Add a new mapping from an index to an object to the escaping.
- addEscape(char, String) - Method in class com.google.common.escape.Escapers.Builder
-
Adds a replacement string for the given input character.
- addEscapes(char[], String) - Method in class com.google.common.escape.CharEscaperBuilder
-
Add multiple mappings at once for a particular index.
- addEventListener(JSObject, String, JSObject) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMUtils
- addExhaustion(float) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ increases exhaustion level by supplied amount
- addExhaustion(float) - Method in class net.minecraft.util.FoodStats
-
+ adds input to foodExhaustionLevel to a max of 40
- addExperience(int) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Add experience points to player.
- addExperienceLevel(int) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Add experience levels to this player.
- addExplosionInfo(NBTTagCompound, List<String>) - Static method in class net.minecraft.item.ItemFireworkCharge
- addFaceQuad(EnumFacing, BakedQuad) - Method in class net.minecraft.client.resources.model.SimpleBakedModel.Builder
- addFinishRunnable(Runnable) - Method in class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- addFirst(E) - Method in class com.google.common.collect.ForwardingDeque
- addGameRule(String, String, GameRules.ValueType) - Method in class net.minecraft.world.GameRules
- addGeneralQuad(BakedQuad) - Method in class net.minecraft.client.resources.model.SimpleBakedModel.Builder
- addGraphicsAndWorldToCrashReport(CrashReport) - Method in class net.minecraft.client.Minecraft
-
+ adds core server Info (GL version , Texture pack, isModded, type), and the worldInfo to the crash report
- addGrowth(int) - Method in class net.minecraft.entity.EntityAgeable
-
+ "Adds the value of the parameter times 20 to the age of this entity.
- addHours(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Adds a number of hours to a date returning a new object.
- addInformation(ItemStack, EntityPlayer, List<String>, boolean) - Method in class net.minecraft.item.Item
-
+ allows items to add custom lines of information to the mouseover description
- addInformation(ItemStack, EntityPlayer, List<String>, boolean) - Method in class net.minecraft.item.ItemBanner
-
+ allows items to add custom lines of information to the mouseover description
- addInformation(ItemStack, EntityPlayer, List<String>, boolean) - Method in class net.minecraft.item.ItemEditableBook
-
+ allows items to add custom lines of information to the mouseover description
- addInformation(ItemStack, EntityPlayer, List<String>, boolean) - Method in class net.minecraft.item.ItemEnchantedBook
-
+ allows items to add custom lines of information to the mouseover description
- addInformation(ItemStack, EntityPlayer, List<String>, boolean) - Method in class net.minecraft.item.ItemFirework
-
+ allows items to add custom lines of information to the mouseover description
- addInformation(ItemStack, EntityPlayer, List<String>, boolean) - Method in class net.minecraft.item.ItemFireworkCharge
-
+ allows items to add custom lines of information to the mouseover description
- addInformation(ItemStack, EntityPlayer, List<String>, boolean) - Method in class net.minecraft.item.ItemMap
-
+ allows items to add custom lines of information to the mouseover description
- addInformation(ItemStack, EntityPlayer, List<String>, boolean) - Method in class net.minecraft.item.ItemPotion
-
+ allows items to add custom lines of information to the mouseover description
- addInformation(ItemStack, EntityPlayer, List<String>, boolean) - Method in class net.minecraft.item.ItemRecord
-
+ allows items to add custom lines of information to the mouseover description
- addInfoToCrashReport(CrashReportCategory) - Method in class net.minecraft.tileentity.TileEntity
- addItemStack(ItemStack) - Method in class net.minecraft.tileentity.TileEntityDispenser
-
+ Add the given ItemStack to this Dispenser.
- addItemStackToInventory(ItemStack) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Adds the item stack to the inventory, returns false if it is impossible.
- addKey(int, V) - Method in class net.minecraft.util.IntHashMap
-
+ Adds a key and associated value to this map
- addLast(E) - Method in class com.google.common.collect.ForwardingDeque
- addLayer(U) - Method in class net.minecraft.client.renderer.entity.RendererLivingEntity
- addListener(Runnable, Executor) - Method in interface net.lax1dude.eaglercraft.v1_8.futures.ListenableFuture
- addListener(Runnable, Executor) - Method in class net.lax1dude.eaglercraft.v1_8.futures.ListenableFutureTask
- addListener(IBorderListener) - Method in class net.minecraft.world.border.WorldBorder
- addMilliseconds(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Adds a number of milliseconds to a date returning a new object.
- addMinutes(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Adds a number of minutes to a date returning a new object.
- addMonths(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Adds a number of months to a date returning a new object.
- addMovementStat(double, double, double) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Adds a value to a movement statistic field - like run, walk, swin or climb.
- addObject(int, T) - Method in class net.minecraft.entity.DataWatcher
- addObjectByDataType(int, int) - Method in class net.minecraft.entity.DataWatcher
-
+ Add a new object for the DataWatcher to watch, using the specified data type.
- AddPlayerData(GameProfile, int, WorldSettings.GameType, IChatComponent) - Constructor for class net.minecraft.network.play.server.S38PacketPlayerListItem.AddPlayerData
- addPlayerToTeam(String, String) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Adds a player to the given team
- addPotionEffect(PotionEffect) - Method in class net.minecraft.entity.boss.EntityWither
-
+ adds a PotionEffect to the entity
- addPotionEffect(PotionEffect) - Method in class net.minecraft.entity.EntityLivingBase
-
+ adds a PotionEffect to the entity
- addr - Variable in class net.lax1dude.eaglercraft.v1_8.internal.IClientConfigAdapter.DefaultServer
- addRandomDrop() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Causes this Entity to drop a random item.
- addRandomDrop() - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Causes this Entity to drop a random item.
- addRandomDrop() - Method in class net.minecraft.entity.monster.EntityPigZombie
-
+ Causes this Entity to drop a random item.
- addRandomDrop() - Method in class net.minecraft.entity.monster.EntitySkeleton
-
+ Causes this Entity to drop a random item.
- addRandomDrop() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Causes this Entity to drop a random item.
- addRandomDrop() - Method in class net.minecraft.entity.passive.EntityRabbit
-
+ Causes this Entity to drop a random item.
- addRandomEnchantment(EaglercraftRandom, ItemStack, int) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Adds a random enchantment to the specified item.
- addRecipe(IRecipe) - Method in class net.minecraft.item.crafting.CraftingManager
-
+ Adds an IRecipe to the list of crafting recipes.
- addRecipe(ItemStack, Object...) - Method in class net.minecraft.item.crafting.CraftingManager
-
+ Adds an IRecipe to the list of crafting recipes.
- addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesArmor
-
+ Adds the armor recipes to the CraftingManager.
- addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesCrafting
-
+ Adds the crafting recipes to the CraftingManager.
- addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesDyes
-
+ Adds the dye recipes to the CraftingManager.
- addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesFood
-
+ Adds the food recipes to the CraftingManager.
- addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesIngots
-
+ Adds the ingot recipes to the CraftingManager.
- addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesTools
-
+ Adds the tool recipes to the CraftingManager.
- addRecipes(CraftingManager) - Method in class net.minecraft.item.crafting.RecipesWeapons
-
+ Adds the weapon recipes to the CraftingManager.
- addRenderChunk(RenderChunk, EnumWorldBlockLayer) - Method in class net.minecraft.client.renderer.ChunkRenderContainer
- addResourcePack(IResourcePack) - Method in class net.minecraft.client.resources.FallbackResourceManager
- AddressResolver - Class in net.lax1dude.eaglercraft.v1_8.socket
-
Copyright (c) 2022-2023 LAX1DUDE.
- AddressResolver() - Constructor for class net.lax1dude.eaglercraft.v1_8.socket.AddressResolver
- addScheduledTask(Runnable) - Method in class net.minecraft.client.Minecraft
- addScheduledTask(Runnable) - Method in interface net.minecraft.util.IThreadListener
- addScheduledTask(Callable<V>) - Method in class net.minecraft.client.Minecraft
- addScore(int) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Add to player's score
- addScoreObjective(String, IScoreObjectiveCriteria) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Create and returns the score objective for the given name and ScoreCriteria
- addSeconds(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Adds a number of seconds to a date returning a new object.
- addServerData(ServerData) - Method in class net.minecraft.client.multiplayer.ServerList
-
+ Adds the given ServerData instance to the list.
- addShapelessRecipe(ItemStack, Object...) - Method in class net.minecraft.item.crafting.CraftingManager
-
+ Adds a shapeless crafting recipe to the the game.
- addSlot(Stitcher.Holder) - Method in class net.minecraft.client.renderer.texture.Stitcher.Slot
- addSlotToContainer(Slot) - Method in class net.minecraft.inventory.Container
-
+ Adds an item slot to this container
- addSmelting(Item, ItemStack, float) - Method in class net.minecraft.item.crafting.FurnaceRecipes
-
+ Adds a smelting recipe using an Item as the input item.
- addSmeltingRecipe(ItemStack, ItemStack, float) - Method in class net.minecraft.item.crafting.FurnaceRecipes
-
+ Adds a smelting recipe using an ItemStack as the input for the recipe.
- addSmeltingRecipeForBlock(Block, ItemStack, float) - Method in class net.minecraft.item.crafting.FurnaceRecipes
-
+ Adds a smelting recipe, where the input item is an instance of Block.
- addSoundToEventPool(ISoundEventAccessor<SoundPoolEntry>) - Method in class net.minecraft.client.audio.SoundEventAccessorComposite
- addSprite(EaglerTextureAtlasSprite) - Method in class net.minecraft.client.renderer.texture.Stitcher
- addStat(StatBase, int) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Adds a value to a statistic field.
- addStat(StatBase, int) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Adds a value to a statistic field.
- addStats(int, float) - Method in class net.minecraft.util.FoodStats
-
+ Add food stats.
- addStats(ItemFood, ItemStack) - Method in class net.minecraft.util.FoodStats
-
+ Add food stats.
- addTileEntities(Collection<TileEntity>) - Method in class net.minecraft.world.World
- addTileEntity(TileEntity) - Method in class net.minecraft.client.renderer.chunk.CompiledChunk
- addTileEntity(TileEntity) - Method in class net.minecraft.world.chunk.Chunk
- addTileEntity(TileEntity) - Method in class net.minecraft.world.chunk.EmptyChunk
- addTileEntity(TileEntity) - Method in class net.minecraft.world.World
- addTileEntity(BlockPos, TileEntity) - Method in class net.minecraft.world.chunk.Chunk
- addTileEntity(BlockPos, TileEntity) - Method in class net.minecraft.world.chunk.EmptyChunk
- addToCrashReport(CrashReportCategory) - Method in class net.minecraft.world.storage.WorldInfo
-
+ Adds this WorldInfo instance to the crash report.
- addToPlayerScore(Entity, int) - Method in class net.minecraft.entity.Entity
-
+ Adds a value to the player score.
- addToPlayerScore(Entity, int) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Adds a value to the player score.
- addToSendQueue(Packet) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- addToSentMessages(String) - Method in class net.minecraft.client.gui.GuiNewChat
-
+ Adds this string to the list of sent messages, for recall using the up/down arrow keys
- addValue(boolean) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds an unnamed value to the formatted output.
- addValue(char) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds an unnamed value to the formatted output.
- addValue(double) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds an unnamed value to the formatted output.
- addValue(float) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds an unnamed value to the formatted output.
- addValue(int) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds an unnamed value to the formatted output.
- addValue(long) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds an unnamed value to the formatted output.
- addValue(Object) - Method in class com.google.common.base.Objects.ToStringHelper
-
Adds an unnamed value to the formatted output.
- addVector(double, double, double) - Method in class net.minecraft.util.Vec3
-
+ Adds the specified x,y,z vector components to this vector and returns the resulting vector.
- addVelocity(double, double, double) - Method in class net.minecraft.entity.Entity
-
+ Adds to the current velocity of the entity.
- addVelocity(double, double, double) - Method in class net.minecraft.entity.EntityHanging
-
+ Adds to the current velocity of the entity.
- addVertexData(int[]) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
-
adds cached vertex data to the buffer
- addWeatherEffect(Entity) - Method in class net.minecraft.world.World
-
+ adds a lightning bolt to the list of lightning bolts in this world.
- addWeeks(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Adds a number of weeks to a date returning a new object.
- addWorldAccess(IWorldAccess) - Method in class net.minecraft.world.World
-
+ Adds a IWorldAccess to the list of worldAccesses
- addWorldInfoToCrashReport(CrashReport) - Method in class net.minecraft.client.multiplayer.WorldClient
-
+ Adds some basic stats of the world to the given crash report.
- addWorldInfoToCrashReport(CrashReport) - Method in class net.minecraft.world.World
-
+ Adds some basic stats of the world to the given crash report.
- addYears(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Adds a number of years to a date returning a new object.
- adjacentChestChecked - Variable in class net.minecraft.tileentity.TileEntityChest
- adjacentChestXNeg - Variable in class net.minecraft.tileentity.TileEntityChest
- adjacentChestXPos - Variable in class net.minecraft.tileentity.TileEntityChest
- adjacentChestZNeg - Variable in class net.minecraft.tileentity.TileEntityChest
- adjacentChestZPos - Variable in class net.minecraft.tileentity.TileEntityChest
- adjustMarkers(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- adler32() - Static method in class com.google.common.hash.Hashing
-
Returns a hash function implementing the Adler-32 checksum algorithm (32 hash bits) by delegating to the
Adler32
Checksum
. - adobeColor - Static variable in class net.minecraft.block.material.MapColor
- advance(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- advance(Iterator<?>, int) - Static method in class com.google.common.collect.Iterators
-
Calls
next()
oniterator
, eithernumberToAdvance
times or untilhasNext()
returnsfalse
, whichever comes first. - advancedItemTooltips - Variable in class net.minecraft.client.settings.GameSettings
- ADVENTURE - net.minecraft.world.WorldSettings.GameType
- affectEntity(Entity, Entity, EntityLivingBase, int, double) - Method in class net.minecraft.potion.Potion
- AGE - Static variable in class net.minecraft.block.BlockCactus
- AGE - Static variable in class net.minecraft.block.BlockCocoa
- AGE - Static variable in class net.minecraft.block.BlockCrops
- AGE - Static variable in class net.minecraft.block.BlockFire
- AGE - Static variable in class net.minecraft.block.BlockNetherWart
- AGE - Static variable in class net.minecraft.block.BlockReed
- AGE - Static variable in class net.minecraft.block.BlockStem
- aimedBow - Variable in class net.minecraft.client.model.ModelBiped
- air - Static variable in class net.minecraft.block.material.Material
- air - Static variable in class net.minecraft.init.Blocks
- airColor - Static variable in class net.minecraft.block.material.MapColor
- aisle(String...) - Method in class net.minecraft.block.state.pattern.FactoryBlockPattern
- ALBAN - net.minecraft.entity.item.EntityPainting.EnumArt
- ALEX - net.lax1dude.eaglercraft.v1_8.profile.SkinModel
- alive - Variable in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMServerQuery
- all() - Static method in class com.google.common.collect.Range
-
Returns a range that contains every value of type
C
. - all(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
-
Returns
true
if every element initerable
satisfies the predicate. - all(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
-
Returns
true
if every element returned byiterator
satisfies the given predicate. - ALL - net.minecraft.enchantment.EnumEnchantmentType
- ALL_FACES - Static variable in class net.minecraft.block.BlockVine
- ALL_INSIDE - net.minecraft.block.BlockHugeMushroom.EnumType
- ALL_OUTSIDE - net.minecraft.block.BlockHugeMushroom.EnumType
- ALL_STEM - net.minecraft.block.BlockHugeMushroom.EnumType
- allEqual() - Static method in class com.google.common.collect.Ordering
-
Returns an ordering which treats all values as equal, indicating "no ordering." Passing this ordering to any stable sort algorithm results in no change to the order of elements.
- ALLIUM - net.minecraft.block.BlockFlower.EnumFlowerType
- ALLIUM - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- allMatch(Predicate<? super E>) - Method in class com.google.common.collect.FluentIterable
-
Returns
true
if every element in this fluent iterable satisfies the predicate. - allMatch(FailablePredicate<O, ?>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
-
Returns whether all elements of this stream match the provided predicate.
- allMatch(Functions.FailablePredicate<O, ?>) - Method in class org.apache.commons.lang3.Streams.FailableStream
-
Deprecated.Returns whether all elements of this stream match the provided predicate.
- allNotNull(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Checks if all values in the array are not
nulls
. - allNull(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Checks if all values in the given array are
null
. - allocate(int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
- allocate(ByteBuffer, int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
- allocateByteBuffer(int) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- allocateByteBuffer(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- allocateByteBuffer(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- allocatedObjects - Variable in class net.lax1dude.eaglercraft.v1_8.internal.GLObjectMap
- allocateFloatBuffer(int) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- allocateFloatBuffer(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- allocateFloatBuffer(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- allocateIntBuffer(int) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- allocateIntBuffer(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- allocateIntBuffer(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- allocateTexture(int, int, int) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
- allocateTextureImpl(int, int, int, int) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
- allowBlockAlternatives - Variable in class net.minecraft.client.settings.GameSettings
- allowedCharactersArray - Static variable in class net.minecraft.util.ChatAllowedCharacters
-
+ Array of the special characters that are allowed in any text drawing of Minecraft.
- allowEdit - Variable in class net.minecraft.entity.player.PlayerCapabilities
-
+ Indicates whether the player is allowed to modify the surroundings
- allowFlying - Variable in class net.minecraft.entity.player.PlayerCapabilities
- allowFlying - Variable in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- allowLeashing() - Method in class net.minecraft.entity.EntityLiving
- allowLeashing() - Method in class net.minecraft.entity.passive.EntityAmbientCreature
- allowLeashing() - Method in class net.minecraft.entity.passive.EntityHorse
- allowLeashing() - Method in class net.minecraft.entity.passive.EntityVillager
- allowLeashing() - Method in class net.minecraft.entity.passive.EntityWolf
- allowUserInput - Variable in class net.minecraft.client.gui.GuiScreen
- allPrimitiveTypes() - Static method in class com.google.common.primitives.Primitives
-
Returns an immutable set of all nine primitive types (including
void
). - allStats - Static variable in class net.minecraft.stats.StatList
- allWrapperTypes() - Static method in class com.google.common.primitives.Primitives
-
Returns an immutable set of all nine primitive-wrapper types (including
Void
). - alpha - Variable in class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- alpha - Variable in class net.minecraft.client.gui.FontRenderer
- alphaFunc(int, float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- ALT - Static variable in class net.minecraft.block.BlockFire
- alterSquishAmount() - Method in class net.minecraft.entity.monster.EntityMagmaCube
- alterSquishAmount() - Method in class net.minecraft.entity.monster.EntitySlime
- altPathSeperator - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- ALWAYS - javax.annotation.meta.When
-
S is a subset of T
- ALWAYS - net.minecraft.scoreboard.Team.EnumVisible
- ALWAYS_TRUE_PREDICATE - Static variable in class org.apache.commons.lang3.ThreadUtils
-
Predicate which always returns true.
- alwaysFalse() - Static method in class com.google.common.base.Predicates
-
Returns a predicate that always evaluates to
false
. - alwaysTrue() - Static method in class com.google.common.base.Predicates
-
Returns a predicate that always evaluates to
true
. - AMBIENT - net.minecraft.client.audio.SoundCategory
- AMBIENT - net.minecraft.entity.EnumCreatureType
- AMBIENT_OCCLUSION - net.minecraft.client.settings.GameSettings.Options
- AmbientMobFactory() - Constructor for class net.minecraft.client.particle.EntitySpellParticleFX.AmbientMobFactory
- ambientOcclusion - Variable in class net.minecraft.client.resources.model.SimpleBakedModel
- ambientOcclusion - Variable in class net.minecraft.client.settings.GameSettings
-
+ Smooth Lighting
- amountScrolled - Variable in class net.minecraft.client.gui.GuiSlot
- AMPLIFIED - Static variable in class net.minecraft.world.WorldType
-
+ amplified world type
- amplifier - Variable in class net.minecraft.network.play.server.S1DPacketEntityEffect
- anaglyph - Variable in class net.minecraft.client.settings.GameSettings
- ANAGLYPH - net.minecraft.client.settings.GameSettings.Options
- anaglyphColor(int) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
- anaglyphEnable - Static variable in class net.minecraft.client.renderer.EntityRenderer
- anaglyphField - Static variable in class net.minecraft.client.renderer.EntityRenderer
- and(boolean...) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Performs an 'and' operation on a set of booleans.
- and(CharMatcher) - Method in class com.google.common.base.CharMatcher
-
Returns a matcher that matches any character matched by both this matcher and
other
. - and(Predicate<? super T>...) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if each of its components evaluates totrue
. - and(Predicate<? super T>, Predicate<? super T>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if both of its components evaluate totrue
. - and(Iterable<? extends Predicate<? super T>>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if each of its components evaluates totrue
. - and(FailableBiPredicate<? super T, ? super U, E>) - Method in interface org.apache.commons.lang3.function.FailableBiPredicate
-
Returns a composed
FailableBiPredicate
likeBiPredicate.and(BiPredicate)
. - and(FailableDoublePredicate<E>) - Method in interface org.apache.commons.lang3.function.FailableDoublePredicate
-
Returns a composed
FailableDoublePredicate
likeDoublePredicate.and(DoublePredicate)
. - and(FailableIntPredicate<E>) - Method in interface org.apache.commons.lang3.function.FailableIntPredicate
-
Returns a composed
FailableIntPredicate
likeIntPredicate.and(IntPredicate)
. - and(FailableLongPredicate<E>) - Method in interface org.apache.commons.lang3.function.FailableLongPredicate
-
Returns a composed
FailableLongPredicate
likeLongPredicate.and(LongPredicate)
. - and(FailablePredicate<? super T, E>) - Method in interface org.apache.commons.lang3.function.FailablePredicate
-
Returns a composed
FailablePredicate
likePredicate.and(Predicate)
. - ANDESITE - net.minecraft.block.BlockStone.EnumType
- ANDESITE_SMOOTH - net.minecraft.block.BlockStone.EnumType
- andThen(Converter<B, C>) - Method in class com.google.common.base.Converter
-
Returns a converter whose
convert
method appliessecondConverter
to the result of this converter. - andThen(Function<? super R, ? extends W>) - Method in interface org.apache.commons.lang3.function.TriFunction
-
Returns a composed function that first applies this function to its input, and then applies the
after
function to the result. - andThen(FailableBiConsumer<? super T, ? super U, E>) - Method in interface org.apache.commons.lang3.function.FailableBiConsumer
-
Returns a composed
FailableBiConsumer
likeBiConsumer.andThen(BiConsumer)
. - andThen(FailableConsumer<? super T, E>) - Method in interface org.apache.commons.lang3.function.FailableConsumer
-
Returns a composed
Consumer
likeConsumer.andThen(Consumer)
. - andThen(FailableDoubleConsumer<E>) - Method in interface org.apache.commons.lang3.function.FailableDoubleConsumer
-
Returns a composed
FailableDoubleConsumer
likeDoubleConsumer.andThen(DoubleConsumer)
. - andThen(FailableDoubleUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableDoubleUnaryOperator
-
Returns a composed
FailableDoubleUnaryOperator
likeDoubleUnaryOperator.andThen(DoubleUnaryOperator)
. - andThen(FailableFunction<? super R, ? extends V, E>) - Method in interface org.apache.commons.lang3.function.FailableBiFunction
-
Returns a composed
FailableBiFunction
that likeBiFunction.andThen(Function)
. - andThen(FailableFunction<? super R, ? extends V, E>) - Method in interface org.apache.commons.lang3.function.FailableFunction
-
Returns a composed
FailableFunction
likeFunction.andThen(Function)
. - andThen(FailableIntConsumer<E>) - Method in interface org.apache.commons.lang3.function.FailableIntConsumer
-
Returns a composed
FailableIntConsumer
likeIntConsumer.andThen(IntConsumer)
. - andThen(FailableIntUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableIntUnaryOperator
-
Returns a composed
FailableDoubleUnaryOperator
likeIntUnaryOperator.andThen(IntUnaryOperator)
. - andThen(FailableLongConsumer<E>) - Method in interface org.apache.commons.lang3.function.FailableLongConsumer
-
Returns a composed
FailableLongConsumer
likeLongConsumer.andThen(LongConsumer)
. - andThen(FailableLongUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableLongUnaryOperator
-
Returns a composed
FailableDoubleUnaryOperator
likeLongUnaryOperator.andThen(LongUnaryOperator)
. - angle - Variable in class net.minecraft.client.renderer.block.model.BlockPartRotation
- angle(Vector2f, Vector2f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
-
Calculate the angle between two vectors, in radians
- angle(Vector3f, Vector3f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
-
Calculate the angle between two vectors, in radians
- angle(Vector4f, Vector4f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
-
Calculate the angle between two vectors, in radians
- angleDelta - Variable in class net.minecraft.client.renderer.texture.TextureCompass
- angler - Variable in class net.minecraft.entity.projectile.EntityFishHook
- AngryVillagerFactory() - Constructor for class net.minecraft.client.particle.EntityHeartFX.AngryVillagerFactory
- AnimalChest - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- AnimalChest(String, int) - Constructor for class net.minecraft.inventory.AnimalChest
- AnimalChest(IChatComponent, int) - Constructor for class net.minecraft.inventory.AnimalChest
- ANIMALS - net.minecraft.client.audio.SoundCategory
- animalsBredStat - Static variable in class net.minecraft.stats.StatList
-
+ the number of animals you have bred
- animationCache - Variable in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- AnimationFrame - Class in net.minecraft.client.resources.data
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- AnimationFrame(int) - Constructor for class net.minecraft.client.resources.data.AnimationFrame
- AnimationFrame(int, int) - Constructor for class net.minecraft.client.resources.data.AnimationFrame
- AnimationMetadataSection - Class in net.minecraft.client.resources.data
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- AnimationMetadataSection(List<AnimationFrame>, int, int, int, boolean) - Constructor for class net.minecraft.client.resources.data.AnimationMetadataSection
- AnimationMetadataSectionSerializer - Class in net.minecraft.client.resources.data
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- AnimationMetadataSectionSerializer() - Constructor for class net.minecraft.client.resources.data.AnimationMetadataSectionSerializer
- animationsToGo - Variable in class net.minecraft.item.ItemStack
- animTime - Variable in class net.minecraft.entity.boss.EntityDragon
- AnnotationUtils - Class in org.apache.commons.lang3
-
Helper methods for working with
Annotation
instances. - AnnotationUtils() - Constructor for class org.apache.commons.lang3.AnnotationUtils
-
AnnotationUtils
instances should NOT be constructed in standard programming. - anvil - Static variable in class net.minecraft.block.material.Material
- anvil - Static variable in class net.minecraft.init.Blocks
- anvil - Static variable in class net.minecraft.util.DamageSource
- Anvil(World, BlockPos) - Constructor for class net.minecraft.block.BlockAnvil.Anvil
- AnvilConverterException - Exception in net.minecraft.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- AnvilConverterException(String) - Constructor for exception net.minecraft.client.AnvilConverterException
- any(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
-
Returns
true
if any element initerable
satisfies the predicate. - any(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
-
Returns
true
if one or more elements returned byiterator
satisfy the given predicate. - ANY - Static variable in class com.google.common.base.CharMatcher
-
Matches any character.
- ANY_SAMPLES_PASSED - Static variable in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- ANY_VALUE - net.minecraft.world.GameRules.ValueType
- anyMatch(Predicate<? super E>) - Method in class com.google.common.collect.FluentIterable
-
Returns
true
if any element in this fluent iterable satisfies the predicate. - anyMatch(FailablePredicate<O, ?>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
-
Returns whether any elements of this stream match the provided predicate.
- anyMatch(Functions.FailablePredicate<O, ?>) - Method in class org.apache.commons.lang3.Streams.FailableStream
-
Deprecated.Returns whether any elements of this stream match the provided predicate.
- anyNotNull(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Checks if any value in the given array is not
null
. - anyNull(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Checks if any value in the given array is
null
. - anyOf(CharSequence) - Static method in class com.google.common.base.CharMatcher
-
Returns a
char
matcher that matches any character present in the given character sequence. - append(boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
aboolean
value. - append(boolean) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a boolean value to the string builder.
- append(boolean[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
aboolean
array. - append(byte) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
abyte
value. - append(byte[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
abyte
array. - append(char) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
achar
value. - append(char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a char value to the string builder.
- append(char[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
achar
array. - append(char[]) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a char array to the string builder.
- append(char[], int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a char array to the string builder.
- append(double) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
adouble
value. - append(double) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a double value to the string builder using
String.valueOf
. - append(double[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
adouble
array. - append(float) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
afloat
value. - append(float) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a float value to the string builder using
String.valueOf
. - append(float[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
afloat
array. - append(int) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anint
value. - append(int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an int value to the string builder using
String.valueOf
. - append(int) - Method in class org.json.JSONPointer.Builder
-
Adds an integer to the reference token list.
- append(int[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anint
array. - append(long) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
along
value. - append(long) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a long value to the string builder using
String.valueOf
. - append(long[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
along
array. - append(short) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
ashort
value. - append(short[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
ashort
array. - append(CharSequence) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a CharSequence to this string builder.
- append(CharSequence, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends part of a CharSequence to this string builder.
- append(CharSequence, Formatter, int, int, int) - Static method in class org.apache.commons.lang3.text.FormattableUtils
-
Deprecated.Handles the common
Formattable
operations of truncate-pad-append, with no ellipsis on precision overflow, and padding width underflow with spaces. - append(CharSequence, Formatter, int, int, int, char) - Static method in class org.apache.commons.lang3.text.FormattableUtils
-
Deprecated.Handles the common
Formattable
operations of truncate-pad-append, with no ellipsis on precision overflow. - append(CharSequence, Formatter, int, int, int, char, CharSequence) - Static method in class org.apache.commons.lang3.text.FormattableUtils
-
Deprecated.Handles the common
Formattable
operations of truncate-pad-append. - append(CharSequence, Formatter, int, int, int, CharSequence) - Static method in class org.apache.commons.lang3.text.FormattableUtils
-
Deprecated.Handles the common
Formattable
operations of truncate-pad-append, padding width underflow with spaces. - append(Object) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anObject
value. - append(Object) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an object to this string builder.
- append(Object[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anObject
array. - append(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a string to this string builder.
- append(String) - Method in class org.json.JSONPointer.Builder
-
Adds an arbitrary token to the list of reference tokens.
- append(StringBuffer) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a string buffer to this string builder.
- append(StringBuffer, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends part of a string buffer to this string builder.
- append(StringBuffer, String, boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
aboolean
value. - append(StringBuffer, String, boolean[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
aboolean
array. - append(StringBuffer, String, byte) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
abyte
value. - append(StringBuffer, String, byte[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
abyte
array. - append(StringBuffer, String, char) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
achar
value. - append(StringBuffer, String, char[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
achar
array. - append(StringBuffer, String, double) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
adouble
value. - append(StringBuffer, String, double[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
adouble
array. - append(StringBuffer, String, float) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
afloat
value. - append(StringBuffer, String, float[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
afloat
array. - append(StringBuffer, String, int) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
anint
value. - append(StringBuffer, String, int[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
anint
array. - append(StringBuffer, String, long) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
along
value. - append(StringBuffer, String, long[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
along
array. - append(StringBuffer, String, short) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
ashort
value. - append(StringBuffer, String, short[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
ashort
array. - append(StringBuffer, String, Object[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
anObject
array. - append(StringBuffer, String, Object, Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
anObject
value, printing the fulltoString
of theObject
passed in. - append(StringBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a StringBuilder to this string builder.
- append(StringBuilder, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends part of a StringBuilder to this string builder.
- append(String, boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
aboolean
value. - append(String, boolean[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
aboolean
array. - append(String, boolean[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
aboolean
array. - append(String, byte) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anbyte
value. - append(String, byte[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
abyte
array. - append(String, byte[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
abyte
array. - append(String, char) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
achar
value. - append(String, char[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
achar
array. - append(String, char[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
achar
array. - append(String, double) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
adouble
value. - append(String, double[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
adouble
array. - append(String, double[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
adouble
array. - append(String, float) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anfloat
value. - append(String, float[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
afloat
array. - append(String, float[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
afloat
array. - append(String, int) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anint
value. - append(String, int[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anint
array. - append(String, int[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anint
array. - append(String, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends part of a string to this string builder.
- append(String, long) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
along
value. - append(String, long[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
along
array. - append(String, long[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
along
array. - append(String, short) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anshort
value. - append(String, short[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
ashort
array. - append(String, short[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
ashort
array. - append(String, Object) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anObject
value. - append(String, Object) - Method in class org.json.JSONObject
-
Append values to the array under a key.
- append(String, Object[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anObject
array. - append(String, Object...) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Calls
String.format(String, Object...)
and appends the result. - append(String, Object[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anObject
array. - append(String, Object, boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the
toString
anObject
value. - append(CharBuffer) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends the contents of a char buffer to this string builder.
- append(CharBuffer, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends the contents of a char buffer to this string builder.
- append(StrBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends another string builder to this string builder.
- append(StrBuilder, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends part of a string builder to this string builder.
- APPEND - com.google.common.io.FileWriteMode
-
Specifies that writes to the opened file should append to the end of the file.
- appendAll(Iterable<?>) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends each item in an iterable to the builder without any separators.
- appendAll(Iterator<?>) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends each item in an iterator to the builder without any separators.
- appendAll(T...) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends each item in an array to the builder without any separators.
- appendAsObjectToString(Object) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Appends with the same format as the default
Object toString()
method. - appendBoldQuad(int, int, int, int, int, boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.InstancedFontRenderer
- appendClassName(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the class name. - appendContentEnd(StringBuffer) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the content end. - appendContentStart(StringBuffer) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the content start. - appendCyclicObject(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
anObject
value that has been detected to participate in a cycle. - appendDetail(StringBuffer, String, boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
aboolean
value. - appendDetail(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the detail of aboolean
array. - appendDetail(StringBuffer, String, byte) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
abyte
value. - appendDetail(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the detail of abyte
array. - appendDetail(StringBuffer, String, char) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
achar
value. - appendDetail(StringBuffer, String, char[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the detail of achar
array. - appendDetail(StringBuffer, String, double) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
adouble
value. - appendDetail(StringBuffer, String, double[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the detail of adouble
array. - appendDetail(StringBuffer, String, float) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
afloat
value. - appendDetail(StringBuffer, String, float[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the detail of afloat
array. - appendDetail(StringBuffer, String, int) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
anint
value. - appendDetail(StringBuffer, String, int[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the detail of anint
array. - appendDetail(StringBuffer, String, int, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the detail of anObject
array item. - appendDetail(StringBuffer, String, long) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
along
value. - appendDetail(StringBuffer, String, long[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the detail of along
array. - appendDetail(StringBuffer, String, short) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
ashort
value. - appendDetail(StringBuffer, String, short[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the detail of ashort
array. - appendDetail(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
anObject
value, printing the full detail of theObject
. - appendDetail(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the detail of anObject
array. - appendDetail(StringBuffer, String, Collection<?>) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
aCollection
. - appendDetail(StringBuffer, String, Map<?, ?>) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
aMap
. - appendEnd(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the end of data indicator. - appendFieldEnd(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the field end. - appendFieldSeparator(StringBuffer) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the field separator. - appendFieldStart(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the field start. - appendFixedWidthPadLeft(int, int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an object to the builder padding on the left to a fixed width.
- appendFixedWidthPadLeft(Object, int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an object to the builder padding on the left to a fixed width.
- appendFixedWidthPadRight(int, int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an object to the builder padding on the right to a fixed length.
- appendFixedWidthPadRight(Object, int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an object to the builder padding on the right to a fixed length.
- appendIdentityHashCode(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append the
System.identityHashCode(java.lang.Object)
. - appendInternal(StringBuffer, String, Object, boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
anObject
, correctly interpreting its type. - appendln(boolean) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a boolean value followed by a new line to the string builder.
- appendln(char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a char value followed by a new line to the string builder.
- appendln(char[]) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a char array followed by a new line to the string builder.
- appendln(char[], int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a char array followed by a new line to the string builder.
- appendln(double) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a double value followed by a new line to the string builder using
String.valueOf
. - appendln(float) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a float value followed by a new line to the string builder using
String.valueOf
. - appendln(int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an int value followed by a new line to the string builder using
String.valueOf
. - appendln(long) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a long value followed by a new line to the string builder using
String.valueOf
. - appendln(Object) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an object followed by a new line to this string builder.
- appendln(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a string followed by a new line to this string builder.
- appendln(StringBuffer) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a string buffer followed by a new line to this string builder.
- appendln(StringBuffer, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends part of a string buffer followed by a new line to this string builder.
- appendln(StringBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a string builder followed by a new line to this string builder.
- appendln(StringBuilder, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends part of a string builder followed by a new line to this string builder.
- appendln(String, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends part of a string followed by a new line to this string builder.
- appendln(String, Object...) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Calls
String.format(String, Object...)
and appends the result. - appendln(StrBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends another string builder followed by a new line to this string builder.
- appendln(StrBuilder, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends part of a string builder followed by a new line to this string builder.
- appendNewLine() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends the new line string to this string builder.
- appendNull() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends the text representing
null
to this string builder. - appendNullText(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
an indicator fornull
. - appendPadding(int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends the pad character to the builder the specified number of times.
- appendParticle(float, float, float, int, int, int, int, int, int, float, float, float, float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.InstancedParticleRenderer
- appendParticle(float, float, float, int, int, int, int, int, int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.InstancedParticleRenderer
- appendQuad(int, int, int, int, int, boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.InstancedFontRenderer
- appendSeparator(char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a separator if the builder is currently non-empty.
- appendSeparator(char, char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Append one of both separators to the builder If the builder is currently empty it will append the defaultIfEmpty-separator Otherwise it will append the standard-separator The separator is appended using
StrBuilder.append(char)
. - appendSeparator(char, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a separator to the builder if the loop index is greater than zero.
- appendSeparator(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a separator if the builder is currently non-empty.
- appendSeparator(String, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends a separator to the builder if the loop index is greater than zero.
- appendSeparator(String, String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends one of both separators to the StrBuilder.
- appendSibling(IChatComponent) - Method in class net.minecraft.util.ChatComponentStyle
-
+ Appends the given component to the end of this one.
- appendSibling(IChatComponent) - Method in interface net.minecraft.util.IChatComponent
-
+ Appends the given component to the end of this one.
- appendStart(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the start of data indicator. - appendSummary(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
a summary of aboolean
array. - appendSummary(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
a summary of abyte
array. - appendSummary(StringBuffer, String, char[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
a summary of achar
array. - appendSummary(StringBuffer, String, double[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
a summary of adouble
array. - appendSummary(StringBuffer, String, float[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
a summary of afloat
array. - appendSummary(StringBuffer, String, int[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
a summary of anint
array. - appendSummary(StringBuffer, String, long[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
a summary of along
array. - appendSummary(StringBuffer, String, short[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
a summary of ashort
array. - appendSummary(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
anObject
value, printing a summary of theObject
. - appendSummary(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
a summary of anObject
array. - appendSummarySize(StringBuffer, String, int) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
a size summary. - appendSuper(String) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append the
toString
from the superclass. - appendSuper(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
the superclass toString. - appendTag(NBTBase) - Method in class net.minecraft.nbt.NBTTagList
-
+ Adds the provided tag to the end of the list.
- appendText(String) - Method in class net.minecraft.util.ChatComponentStyle
-
+ Appends the given text to the end of this component.
- appendText(String) - Method in interface net.minecraft.util.IChatComponent
-
+ Appends the given text to the end of this component.
- appendTo(A, Iterable<?>) - Method in class com.google.common.base.Joiner
-
Appends the string representation of each of
parts
, using the previously configured separator between each, toappendable
. - appendTo(A, Iterable<? extends Map.Entry<?, ?>>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Appends the string representation of each entry in
entries
, using the previously configured separator and key-value separator, toappendable
. - appendTo(A, Object[]) - Method in class com.google.common.base.Joiner
-
Appends the string representation of each of
parts
, using the previously configured separator between each, toappendable
. - appendTo(A, Object, Object, Object...) - Method in class com.google.common.base.Joiner
-
Appends to
appendable
the string representation of each of the remaining arguments. - appendTo(A, Iterator<?>) - Method in class com.google.common.base.Joiner
-
Appends the string representation of each of
parts
, using the previously configured separator between each, toappendable
. - appendTo(A, Iterator<? extends Map.Entry<?, ?>>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Appends the string representation of each entry in
entries
, using the previously configured separator and key-value separator, toappendable
. - appendTo(A, Map<?, ?>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Appends the string representation of each entry of
map
, using the previously configured separator and key-value separator, toappendable
. - appendTo(Appendable) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends current contents of this
StrBuilder
to the providedAppendable
. - appendTo(StringBuilder, Iterable<?>) - Method in class com.google.common.base.Joiner
-
Appends the string representation of each of
parts
, using the previously configured separator between each, tobuilder
. - appendTo(StringBuilder, Iterable<? extends Map.Entry<?, ?>>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Appends the string representation of each entry in
entries
, using the previously configured separator and key-value separator, tobuilder
. - appendTo(StringBuilder, Object[]) - Method in class com.google.common.base.Joiner
-
Appends the string representation of each of
parts
, using the previously configured separator between each, tobuilder
. - appendTo(StringBuilder, Object, Object, Object...) - Method in class com.google.common.base.Joiner
-
Appends to
builder
the string representation of each of the remaining arguments. - appendTo(StringBuilder, Iterator<?>) - Method in class com.google.common.base.Joiner
-
Appends the string representation of each of
parts
, using the previously configured separator between each, tobuilder
. - appendTo(StringBuilder, Iterator<? extends Map.Entry<?, ?>>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Appends the string representation of each entry in
entries
, using the previously configured separator and key-value separator, tobuilder
. - appendTo(StringBuilder, Map<?, ?>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Appends the string representation of each entry of
map
, using the previously configured separator and key-value separator, tobuilder
. - appendToString(String) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append the
toString
from another object. - appendToString(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the
toString
another toString. - appendToStringBuilder(StringBuilder) - Method in class net.minecraft.crash.CrashReportCategory
- appendWithSeparators(Iterable<?>, String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an iterable placing separators between each value, but not before the first or after the last.
- appendWithSeparators(Object[], String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an array placing separators between each value, but not before the first or after the last.
- appendWithSeparators(Iterator<?>, String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Appends an iterator placing separators between each value, but not before the first or after the last.
- apple - Static variable in class net.minecraft.init.Items
- applicableTo() - Method in annotation type javax.annotation.meta.TypeQualifier
-
Describes the kinds of values the qualifier can be applied to.
- APPLICATION - javax.annotation.Resource.AuthenticationType
- apply(double) - Method in interface org.apache.commons.lang3.function.FailableDoubleFunction
-
Applies this function.
- apply(int) - Method in interface org.apache.commons.lang3.function.FailableIntFunction
-
Applies this function.
- apply(long) - Method in interface org.apache.commons.lang3.function.FailableLongFunction
-
Applies this function.
- apply(A) - Method in class com.google.common.base.Converter
-
Deprecated.Provided to satisfy the
Function
interface; useConverter.convert(A)
instead. - apply(C) - Method in class com.google.common.collect.Range
-
Deprecated.Provided only to satisfy the
Predicate
interface; useRange.contains(C)
instead. - apply(F) - Method in interface com.google.common.base.Function
-
Returns the result of applying this function to
input
. - apply(I) - Method in interface org.apache.commons.lang3.Functions.FailableFunction
-
Deprecated.Applies this function.
- apply(Character) - Method in class com.google.common.base.CharMatcher
-
Deprecated.Provided only to satisfy the
Predicate
interface; useCharMatcher.matches(char)
instead. - apply(IBlockState) - Method in class net.minecraft.block.state.pattern.BlockHelper
- apply(IBlockState) - Method in class net.minecraft.block.state.pattern.BlockStateHelper
- apply(Entity) - Method in class net.minecraft.util.EntitySelectors.ArmoredMob
- apply(EnumFacing) - Method in enum net.minecraft.util.EnumFacing.Axis
- apply(EnumFacing) - Method in enum net.minecraft.util.EnumFacing.Plane
- apply(O1, O2) - Method in interface org.apache.commons.lang3.Functions.FailableBiFunction
-
Deprecated.Applies this function.
- apply(FailableBiFunction<T, U, R, E>, T, U) - Static method in class org.apache.commons.lang3.function.Failable
-
Applies a function and rethrows any exception as a
RuntimeException
. - apply(FailableFunction<T, R, E>, T) - Static method in class org.apache.commons.lang3.function.Failable
-
Applies a function and rethrows any exception as a
RuntimeException
. - apply(Functions.FailableBiFunction<O1, O2, O, T>, O1, O2) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Applies a function and rethrows any exception as a
RuntimeException
. - apply(Functions.FailableFunction<I, O, T>, I) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Applies a function and rethrows any exception as a
RuntimeException
. - apply(T) - Method in interface com.google.common.base.Predicate
-
Returns the result of applying this predicate to
input
. - apply(T) - Method in class com.google.common.hash.BloomFilter
-
Deprecated.Provided only to satisfy the
Predicate
interface; useBloomFilter.mightContain(T)
instead. - apply(T) - Method in interface org.apache.commons.lang3.function.FailableFunction
-
Applies this function.
- apply(T, U) - Method in interface org.apache.commons.lang3.function.FailableBiFunction
-
Applies this function.
- apply(T, U, V) - Method in interface org.apache.commons.lang3.function.TriFunction
-
Applies this function to the given arguments.
- applyArmorCalculations(DamageSource, float) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Reduces damage, depending on armor
- applyArthropodEnchantments(EntityLivingBase, Entity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
- applyAsBoolean(T, U) - Method in interface org.apache.commons.lang3.function.ToBooleanBiFunction
-
Applies this function to the given arguments.
- applyAsDouble(double) - Method in interface org.apache.commons.lang3.function.FailableDoubleUnaryOperator
-
Applies this operator to the given operand.
- applyAsDouble(double, double) - Method in interface org.apache.commons.lang3.function.FailableDoubleBinaryOperator
-
Applies this operator to the given operands.
- applyAsDouble(int) - Method in interface org.apache.commons.lang3.function.FailableIntToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(long) - Method in interface org.apache.commons.lang3.function.FailableLongToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(FailableDoubleBinaryOperator<E>, double, double) - Static method in class org.apache.commons.lang3.function.Failable
-
Applies a function and rethrows any exception as a
RuntimeException
. - applyAsDouble(T) - Method in interface org.apache.commons.lang3.function.FailableToDoubleFunction
-
Applies this function to the given arguments.
- applyAsDouble(T, U) - Method in interface org.apache.commons.lang3.function.FailableToDoubleBiFunction
-
Applies this function to the given arguments.
- applyAsInt(double) - Method in interface org.apache.commons.lang3.function.FailableDoubleToIntFunction
-
Applies this function to the given argument.
- applyAsInt(int) - Method in interface org.apache.commons.lang3.function.FailableIntUnaryOperator
-
Applies this operator to the given operand.
- applyAsInt(int, int) - Method in interface org.apache.commons.lang3.function.FailableIntBinaryOperator
-
Applies this operator to the given operands.
- applyAsInt(long) - Method in interface org.apache.commons.lang3.function.FailableLongToIntFunction
-
Applies this function to the given argument.
- applyAsInt(T) - Method in interface org.apache.commons.lang3.function.FailableToIntFunction
-
Applies this function to the given arguments.
- applyAsInt(T, U) - Method in interface org.apache.commons.lang3.function.FailableToIntBiFunction
-
Applies this function to the given arguments.
- applyAsLong(double) - Method in interface org.apache.commons.lang3.function.FailableDoubleToLongFunction
-
Applies this function to the given argument.
- applyAsLong(int) - Method in interface org.apache.commons.lang3.function.FailableIntToLongFunction
-
Applies this function to the given argument.
- applyAsLong(long) - Method in interface org.apache.commons.lang3.function.FailableLongUnaryOperator
-
Applies this operator to the given operand.
- applyAsLong(long, long) - Method in interface org.apache.commons.lang3.function.FailableLongBinaryOperator
-
Applies this operator to the given operands.
- applyAsLong(T) - Method in interface org.apache.commons.lang3.function.FailableToLongFunction
-
Applies this function to the given arguments.
- applyAsLong(T, U) - Method in interface org.apache.commons.lang3.function.FailableToLongBiFunction
-
Applies this function to the given arguments.
- applyAttributeModifiers(Multimap<String, AttributeModifier>) - Method in class net.minecraft.entity.ai.attributes.BaseAttributeMap
- applyAttributesModifiersToEntity(EntityLivingBase, BaseAttributeMap, int) - Method in class net.minecraft.potion.Potion
- applyAttributesModifiersToEntity(EntityLivingBase, BaseAttributeMap, int) - Method in class net.minecraft.potion.PotionAbsorption
- applyBonemeal(ItemStack, World, BlockPos) - Static method in class net.minecraft.item.ItemDye
- applyDrag() - Method in class net.minecraft.entity.item.EntityMinecart
- applyDrag() - Method in class net.minecraft.entity.item.EntityMinecartContainer
- applyDrag() - Method in class net.minecraft.entity.item.EntityMinecartFurnace
- applyEnchantments(EntityLivingBase, Entity) - Method in class net.minecraft.entity.Entity
- applyEntityAttributes() - Method in class net.minecraft.entity.boss.EntityDragon
- applyEntityAttributes() - Method in class net.minecraft.entity.boss.EntityWither
- applyEntityAttributes() - Method in class net.minecraft.entity.EntityLiving
- applyEntityAttributes() - Method in class net.minecraft.entity.EntityLivingBase
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityBlaze
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityCaveSpider
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityCreeper
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityEnderman
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityEndermite
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityGhast
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityGiantZombie
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityGuardian
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityIronGolem
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityMagmaCube
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityMob
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityPigZombie
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntitySilverfish
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntitySkeleton
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntitySnowman
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntitySpider
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityWitch
- applyEntityAttributes() - Method in class net.minecraft.entity.monster.EntityZombie
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntityBat
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntityChicken
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntityCow
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntityHorse
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntityOcelot
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntityPig
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntityRabbit
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntitySheep
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntitySquid
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntityVillager
- applyEntityAttributes() - Method in class net.minecraft.entity.passive.EntityWolf
- applyEntityAttributes() - Method in class net.minecraft.entity.player.EntityPlayer
- applyEntityCollision(Entity) - Method in class net.minecraft.entity.Entity
-
+ Applies a velocity to each of the entities pushing them away from each other.
- applyEntityCollision(Entity) - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Applies a velocity to each of the entities pushing them away from each other.
- applyEntityCollision(Entity) - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Applies a velocity to each of the entities pushing them away from each other.
- applyHeadBounds(IBlockState) - Method in class net.minecraft.block.BlockPistonExtension
- applyIngredient(int, String) - Static method in class net.minecraft.potion.PotionHelper
-
+ Returns the new potion damage value after the specified ingredient info is applied to the specified potion.
- applyModifier(AttributeModifier) - Method in interface net.minecraft.entity.ai.attributes.IAttributeInstance
- applyModifier(AttributeModifier) - Method in class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
- applyPattern(String) - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.Apply the specified pattern.
- applyPotionDamageCalculations(DamageSource, float) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Reduces damage, depending on potions
- applyPotionDamageCalculations(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityWitch
-
+ Reduces damage, depending on potions
- applyRules(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Deprecated.
- applyRules(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
Deprecated.
- applyThornEnchantments(EntityLivingBase, Entity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
- applyTransform(ItemCameraTransforms.TransformType) - Method in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- appMain(String[]) - Static method in class net.minecraft.client.main.Main
- AQUA - net.minecraft.util.EnumChatFormatting
- aquaAffinity - Static variable in class net.minecraft.enchantment.Enchantment
-
+ Increases underwater mining rate
- ArchUtils - Class in org.apache.commons.lang3
-
An utility class for the os.arch System Property.
- ArchUtils() - Constructor for class org.apache.commons.lang3.ArchUtils
- areCommandsAllowed() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns true if commands are allowed on this World.
- areCommandsAllowed() - Method in class net.minecraft.world.WorldSettings
-
+ Returns true if Commands (cheats) are allowed.
- areEqual() - Method in interface com.google.common.collect.MapDifference
-
Returns
true
if there are no differences between the two maps; that is, if the maps are equal. - areItemsEqual(ItemStack, ItemStack) - Static method in class net.minecraft.item.ItemStack
-
+ Compares Item and damage value of the two stacks
- areItemStacksEqual(ItemStack, ItemStack) - Static method in class net.minecraft.item.ItemStack
-
+ compares ItemStack argument1 with ItemStack argument2; returns true if both ItemStacks are equal
- areItemStackTagsEqual(ItemStack, ItemStack) - Static method in class net.minecraft.item.ItemStack
- areKeysLocked() - Method in class net.minecraft.client.Minecraft
- areSameType(String, GameRules.ValueType) - Method in class net.minecraft.world.GameRules
- ARMOR - net.minecraft.enchantment.EnumEnchantmentType
- ARMOR_FEET - net.minecraft.enchantment.EnumEnchantmentType
- ARMOR_HEAD - net.minecraft.enchantment.EnumEnchantmentType
- ARMOR_LEGS - net.minecraft.enchantment.EnumEnchantmentType
- armor_stand - Static variable in class net.minecraft.init.Items
- ARMOR_TORSO - net.minecraft.enchantment.EnumEnchantmentType
- ArmoredMob(ItemStack) - Constructor for class net.minecraft.util.EntitySelectors.ArmoredMob
- armorInventory - Variable in class net.minecraft.entity.player.InventoryPlayer
-
+ An array of 4 item stacks containing the currently worn armor pieces.
- armorItemInSlot(int) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ returns a player armor item (as itemstack) contained in specified armor slot.
- ArmorStandRenderer - Class in net.minecraft.client.renderer.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ArmorStandRenderer(RenderManager) - Constructor for class net.minecraft.client.renderer.entity.ArmorStandRenderer
- armorType - Variable in class net.minecraft.item.ItemArmor
- array() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- array() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- array() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- array() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- array() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- array() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns the backing byte array of this buffer.
- array() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- array() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- array() - Method in class net.minecraft.network.PacketBuffer
- array() - Method in class org.json.JSONWriter
-
Begin appending a new array.
- ArrayBasedCharEscaper - Class in com.google.common.escape
-
A
CharEscaper
that uses an array to quickly look up replacement characters for a givenchar
value. - ArrayBasedCharEscaper(ArrayBasedEscaperMap, char, char) - Constructor for class com.google.common.escape.ArrayBasedCharEscaper
-
Creates a new ArrayBasedCharEscaper instance with the given replacement map and specified safe range.
- ArrayBasedCharEscaper(Map<Character, String>, char, char) - Constructor for class com.google.common.escape.ArrayBasedCharEscaper
-
Creates a new ArrayBasedCharEscaper instance with the given replacement map and specified safe range.
- ArrayBasedEscaperMap - Class in com.google.common.escape
-
An implementation-specific parameter class suitable for initializing
ArrayBasedCharEscaper
orArrayBasedUnicodeEscaper
instances. - ArrayBasedUnicodeEscaper - Class in com.google.common.escape
-
A
UnicodeEscaper
that uses an array to quickly look up replacement characters for a given code point. - ArrayBasedUnicodeEscaper(ArrayBasedEscaperMap, int, int, String) - Constructor for class com.google.common.escape.ArrayBasedUnicodeEscaper
-
Creates a new ArrayBasedUnicodeEscaper instance with the given replacement map and specified safe range.
- ArrayBasedUnicodeEscaper(Map<Character, String>, int, int, String) - Constructor for class com.google.common.escape.ArrayBasedUnicodeEscaper
-
Creates a new ArrayBasedUnicodeEscaper instance with the given replacement map and specified safe range.
- ArrayBufferInputStream - Class in net.lax1dude.eaglercraft.v1_8.internal.teavm
-
Copyright (c) 2022-2023 LAX1DUDE.
- ArrayBufferInputStream(ArrayBuffer) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.teavm.ArrayBufferInputStream
- ArrayBufferInputStream(ArrayBuffer, int, int) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.teavm.ArrayBufferInputStream
- arrayBufferToBytes(ArrayBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMUtils
- ArrayCollector(Class<O>) - Constructor for class org.apache.commons.lang3.stream.Streams.ArrayCollector
-
Constructs a new instance for the given element type.
- ArrayCollector(Class<O>) - Constructor for class org.apache.commons.lang3.Streams.ArrayCollector
-
Deprecated.Constructs a new instance for the given element type.
- ArrayListMultimap<K,V> - Class in com.google.common.collect
-
Implementation of
Multimap
that uses anArrayList
to store the values for a given key. - arrayListValues() - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
-
Uses an
ArrayList
to store value collections. - arrayListValues(int) - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
-
Uses an
ArrayList
to store value collections, initialized to expect the specified number of values per key. - arrayOffset() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- arrayOffset() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- arrayOffset() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- arrayOffset() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- arrayOffset() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- arrayOffset() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- arrayOffset() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns the offset of the first byte within the backing byte array of this buffer.
- arrayOffset() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- arrayOffset() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- arrayOffset() - Method in class net.minecraft.network.PacketBuffer
- ArraySorter - Class in org.apache.commons.lang3
-
Sorts and returns arrays in the fluent style.
- ArraySorter() - Constructor for class org.apache.commons.lang3.ArraySorter
- ArrayTable<R,C,V> - Class in com.google.common.collect
-
Fixed-size
Table
implementation backed by a two-dimensional array. - ArrayUtils - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- ArrayUtils() - Constructor for class net.lax1dude.eaglercraft.v1_8.ArrayUtils
- arrow - Static variable in class net.minecraft.init.Items
- arrowHitTimer - Variable in class net.minecraft.entity.EntityLivingBase
- arrowShake - Variable in class net.minecraft.entity.projectile.EntityArrow
- art - Variable in class net.minecraft.entity.item.EntityPainting
- ARTHROPOD - net.minecraft.entity.EnumCreatureAttribute
- asBiConsumer(FailableBiConsumer<T, U, ?>) - Static method in class org.apache.commons.lang3.function.Failable
-
Converts the given
FailableBiConsumer
into a standardBiConsumer
. - asBiConsumer(Functions.FailableBiConsumer<O1, O2, ?>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Converts the given
Functions.FailableBiConsumer
into a standardBiConsumer
. - asBiFunction(FailableBiFunction<T, U, R, ?>) - Static method in class org.apache.commons.lang3.function.Failable
-
Converts the given
FailableBiFunction
into a standardBiFunction
. - asBiFunction(Functions.FailableBiFunction<O1, O2, O, ?>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Converts the given
Functions.FailableBiFunction
into a standardBiFunction
. - asBiPredicate(FailableBiPredicate<T, U, ?>) - Static method in class org.apache.commons.lang3.function.Failable
-
Converts the given
FailableBiPredicate
into a standardBiPredicate
. - asBiPredicate(Functions.FailableBiPredicate<O1, O2, ?>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Converts the given
Functions.FailableBiPredicate
into a standardBiPredicate
. - asBytes() - Method in class com.google.common.hash.HashCode
-
Returns the value of this hash code as a byte array.
- asByteSink(OutputSupplier<? extends OutputStream>) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Convert all
OutputSupplier<? extends OutputStream>
implementations to extendByteSink
or provide a method for viewing the object as aByteSink
. This method is scheduled for removal in Guava 18.0. - asByteSource(InputSupplier<? extends InputStream>) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Convert all
InputSupplier<? extends InputStream>
implementations to extendByteSource
or provide a method for viewing the object as aByteSource
. This method is scheduled for removal in Guava 18.0. - asByteSource(URL) - Static method in class com.google.common.io.Resources
-
Returns a
ByteSource
that reads from the given URL. - asCallable(FailableCallable<V, ?>) - Static method in class org.apache.commons.lang3.function.Failable
-
Converts the given
FailableCallable
into a standardCallable
. - asCallable(Functions.FailableCallable<O, ?>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Converts the given
Functions.FailableCallable
into a standardCallable
. - ASCENDING_EAST - net.minecraft.block.BlockRailBase.EnumRailDirection
- ASCENDING_NORTH - net.minecraft.block.BlockRailBase.EnumRailDirection
- ASCENDING_SOUTH - net.minecraft.block.BlockRailBase.EnumRailDirection
- ASCENDING_WEST - net.minecraft.block.BlockRailBase.EnumRailDirection
- asCharSink(OutputSupplier<? extends Appendable>) - Static method in class com.google.common.io.CharStreams
-
Deprecated.Convert all
OutputSupplier<? extends Appendable>
implementations to extendCharSink
or provide a method for viewing the object as aCharSink
. This method is scheduled for removal in Guava 18.0. - asCharSink(Charset) - Method in class com.google.common.io.ByteSink
-
Returns a
CharSink
view of thisByteSink
that writes characters to this sink as bytes encoded with the givencharset
. - asCharSource(InputSupplier<? extends Readable>) - Static method in class com.google.common.io.CharStreams
-
Deprecated.Convert all
InputSupplier<? extends Readable>
implementations to extendCharSource
or provide a method for viewing the object as aCharSource
. This method is scheduled for removal in Guava 18.0. - asCharSource(URL, Charset) - Static method in class com.google.common.io.Resources
-
Returns a
CharSource
that reads from the given URL using the given character set. - asCharSource(Charset) - Method in class com.google.common.io.ByteSource
-
Returns a
CharSource
view of this byte source that decodes bytes read from this source as characters using the givenCharset
. - Ascii - Class in com.google.common.base
-
Static methods pertaining to ASCII characters (those in the range of values
0x00
through0x7F
), and to strings containing such characters. - ASCII - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is ASCII, meaning that its code point is less than 128.
- ASCII_ALPHA - Static variable in class org.apache.commons.lang3.CharSet
-
A CharSet defining ASCII alphabetic characters "a-zA-Z".
- ASCII_ALPHA_LOWER - Static variable in class org.apache.commons.lang3.CharSet
-
A CharSet defining ASCII alphabetic characters "a-z".
- ASCII_ALPHA_UPPER - Static variable in class org.apache.commons.lang3.CharSet
-
A CharSet defining ASCII alphabetic characters "A-Z".
- ASCII_NUMERIC - Static variable in class org.apache.commons.lang3.CharSet
-
A CharSet defining ASCII alphabetic characters "0-9".
- asciiString(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.ArrayUtils
- asciiString(String) - Static method in class net.lax1dude.eaglercraft.v1_8.ArrayUtils
- asConsumer(FailableConsumer<T, ?>) - Static method in class org.apache.commons.lang3.function.Failable
-
Converts the given
FailableConsumer
into a standardConsumer
. - asConsumer(Functions.FailableConsumer<I, ?>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Converts the given
Functions.FailableConsumer
into a standardConsumer
. - asConverter(BiMap<A, B>) - Static method in class com.google.common.collect.Maps
-
Returns a
Converter
that converts values usingbimap.get()
, and whose inverse view converts values usingbimap.inverse()
.get()
. - asEnumeration(Iterator<T>) - Static method in class com.google.common.collect.Iterators
-
Adapts an
Iterator
to theEnumeration
interface. - asFloatBuffer() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- asFloatBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- asFunction() - Method in class com.google.common.escape.Escaper
-
Returns a
Function
that invokesEscaper.escape(String)
on this escaper. - asFunction(FailableFunction<T, R, ?>) - Static method in class org.apache.commons.lang3.function.Failable
-
Converts the given
FailableFunction
into a standardFunction
. - asFunction(Functions.FailableFunction<I, O, ?>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Converts the given
Functions.FailableFunction
into a standardFunction
. - asInt() - Method in class com.google.common.hash.HashCode
-
Returns the first four bytes of this hashcode's bytes, converted to an
int
value in little-endian order. - asIntBuffer() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- asIntBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- asList() - Method in class com.google.common.collect.ImmutableCollection
-
Returns a list view of the collection.
- asList() - Method in class com.google.common.collect.ImmutableList
-
Returns this list instance.
- asList(boolean...) - Static method in class com.google.common.primitives.Booleans
-
Returns a fixed-size list backed by the specified array, similar to
Arrays.asList(Object[])
. - asList(byte...) - Static method in class com.google.common.primitives.Bytes
-
Returns a fixed-size list backed by the specified array, similar to
Arrays.asList(Object[])
. - asList(char...) - Static method in class com.google.common.primitives.Chars
-
Returns a fixed-size list backed by the specified array, similar to
Arrays.asList(Object[])
. - asList(double...) - Static method in class com.google.common.primitives.Doubles
-
Returns a fixed-size list backed by the specified array, similar to
Arrays.asList(Object[])
. - asList(float...) - Static method in class com.google.common.primitives.Floats
-
Returns a fixed-size list backed by the specified array, similar to
Arrays.asList(Object[])
. - asList(int...) - Static method in class com.google.common.primitives.Ints
-
Returns a fixed-size list backed by the specified array, similar to
Arrays.asList(Object[])
. - asList(long...) - Static method in class com.google.common.primitives.Longs
-
Returns a fixed-size list backed by the specified array, similar to
Arrays.asList(Object[])
. - asList(short...) - Static method in class com.google.common.primitives.Shorts
-
Returns a fixed-size list backed by the specified array, similar to
Arrays.asList(Object[])
. - asList(E, E[]) - Static method in class com.google.common.collect.Lists
-
Returns an unmodifiable list containing the specified first element and backed by the specified array of additional elements.
- asList(E, E, E[]) - Static method in class com.google.common.collect.Lists
-
Returns an unmodifiable list containing the specified first and second element, and backed by the specified array of additional elements.
- asLong() - Method in class com.google.common.hash.HashCode
-
Returns the first eight bytes of this hashcode's bytes, converted to a
long
value in little-endian order. - asMap() - Method in class com.google.common.collect.ForwardingMultimap
- asMap() - Method in class com.google.common.collect.ImmutableMultimap
-
Returns an immutable map that associates each key with its corresponding values in the multimap.
- asMap() - Method in interface com.google.common.collect.ListMultimap
-
Returns a view of this multimap as a
Map
from each distinct key to the nonempty collection of that key's associated values. - asMap() - Method in interface com.google.common.collect.Multimap
-
Returns a view of this multimap as a
Map
from each distinct key to the nonempty collection of that key's associated values. - asMap() - Method in interface com.google.common.collect.SetMultimap
-
Returns a view of this multimap as a
Map
from each distinct key to the nonempty collection of that key's associated values. - asMap() - Method in interface com.google.common.collect.SortedSetMultimap
-
Returns a map view that associates each key with the corresponding values in the multimap.
- asMap() - Method in class com.google.common.collect.TreeMultimap
-
Returns a map view that associates each key with the corresponding values in the multimap.
- asMap(ListMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- asMap(Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
-
Returns
multimap.asMap()
. - asMap(SetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
- asMap(SortedSetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
-
Returns
multimap.asMap()
, with its type corrected fromMap<K, Collection<V>>
toMap<K, SortedSet<V>>
. - asMap(NavigableSet<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
-
Returns a view of the navigable set as a map, mapping keys from the set according to the specified function.
- asMap(Set<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
-
Returns a live
Map
view whose keys are the contents ofset
and whose values are computed on demand usingfunction
. - asMap(SortedSet<K>, Function<? super K, V>) - Static method in class com.google.common.collect.Maps
-
Returns a view of the sorted set as a map, mapping keys from the set according to the specified function.
- asMapOfRanges() - Method in class com.google.common.collect.ImmutableRangeMap
- asMapOfRanges() - Method in interface com.google.common.collect.RangeMap
-
Returns a view of this range map as an unmodifiable
Map<Range<K>, V>
. - asMapOfRanges() - Method in class com.google.common.collect.TreeRangeMap
- asMultimap() - Method in class com.google.common.collect.ImmutableMap
-
Returns a multimap view of the map.
- asOutputStream(PrimitiveSink) - Static method in class com.google.common.hash.Funnels
-
Wraps a
PrimitiveSink
as anOutputStream
, so it is easy tofunnel
an object to aPrimitiveSink
if there is already a way to write the contents of the object to anOutputStream
. - asPredicate(FailablePredicate<T, ?>) - Static method in class org.apache.commons.lang3.function.Failable
-
Converts the given
FailablePredicate
into a standardPredicate
. - asPredicate(Functions.FailablePredicate<I, ?>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Converts the given
Functions.FailablePredicate
into a standardPredicate
. - asRanges() - Method in class com.google.common.collect.ImmutableRangeSet
- asRanges() - Method in interface com.google.common.collect.RangeSet
-
Returns a view of the disconnected ranges that make up this range set.
- asRanges() - Method in class com.google.common.collect.TreeRangeSet
- asReader() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Gets the contents of this builder as a Reader.
- asReadOnlyBuffer() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- asReadOnlyBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- asReadOnlyBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- asReadOnlyBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- asReadOnlyBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- asReadOnlyBuffer() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- asReadOnlyBuffer() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- asReadOnlyBuffer() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- asRunnable(FailableRunnable<?>) - Static method in class org.apache.commons.lang3.function.Failable
-
Converts the given
FailableRunnable
into a standardRunnable
. - asRunnable(Functions.FailableRunnable<?>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Converts the given
Functions.FailableRunnable
into a standardRunnable
. - assertNotTerminated() - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
- assertNotTerminated() - Method in class org.apache.commons.lang3.Streams.FailableStream
-
Deprecated.
- asSet() - Method in class com.google.common.base.Optional
-
Returns an immutable singleton
Set
whose only element is the contained instance if it is present; an empty immutableSet
otherwise. - asSet(DiscreteDomain<C>) - Method in class com.google.common.collect.ImmutableRangeSet
-
Returns an
ImmutableSortedSet
containing the same values in the given domain contained by this range set. - asShortBuffer() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- asShortBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- assignableFrom(Class<?>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if the class being tested is assignable from the given class. - asSupplier(FailableSupplier<T, ?>) - Static method in class org.apache.commons.lang3.function.Failable
-
Converts the given
FailableSupplier
into a standardSupplier
. - asSupplier(Functions.FailableSupplier<O, ?>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Converts the given
Functions.FailableSupplier
into a standardSupplier
. - asTokenizer() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Creates a tokenizer that can tokenize the contents of this builder.
- asWriter() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Gets this builder as a Writer that can be written to.
- asWriter(Appendable) - Static method in class com.google.common.io.CharStreams
-
Returns a Writer that sends all output to the given
Appendable
target. - AsyncHandlers() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.AsyncHandlers
- AsyncHandlers() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile.AsyncHandlers
- at(int, int) - Method in class com.google.common.collect.ArrayTable
-
Returns the value corresponding to the specified row and column indices.
- ATHLETE_ALEX - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- ATHLETE_STEVE - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- atLeast(C) - Static method in class com.google.common.collect.Range
-
Returns a range that contains all values greater than or equal to
endpoint
. - atLeast(JavaVersion) - Method in enum org.apache.commons.lang3.JavaVersion
-
Whether this version of Java is at least the version of Java passed in.
- atMost(C) - Static method in class com.google.common.collect.Range
-
Returns a range that contains all values less than or equal to
endpoint
. - atMost(JavaVersion) - Method in enum org.apache.commons.lang3.JavaVersion
-
Whether this version of Java is at most the version of Java passed in.
- ATTACHED - Static variable in class net.minecraft.block.BlockTripWire
- ATTACHED - Static variable in class net.minecraft.block.BlockTripWireHook
- attachToFence(EntityPlayer, World, BlockPos) - Static method in class net.minecraft.item.ItemLead
- ATTACK - net.minecraft.network.play.client.C02PacketUseEntity.Action
- attackDamage - Static variable in class net.minecraft.entity.SharedMonsterAttributes
- attackDragonFrom(DamageSource, float) - Method in class net.minecraft.entity.boss.EntityDragon
-
+ Provides a way to cause damage to an ender dragon.
- attackedAtYaw - Variable in class net.minecraft.entity.EntityLivingBase
- attackEntity(EntityPlayer, Entity) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
-
+ Attacks an entity
- attackEntityAsMob(Entity) - Method in class net.minecraft.entity.EntityLivingBase
- attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntityCaveSpider
- attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntityCreeper
- attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntityIronGolem
- attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntityMob
- attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntitySkeleton
- attackEntityAsMob(Entity) - Method in class net.minecraft.entity.monster.EntityZombie
- attackEntityAsMob(Entity) - Method in class net.minecraft.entity.passive.EntityOcelot
- attackEntityAsMob(Entity) - Method in class net.minecraft.entity.passive.EntityRabbit
- attackEntityAsMob(Entity) - Method in class net.minecraft.entity.passive.EntityWolf
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.boss.EntityDragon
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.boss.EntityDragonPart
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.boss.EntityWither
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.Entity
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityItem
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityItemFrame
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityMinecartTNT
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.item.EntityXPOrb
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityEnderman
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityGhast
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityMob
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityPigZombie
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.passive.EntityAnimal
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.passive.EntityRabbit
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.projectile.EntityFireball
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.projectile.EntitySmallFireball
-
+ Called when the entity is attacked.
- attackEntityFrom(DamageSource, float) - Method in class net.minecraft.entity.projectile.EntityWitherSkull
-
+ Called when the entity is attacked.
- attackEntityFromPart(EntityDragonPart, DamageSource, float) - Method in class net.minecraft.entity.boss.EntityDragon
- attackEntityFromPart(EntityDragonPart, DamageSource, float) - Method in interface net.minecraft.entity.IEntityMultiPart
- attackEntityWithRangedAttack(EntityLivingBase, float) - Method in class net.minecraft.entity.boss.EntityWither
-
+ Attack the specified entity using a ranged attack.
- attackEntityWithRangedAttack(EntityLivingBase, float) - Method in interface net.minecraft.entity.IRangedAttackMob
-
+ Attack the specified entity using a ranged attack.
- attackEntityWithRangedAttack(EntityLivingBase, float) - Method in class net.minecraft.entity.monster.EntitySkeleton
-
+ Attack the specified entity using a ranged attack.
- attackEntityWithRangedAttack(EntityLivingBase, float) - Method in class net.minecraft.entity.monster.EntitySnowman
-
+ Attack the specified entity using a ranged attack.
- attackEntityWithRangedAttack(EntityLivingBase, float) - Method in class net.minecraft.entity.monster.EntityWitch
-
+ Attack the specified entity using a ranged attack.
- attackingPlayer - Variable in class net.minecraft.entity.EntityLivingBase
- attackTargetEntityWithCurrentItem(Entity) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Attacks for the player the targeted entity with the currently equipped item.
- attemptDamageItem(int, EaglercraftRandom) - Method in class net.minecraft.item.ItemStack
-
+ Attempts to damage the ItemStack with par1 amount of damage, If the ItemStack has the Unbreaking enchantment there is a chance for each point of damage to be negated.
- attemptHandshake(Minecraft, GuiConnecting, GuiScreen, String, boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.socket.ConnectionHandshake
- attenuate() - Method in class net.minecraft.world.biome.BiomeGenBase.Height
- attenuationType - Variable in class net.minecraft.client.audio.PositionedSound
- ATTRIB_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- ATTRIB_LIGHTMAP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- ATTRIB_NORMAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- ATTRIB_TEXTURE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- attribColorEnabled - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribColorFormat - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribColorIndex - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribColorNormalized - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribColorOffset - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribColorSize - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribColorStride - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribCount - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribLightmapEnabled - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribLightmapFormat - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribLightmapIndex - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribLightmapNormalized - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribLightmapOffset - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribLightmapSize - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribLightmapStride - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribNormalEnabled - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribNormalFormat - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribNormalIndex - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribNormalNormalized - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribNormalOffset - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribNormalSize - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribNormalStride - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribPositionEnabled - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribPositionFormat - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribPositionIndex - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribPositionNormalized - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribPositionOffset - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribPositionSize - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribPositionStride - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribStride - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribTextureEnabled - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribTextureFormat - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribTextureIndex - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribTextureNormalized - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribTextureOffset - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribTextureSize - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- attribTextureStride - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- AttributeModifier - Class in net.minecraft.entity.ai.attributes
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- AttributeModifier(String, double, int) - Constructor for class net.minecraft.entity.ai.attributes.AttributeModifier
- AttributeModifier(EaglercraftUUID, String, double, int) - Constructor for class net.minecraft.entity.ai.attributes.AttributeModifier
- attributes - Variable in class net.minecraft.entity.ai.attributes.BaseAttributeMap
- attributesByName - Variable in class net.minecraft.entity.ai.attributes.BaseAttributeMap
- AUTH_METHOD_AUTHME_SHA256 - Static variable in class net.lax1dude.eaglercraft.v1_8.socket.HandshakePacketTypes
- AUTH_METHOD_EAGLER_SHA256 - Static variable in class net.lax1dude.eaglercraft.v1_8.socket.HandshakePacketTypes
- AUTH_METHOD_NONE - Static variable in class net.lax1dude.eaglercraft.v1_8.socket.HandshakePacketTypes
- AUTH_METHOD_PLAINTEXT - Static variable in class net.lax1dude.eaglercraft.v1_8.socket.HandshakePacketTypes
- AUTHENTICATION_REQUIRED - Static variable in class net.lax1dude.eaglercraft.v1_8.socket.HandshakePacketTypes
- authenticationType() - Method in annotation type javax.annotation.Resource
-
The authentication type to use for this resource.
- autocompletePlayerNames() - Method in class net.minecraft.client.gui.GuiChat
- autoIncrement(boolean) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStoreParameters
- available() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerBufferInputStream
- available() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio
- available() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.ArrayBufferInputStream
- available() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufInputStream
- availableLocaleList() - Static method in class org.apache.commons.lang3.LocaleUtils
-
Obtains an unmodifiable list of installed locales.
- availableLocaleSet() - Static method in class org.apache.commons.lang3.LocaleUtils
-
Obtains an unmodifiable set of installed locales.
- average(long[]) - Static method in class net.minecraft.util.MathHelper
- awaitRequest(IDBRequest) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile.AsyncHandlers
- awaitResponse() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- awaitResponse(long) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- awaitResponseAvailable() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- awaitResponseAvailable(long) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- awaitResponseBinary() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- awaitResponseBinary(long) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- awaitResponseBinaryAvailable() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- awaitResponseBinaryAvailable(long) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- AWT_TOOLKIT - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
awt.toolkit
System Property. - axis - Variable in class net.minecraft.client.renderer.block.model.BlockPartRotation
- AXIS - Static variable in class net.minecraft.block.BlockPortal
- AXIS - Static variable in class net.minecraft.block.BlockRotatedPillar
- AxisAlignedBB - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- AxisAlignedBB(double, double, double, double, double, double) - Constructor for class net.minecraft.util.AxisAlignedBB
- AxisAlignedBB(BlockPos, BlockPos) - Constructor for class net.minecraft.util.AxisAlignedBB
- AZTEC - net.minecraft.entity.item.EntityPainting.EnumArt
- AZTEC_2 - net.minecraft.entity.item.EntityPainting.EnumArt
B
- back() - Method in class org.json.JSONTokener
-
Back up one character.
- bakeAnimationCache() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- bakeCake - Static variable in class net.minecraft.stats.AchievementList
- baked_potato - Static variable in class net.minecraft.init.Items
- BakedQuad - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BakedQuad(int[], int, EnumFacing) - Constructor for class net.minecraft.client.renderer.block.model.BakedQuad
- baneOfArthropods - Static variable in class net.minecraft.enchantment.Enchantment
- banner - Static variable in class net.minecraft.init.Items
- bannerSlate - Variable in class net.minecraft.client.model.ModelBanner
- bannerStand - Variable in class net.minecraft.client.model.ModelBanner
- bannerTop - Variable in class net.minecraft.client.model.ModelBanner
- barrier - Static variable in class net.minecraft.block.material.Material
- barrier - Static variable in class net.minecraft.init.Blocks
- Barrier - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Barrier(World, double, double, double, Item) - Constructor for class net.minecraft.client.particle.Barrier
- BARRIER - net.minecraft.util.EnumParticleTypes
- Barrier.Factory - Class in net.minecraft.client.particle
- BASE - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- base16() - Static method in class com.google.common.io.BaseEncoding
-
The "base16" encoding specified by RFC 4648 section 8, Base 16 Encoding.
- base32() - Static method in class com.google.common.io.BaseEncoding
-
The "base32" encoding specified by RFC 4648 section 6, Base 32 Encoding.
- base32Hex() - Static method in class com.google.common.io.BaseEncoding
-
The "base32hex" encoding specified by RFC 4648 section 7, Base 32 Encoding with Extended Hex Alphabet.
- base64() - Static method in class com.google.common.io.BaseEncoding
-
The "base64" base encoding specified by RFC 4648 section 4, Base 64 Encoding.
- Base64 - Class in net.lax1dude.eaglercraft.v1_8
-
Provides Base64 encoding and decoding as defined by RFC 2045.
- Base64() - Constructor for class net.lax1dude.eaglercraft.v1_8.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(boolean) - Constructor for class net.lax1dude.eaglercraft.v1_8.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
- Base64(int) - Constructor for class net.lax1dude.eaglercraft.v1_8.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[]) - Constructor for class net.lax1dude.eaglercraft.v1_8.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[], boolean) - Constructor for class net.lax1dude.eaglercraft.v1_8.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[], boolean, BaseNCodec.CodecPolicy) - Constructor for class net.lax1dude.eaglercraft.v1_8.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- base64Url() - Static method in class com.google.common.io.BaseEncoding
-
The "base64url" encoding specified by RFC 4648 section 5, Base 64 Encoding with URL and Filename Safe Alphabet, also sometimes referred to as the "web safe Base64." (This is the same as the base 64 encoding with URL and filename safe alphabet from RFC 3548.)
- BaseAttribute - Class in net.minecraft.entity.ai.attributes
- BaseAttribute(IAttribute, String, double) - Constructor for class net.minecraft.entity.ai.attributes.BaseAttribute
- BaseAttributeMap - Class in net.minecraft.entity.ai.attributes
- BaseAttributeMap() - Constructor for class net.minecraft.entity.ai.attributes.BaseAttributeMap
- baseBiome - Variable in class net.minecraft.world.biome.BiomeGenMutated
- BaseData - Class in net.zxmushroom63.plugins
- BaseData() - Constructor for class net.zxmushroom63.plugins.BaseData
- BaseData.BooleanCallback - Interface in net.zxmushroom63.plugins
- BaseData.BooleanCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.DataBooleanCallback - Interface in net.zxmushroom63.plugins
- BaseData.DataBooleanCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.DataDoubleCallback - Interface in net.zxmushroom63.plugins
- BaseData.DataDoubleCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.DataFloatCallback - Interface in net.zxmushroom63.plugins
- BaseData.DataFloatCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.DataIntCallback - Interface in net.zxmushroom63.plugins
- BaseData.DataIntCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.DataObjectCallback - Interface in net.zxmushroom63.plugins
- BaseData.DataObjectCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.DataStringCallback - Interface in net.zxmushroom63.plugins
- BaseData.DataStringCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.DataVoidCallback - Interface in net.zxmushroom63.plugins
- BaseData.DoubleCallback - Interface in net.zxmushroom63.plugins
- BaseData.DoubleCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.FloatCallback - Interface in net.zxmushroom63.plugins
- BaseData.FloatCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.IntCallback - Interface in net.zxmushroom63.plugins
- BaseData.IntCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.ObjectCallback - Interface in net.zxmushroom63.plugins
- BaseData.ObjectCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.StringCallback - Interface in net.zxmushroom63.plugins
- BaseData.StringCallbackArr - Interface in net.zxmushroom63.plugins
- BaseData.VoidCallback - Interface in net.zxmushroom63.plugins
- BaseEncoding - Class in com.google.common.io
-
A binary encoding scheme for reversibly translating between byte sequences and printable ASCII strings.
- BaseEncoding.DecodingException - Exception in com.google.common.io
-
Exception indicating invalid base-encoded input encountered while decoding.
- BaseMetadataSectionSerializer<T extends IMetadataSection> - Class in net.minecraft.client.resources.data
- BaseMetadataSectionSerializer() - Constructor for class net.minecraft.client.resources.data.BaseMetadataSectionSerializer
- BaseNCodec - Class in net.lax1dude.eaglercraft.v1_8
- BaseNCodec(int, int, int, int) - Constructor for class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Note
lineLength
is rounded down to the nearest multiple of the encoded block size. - BaseNCodec(int, int, int, int, byte) - Constructor for class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Note
lineLength
is rounded down to the nearest multiple of the encoded block size. - BaseNCodec(int, int, int, int, byte, BaseNCodec.CodecPolicy) - Constructor for class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Note
lineLength
is rounded down to the nearest multiple of the encoded block size. - BaseSpectatorGroup - Class in net.minecraft.client.gui.spectator
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BaseSpectatorGroup() - Constructor for class net.minecraft.client.gui.spectator.BaseSpectatorGroup
- beach - Static variable in class net.minecraft.world.biome.BiomeGenBase
- beacon - Static variable in class net.minecraft.init.Blocks
- BeamSegment(float[]) - Constructor for class net.minecraft.tileentity.TileEntityBeacon.BeamSegment
- bed - Static variable in class net.minecraft.init.Blocks
- bed - Static variable in class net.minecraft.init.Items
- bedPos - Variable in class net.minecraft.network.play.server.S0APacketUseBed
- bedrock - Static variable in class net.minecraft.init.Blocks
- beef - Static variable in class net.minecraft.init.Items
- begin() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.InstancedFontRenderer
- begin() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.InstancedParticleRenderer
- begin(float) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.AcceleratedEffectRenderer
- begin(int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EffectPipelineFXAA
- begin(int, VertexFormat) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
- beginPlayback(IAudioResource, float, float, float, float, float) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio
- beginPlaybackStatic(IAudioResource, float, float) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio
- beginQuery(int, WebGLQuery) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- beginRender(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.GameOverlayFramebuffer
- BehaviorDefaultDispenseItem - Class in net.minecraft.dispenser
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BehaviorDefaultDispenseItem() - Constructor for class net.minecraft.dispenser.BehaviorDefaultDispenseItem
- BehaviorProjectileDispense - Class in net.minecraft.dispenser
- BehaviorProjectileDispense() - Constructor for class net.minecraft.dispenser.BehaviorProjectileDispense
- BEL - Static variable in class com.google.common.base.Ascii
-
Bell ('\a'): A character for use when there is a need to call for human attention.
- Beta - Annotation Type in com.google.common.annotations
-
Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
- between(A, A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
-
Checks if
[b <= a <= c]
or[b >= a >= c]
where thea
is the tested object. - between(A, A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
- between(T, T) - Static method in class org.apache.commons.lang3.Range
-
Obtains a range with the specified minimum and maximum values (both inclusive).
- between(T, T, Comparator<T>) - Static method in class org.apache.commons.lang3.Range
-
Obtains a range with the specified minimum and maximum values (both inclusive).
- betweenExclusive(A, A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
-
Checks if
(b < a < c)
or(b > a > c)
where thea
is the tested object. - betweenExclusive(A, A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
- bFull3D - Variable in class net.minecraft.item.Item
- bidiFlag - Variable in class net.minecraft.client.gui.FontRenderer
- bigEndianToInt(byte[], int) - Static method in class net.lax1dude.eaglercraft.v1_8.crypto.SHA256Digest
- bigEndianToInt(byte[], int, int[]) - Static method in class net.lax1dude.eaglercraft.v1_8.crypto.SHA256Digest
- BigIntegerMath - Class in com.google.common.math
-
A class for arithmetic on values of type
BigInteger
. - bigIntegers() - Static method in class com.google.common.collect.DiscreteDomain
-
Returns the discrete domain for values of type
BigInteger
. - bigIntegerValue() - Method in class com.google.common.primitives.UnsignedInteger
-
Returns the value of this
UnsignedInteger
as aBigInteger
. - bigIntegerValue() - Method in class com.google.common.primitives.UnsignedLong
-
Returns the value of this
UnsignedLong
as aBigInteger
. - bill - Variable in class net.minecraft.client.model.ModelChicken
- BiMap<K,V> - Interface in com.google.common.collect
-
A bimap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as that of its keys.
- binaryBeMsb0ToHexDigit(boolean[]) - Static method in class org.apache.commons.lang3.Conversion
-
Converts the first 4 bits of a binary (represented as boolean array) in big endian Msb0 bit ordering to a hexadecimal digit.
- binaryBeMsb0ToHexDigit(boolean[], int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a binary (represented as boolean array) in big endian Msb0 bit ordering to a hexadecimal digit.
- binaryResponsesAvailable() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- binaryResponsesAvailable() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMServerQuery
- binarySearch(List<? extends T>, T) - Method in class com.google.common.collect.Ordering
-
Searches
sortedList
forkey
using the binary search algorithm. - binaryToByte(boolean[], int, byte, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts binary (represented as boolean array) into a byte using the default (little endian, Lsb0) byte and bit ordering.
- binaryToHexDigit(boolean[]) - Static method in class org.apache.commons.lang3.Conversion
-
Converts binary (represented as boolean array) to a hexadecimal digit using the default (Lsb0) bit ordering.
- binaryToHexDigit(boolean[], int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts binary (represented as boolean array) to a hexadecimal digit using the default (Lsb0) bit ordering.
- binaryToHexDigitMsb0_4bits(boolean[]) - Static method in class org.apache.commons.lang3.Conversion
-
Converts binary (represented as boolean array) to a hexadecimal digit using the Msb0 bit ordering.
- binaryToHexDigitMsb0_4bits(boolean[], int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts binary (represented as boolean array) to a hexadecimal digit using the Msb0 bit ordering.
- binaryToInt(boolean[], int, int, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts binary (represented as boolean array) into an int using the default (little endian, Lsb0) byte and bit ordering.
- binaryToLong(boolean[], int, long, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts binary (represented as boolean array) into a long using the default (little endian, Lsb0) byte and bit ordering.
- binaryToShort(boolean[], int, short, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts binary (represented as boolean array) into a short using the default (little endian, Lsb0) byte and bit ordering.
- BinaryTreeTraverser<T> - Class in com.google.common.collect
-
A variant of
TreeTraverser
for binary trees, providing additional traversals specific to binary trees. - BinaryTreeTraverser() - Constructor for class com.google.common.collect.BinaryTreeTraverser
- bindAmountScrolled() - Method in class net.minecraft.client.gui.GuiSlot
-
+ Stop the thing from scrolling out of bounds
- bindEntityTexture(T) - Method in class net.minecraft.client.renderer.entity.Render
- bindTexture(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- bindTexture(ResourceLocation) - Method in class net.minecraft.client.renderer.entity.Render
- bindTexture(ResourceLocation) - Method in class net.minecraft.client.renderer.texture.TextureManager
- bindTexture(ResourceLocation) - Method in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer
- bindTexturePackIcon(TextureManager) - Method in class net.minecraft.client.resources.ResourcePackRepository.Entry
- bindVertexArray(WebGLVertexArray) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- binomial(int, int) - Static method in class com.google.common.math.BigIntegerMath
-
Returns
n
choosek
, also known as the binomial coefficient ofn
andk
, that is,n! / (k! (n - k)!)
. - binomial(int, int) - Static method in class com.google.common.math.IntMath
-
Returns
n
choosek
, also known as the binomial coefficient ofn
andk
, orInteger.MAX_VALUE
if the result does not fit in anint
. - binomial(int, int) - Static method in class com.google.common.math.LongMath
-
Returns
n
choosek
, also known as the binomial coefficient ofn
andk
, orLong.MAX_VALUE
if the result does not fit in along
. - BIOME_ID_MAP - Static variable in class net.minecraft.world.biome.BiomeGenBase
- BiomeColorHelper - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeColorHelper() - Constructor for class net.minecraft.world.biome.BiomeColorHelper
- BiomeGenBase - Class in net.minecraft.world.biome
- BiomeGenBase(int) - Constructor for class net.minecraft.world.biome.BiomeGenBase
- BiomeGenBase.Height - Class in net.minecraft.world.biome
- BiomeGenBase.SpawnListEntry - Class in net.minecraft.world.biome
- BiomeGenBase.TempCategory - Enum in net.minecraft.world.biome
- BiomeGenBeach - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenBeach(int) - Constructor for class net.minecraft.world.biome.BiomeGenBeach
- BiomeGenDesert - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenDesert(int) - Constructor for class net.minecraft.world.biome.BiomeGenDesert
- BiomeGenEnd - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenEnd(int) - Constructor for class net.minecraft.world.biome.BiomeGenEnd
- BiomeGenForest - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenForest(int, int) - Constructor for class net.minecraft.world.biome.BiomeGenForest
- BiomeGenHell - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenHell(int) - Constructor for class net.minecraft.world.biome.BiomeGenHell
- BiomeGenHills - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenHills(int, boolean) - Constructor for class net.minecraft.world.biome.BiomeGenHills
- BiomeGenJungle - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenJungle(int, boolean) - Constructor for class net.minecraft.world.biome.BiomeGenJungle
- BiomeGenMesa - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenMesa(int, boolean, boolean) - Constructor for class net.minecraft.world.biome.BiomeGenMesa
- BiomeGenMushroomIsland - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenMushroomIsland(int) - Constructor for class net.minecraft.world.biome.BiomeGenMushroomIsland
- BiomeGenMutated - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenMutated(int, BiomeGenBase) - Constructor for class net.minecraft.world.biome.BiomeGenMutated
- BiomeGenOcean - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenOcean(int) - Constructor for class net.minecraft.world.biome.BiomeGenOcean
- BiomeGenPlains - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenPlains(int) - Constructor for class net.minecraft.world.biome.BiomeGenPlains
- BiomeGenRiver - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenRiver(int) - Constructor for class net.minecraft.world.biome.BiomeGenRiver
- BiomeGenSavanna - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenSavanna(int) - Constructor for class net.minecraft.world.biome.BiomeGenSavanna
- BiomeGenSavanna.Mutated - Class in net.minecraft.world.biome
- BiomeGenSnow - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenSnow(int, boolean) - Constructor for class net.minecraft.world.biome.BiomeGenSnow
- BiomeGenStoneBeach - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenStoneBeach(int) - Constructor for class net.minecraft.world.biome.BiomeGenStoneBeach
- BiomeGenSwamp - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenSwamp(int) - Constructor for class net.minecraft.world.biome.BiomeGenSwamp
- BiomeGenTaiga - Class in net.minecraft.world.biome
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BiomeGenTaiga(int, int) - Constructor for class net.minecraft.world.biome.BiomeGenTaiga
- biomeID - Variable in class net.minecraft.world.biome.BiomeGenBase
- biomeName - Variable in class net.minecraft.world.biome.BiomeGenBase
- bipedBody - Variable in class net.minecraft.client.model.ModelBiped
- bipedBodyWear - Variable in class net.minecraft.client.model.ModelPlayer
- bipedHead - Variable in class net.minecraft.client.model.ModelBiped
- bipedHeadwear - Variable in class net.minecraft.client.model.ModelBiped
- bipedLeftArm - Variable in class net.minecraft.client.model.ModelBiped
- bipedLeftArmwear - Variable in class net.minecraft.client.model.ModelPlayer
- bipedLeftLeg - Variable in class net.minecraft.client.model.ModelBiped
- bipedLeftLegwear - Variable in class net.minecraft.client.model.ModelPlayer
- bipedRightArm - Variable in class net.minecraft.client.model.ModelBiped
- bipedRightArmwear - Variable in class net.minecraft.client.model.ModelPlayer
- bipedRightLeg - Variable in class net.minecraft.client.model.ModelBiped
- bipedRightLegwear - Variable in class net.minecraft.client.model.ModelPlayer
- BIRCH - net.minecraft.block.BlockPlanks.EnumType
- birch_door - Static variable in class net.minecraft.init.Blocks
- birch_door - Static variable in class net.minecraft.init.Items
- birch_fence - Static variable in class net.minecraft.init.Blocks
- birch_fence_gate - Static variable in class net.minecraft.init.Blocks
- BIRCH_SAPLING - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- birch_stairs - Static variable in class net.minecraft.init.Blocks
- birchForest - Static variable in class net.minecraft.world.biome.BiomeGenBase
- birchForestHills - Static variable in class net.minecraft.world.biome.BiomeGenBase
- BIT_32 - org.apache.commons.lang3.arch.Processor.Arch
-
A 32-bit processor architecture.
- BIT_64 - org.apache.commons.lang3.arch.Processor.Arch
-
A 64-bit processor architecture.
- BITES - Static variable in class net.minecraft.block.BlockCake
- BitField - Class in org.apache.commons.lang3
-
Supports operations on bit-mapped fields.
- BitField(int) - Constructor for class org.apache.commons.lang3.BitField
-
Creates a BitField instance.
- bits() - Method in class com.google.common.hash.HashCode
-
Returns the number of bits in this hash code; a positive multiple of 8.
- bits() - Method in interface com.google.common.hash.HashFunction
-
Returns the number of bits (a multiple of 32) that each hash code produced by this hash function has.
- BLACK - net.minecraft.item.EnumDyeColor
- BLACK - net.minecraft.util.EnumChatFormatting
- blackColor - Static variable in class net.minecraft.block.material.MapColor
- blastProtection - Static variable in class net.minecraft.enchantment.Enchantment
-
+ Protection against explosions
- blaze_powder - Static variable in class net.minecraft.init.Items
- blaze_rod - Static variable in class net.minecraft.init.Items
- blazePowderEffect - Static variable in class net.minecraft.potion.PotionHelper
- blazeRod - Static variable in class net.minecraft.stats.AchievementList
- blendFunc(int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- blindness - Static variable in class net.minecraft.potion.Potion
-
+ The blindness Potion object.
- blitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- block - Variable in class net.minecraft.item.ItemBlock
- block - Variable in class net.minecraft.network.play.server.S24PacketBlockAction
- Block - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Block(Material) - Constructor for class net.minecraft.block.Block
- Block(Material, MapColor) - Constructor for class net.minecraft.block.Block
- BLOCK - net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- BLOCK - net.minecraft.item.EnumAction
- BLOCK - net.minecraft.util.MovingObjectPosition.MovingObjectType
- BLOCK - net.minecraft.world.EnumSkyBlock
- BLOCK - Static variable in class net.minecraft.client.renderer.vertex.DefaultVertexFormats
- BLOCK_ALTERNATIVES - net.minecraft.client.settings.GameSettings.Options
- BLOCK_CRACK - net.minecraft.util.EnumParticleTypes
- BLOCK_DUST - net.minecraft.util.EnumParticleTypes
- BLOCK_STATE_IDS - Static variable in class net.minecraft.block.Block
- Block.EnumOffsetType - Enum in net.minecraft.block
- Block.SoundType - Class in net.minecraft.block
- BlockAir - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockAir() - Constructor for class net.minecraft.block.BlockAir
- BlockAnvil - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockAnvil() - Constructor for class net.minecraft.block.BlockAnvil
- BlockAnvil.Anvil - Class in net.minecraft.block
- BlockBanner - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockBanner() - Constructor for class net.minecraft.block.BlockBanner
- BlockBanner.BlockBannerHanging - Class in net.minecraft.block
- BlockBanner.BlockBannerStanding - Class in net.minecraft.block
- BlockBannerHanging() - Constructor for class net.minecraft.block.BlockBanner.BlockBannerHanging
- BlockBannerStanding() - Constructor for class net.minecraft.block.BlockBanner.BlockBannerStanding
- BlockBarrier - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockBarrier() - Constructor for class net.minecraft.block.BlockBarrier
- BlockBasePressurePlate - Class in net.minecraft.block
- BlockBasePressurePlate(Material) - Constructor for class net.minecraft.block.BlockBasePressurePlate
- BlockBasePressurePlate(Material, MapColor) - Constructor for class net.minecraft.block.BlockBasePressurePlate
- BlockBeacon - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockBeacon() - Constructor for class net.minecraft.block.BlockBeacon
- BlockBed - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockBed() - Constructor for class net.minecraft.block.BlockBed
- BlockBed.EnumPartType - Enum in net.minecraft.block
- BlockBookshelf - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockBookshelf() - Constructor for class net.minecraft.block.BlockBookshelf
- BlockBreakable - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockBreakable(Material, boolean) - Constructor for class net.minecraft.block.BlockBreakable
- BlockBreakable(Material, boolean, MapColor) - Constructor for class net.minecraft.block.BlockBreakable
- BlockBrewingStand - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockBrewingStand() - Constructor for class net.minecraft.block.BlockBrewingStand
- BlockBush - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockBush() - Constructor for class net.minecraft.block.BlockBush
- BlockBush(Material) - Constructor for class net.minecraft.block.BlockBush
- BlockBush(Material, MapColor) - Constructor for class net.minecraft.block.BlockBush
- BlockButton - Class in net.minecraft.block
- BlockButton(boolean) - Constructor for class net.minecraft.block.BlockButton
- BlockButtonStone - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockButtonStone() - Constructor for class net.minecraft.block.BlockButtonStone
- BlockButtonWood - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockButtonWood() - Constructor for class net.minecraft.block.BlockButtonWood
- BlockCactus - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockCactus() - Constructor for class net.minecraft.block.BlockCactus
- BlockCake - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockCake() - Constructor for class net.minecraft.block.BlockCake
- BlockCarpet - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockCarpet() - Constructor for class net.minecraft.block.BlockCarpet
- BlockCarrot - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockCarrot() - Constructor for class net.minecraft.block.BlockCarrot
- BlockCauldron - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockCauldron() - Constructor for class net.minecraft.block.BlockCauldron
- BlockChest - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockChest(int) - Constructor for class net.minecraft.block.BlockChest
- BlockClay - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockClay() - Constructor for class net.minecraft.block.BlockClay
- BlockCocoa - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockCocoa() - Constructor for class net.minecraft.block.BlockCocoa
- BlockColored - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockColored(Material) - Constructor for class net.minecraft.block.BlockColored
- BlockCommandBlock - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockCommandBlock() - Constructor for class net.minecraft.block.BlockCommandBlock
- BlockCompressedPowered - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockCompressedPowered(Material, MapColor) - Constructor for class net.minecraft.block.BlockCompressedPowered
- BlockContainer - Class in net.minecraft.block
- BlockContainer(Material) - Constructor for class net.minecraft.block.BlockContainer
- BlockContainer(Material, MapColor) - Constructor for class net.minecraft.block.BlockContainer
- BlockCrops - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockCrops() - Constructor for class net.minecraft.block.BlockCrops
- BlockDaylightDetector - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDaylightDetector(boolean) - Constructor for class net.minecraft.block.BlockDaylightDetector
- BlockDeadBush - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDeadBush() - Constructor for class net.minecraft.block.BlockDeadBush
- BlockDirectional - Class in net.minecraft.block
- BlockDirectional(Material) - Constructor for class net.minecraft.block.BlockDirectional
- BlockDirectional(Material, MapColor) - Constructor for class net.minecraft.block.BlockDirectional
- BlockDirt - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDirt() - Constructor for class net.minecraft.block.BlockDirt
- BlockDirt.DirtType - Enum in net.minecraft.block
- BlockDispenser - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDispenser() - Constructor for class net.minecraft.block.BlockDispenser
- BlockDoor - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDoor(Material) - Constructor for class net.minecraft.block.BlockDoor
- BlockDoor.EnumDoorHalf - Enum in net.minecraft.block
- BlockDoor.EnumHingePosition - Enum in net.minecraft.block
- BlockDoublePlant - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDoublePlant() - Constructor for class net.minecraft.block.BlockDoublePlant
- BlockDoublePlant.EnumBlockHalf - Enum in net.minecraft.block
- BlockDoublePlant.EnumPlantType - Enum in net.minecraft.block
- BlockDoubleStoneSlab - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDoubleStoneSlab() - Constructor for class net.minecraft.block.BlockDoubleStoneSlab
- BlockDoubleStoneSlabNew - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDoubleStoneSlabNew() - Constructor for class net.minecraft.block.BlockDoubleStoneSlabNew
- BlockDoubleWoodSlab - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDoubleWoodSlab() - Constructor for class net.minecraft.block.BlockDoubleWoodSlab
- BlockDragonEgg - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDragonEgg() - Constructor for class net.minecraft.block.BlockDragonEgg
- BlockDropper - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDropper() - Constructor for class net.minecraft.block.BlockDropper
- BlockDynamicLiquid - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockDynamicLiquid(Material) - Constructor for class net.minecraft.block.BlockDynamicLiquid
- BLOCKED - net.lax1dude.eaglercraft.v1_8.internal.EnumServerRateLimit
- BlockEnchantmentTable - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockEnchantmentTable() - Constructor for class net.minecraft.block.BlockEnchantmentTable
- BlockEnderChest - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockEnderChest() - Constructor for class net.minecraft.block.BlockEnderChest
- BlockEndPortal - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockEndPortal(Material) - Constructor for class net.minecraft.block.BlockEndPortal
- BlockEndPortalFrame - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockEndPortalFrame() - Constructor for class net.minecraft.block.BlockEndPortalFrame
- BlockEventData - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockEventData(BlockPos, Block, int, int) - Constructor for class net.minecraft.block.BlockEventData
- blockFaceUV - Variable in class net.minecraft.client.renderer.block.model.BlockPartFace
- BlockFaceUV - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockFaceUV(float[], int) - Constructor for class net.minecraft.client.renderer.block.model.BlockFaceUV
- BlockFaceUV.Deserializer - Class in net.minecraft.client.renderer.block.model
- BlockFalling - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockFalling() - Constructor for class net.minecraft.block.BlockFalling
- BlockFalling(Material) - Constructor for class net.minecraft.block.BlockFalling
- BlockFarmland - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockFarmland() - Constructor for class net.minecraft.block.BlockFarmland
- BlockFence - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockFence(Material) - Constructor for class net.minecraft.block.BlockFence
- BlockFence(Material, MapColor) - Constructor for class net.minecraft.block.BlockFence
- BlockFenceGate - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockFenceGate(BlockPlanks.EnumType) - Constructor for class net.minecraft.block.BlockFenceGate
- BlockFire - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockFire() - Constructor for class net.minecraft.block.BlockFire
- BlockFlower - Class in net.minecraft.block
- BlockFlower() - Constructor for class net.minecraft.block.BlockFlower
- BlockFlower.EnumFlowerColor - Enum in net.minecraft.block
- BlockFlower.EnumFlowerType - Enum in net.minecraft.block
- BlockFlowerPot - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockFlowerPot() - Constructor for class net.minecraft.block.BlockFlowerPot
- BlockFlowerPot.EnumFlowerType - Enum in net.minecraft.block
- BlockFluidRenderer - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockFluidRenderer() - Constructor for class net.minecraft.client.renderer.BlockFluidRenderer
- BlockFurnace - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockFurnace(boolean) - Constructor for class net.minecraft.block.BlockFurnace
- BlockGlass - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockGlass(Material, boolean) - Constructor for class net.minecraft.block.BlockGlass
- BlockGlowstone - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockGlowstone(Material) - Constructor for class net.minecraft.block.BlockGlowstone
- BlockGrass - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockGrass() - Constructor for class net.minecraft.block.BlockGrass
- BlockGravel - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockGravel() - Constructor for class net.minecraft.block.BlockGravel
- BlockHalfStoneSlab - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockHalfStoneSlab() - Constructor for class net.minecraft.block.BlockHalfStoneSlab
- BlockHalfStoneSlabNew - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockHalfStoneSlabNew() - Constructor for class net.minecraft.block.BlockHalfStoneSlabNew
- BlockHalfWoodSlab - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockHalfWoodSlab() - Constructor for class net.minecraft.block.BlockHalfWoodSlab
- BlockHardenedClay - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockHardenedClay() - Constructor for class net.minecraft.block.BlockHardenedClay
- blockHardness - Variable in class net.minecraft.block.Block
- BlockHay - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockHay() - Constructor for class net.minecraft.block.BlockHay
- BlockHelper - Class in net.minecraft.block.state.pattern
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockHopper - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockHopper() - Constructor for class net.minecraft.block.BlockHopper
- BlockHugeMushroom - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockHugeMushroom(Material, MapColor, Block) - Constructor for class net.minecraft.block.BlockHugeMushroom
- BlockHugeMushroom.EnumType - Enum in net.minecraft.block
- BlockIce - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockIce() - Constructor for class net.minecraft.block.BlockIce
- BlockJukebox - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockJukebox() - Constructor for class net.minecraft.block.BlockJukebox
- BlockJukebox.TileEntityJukebox - Class in net.minecraft.block
- BlockLadder - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockLadder() - Constructor for class net.minecraft.block.BlockLadder
- BlockLeaves - Class in net.minecraft.block
- BlockLeaves() - Constructor for class net.minecraft.block.BlockLeaves
- BlockLeavesBase - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockLeavesBase(Material, boolean) - Constructor for class net.minecraft.block.BlockLeavesBase
- BlockLever - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockLever() - Constructor for class net.minecraft.block.BlockLever
- BlockLever.EnumOrientation - Enum in net.minecraft.block
- BlockLilyPad - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockLilyPad() - Constructor for class net.minecraft.block.BlockLilyPad
- BlockLiquid - Class in net.minecraft.block
- BlockLiquid(Material) - Constructor for class net.minecraft.block.BlockLiquid
- BlockLog - Class in net.minecraft.block
- BlockLog() - Constructor for class net.minecraft.block.BlockLog
- BlockLog.EnumAxis - Enum in net.minecraft.block
- blockMaterial - Variable in class net.minecraft.block.Block
- BlockMelon - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockMelon() - Constructor for class net.minecraft.block.BlockMelon
- BlockMobSpawner - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockMobSpawner() - Constructor for class net.minecraft.block.BlockMobSpawner
- BlockModelRenderer - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockModelRenderer() - Constructor for class net.minecraft.client.renderer.BlockModelRenderer
- BlockModelRenderer.EnumNeighborInfo - Enum in net.minecraft.client.renderer
- BlockModelRenderer.Orientation - Enum in net.minecraft.client.renderer
- BlockModelShapes - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockModelShapes(ModelManager) - Constructor for class net.minecraft.client.renderer.BlockModelShapes
- BlockMushroom - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockMushroom() - Constructor for class net.minecraft.block.BlockMushroom
- BlockMycelium - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockMycelium() - Constructor for class net.minecraft.block.BlockMycelium
- BlockNetherBrick - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockNetherBrick() - Constructor for class net.minecraft.block.BlockNetherBrick
- BlockNetherrack - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockNetherrack() - Constructor for class net.minecraft.block.BlockNetherrack
- BlockNetherWart - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockNetherWart() - Constructor for class net.minecraft.block.BlockNetherWart
- BlockNewLeaf - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockNewLeaf() - Constructor for class net.minecraft.block.BlockNewLeaf
- BlockNewLog - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockNewLog() - Constructor for class net.minecraft.block.BlockNewLog
- BlockNote - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockNote() - Constructor for class net.minecraft.block.BlockNote
- BlockObsidian - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockObsidian() - Constructor for class net.minecraft.block.BlockObsidian
- BlockOldLeaf - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockOldLeaf() - Constructor for class net.minecraft.block.BlockOldLeaf
- BlockOldLog - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockOldLog() - Constructor for class net.minecraft.block.BlockOldLog
- BlockOre - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockOre() - Constructor for class net.minecraft.block.BlockOre
- BlockOre(MapColor) - Constructor for class net.minecraft.block.BlockOre
- BlockPackedIce - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPackedIce() - Constructor for class net.minecraft.block.BlockPackedIce
- BlockPane - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPane(Material, boolean) - Constructor for class net.minecraft.block.BlockPane
- BlockPart - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPart(Vector3f, Vector3f, Map<EnumFacing, BlockPartFace>, BlockPartRotation, boolean) - Constructor for class net.minecraft.client.renderer.block.model.BlockPart
- BlockPart.Deserializer - Class in net.minecraft.client.renderer.block.model
- BlockPartFace - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPartFace(EnumFacing, int, String, BlockFaceUV) - Constructor for class net.minecraft.client.renderer.block.model.BlockPartFace
- BlockPartFace.Deserializer - Class in net.minecraft.client.renderer.block.model
- blockParticleGravity - Variable in class net.minecraft.block.Block
- BlockPartRotation - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPartRotation(Vector3f, EnumFacing.Axis, float, boolean) - Constructor for class net.minecraft.client.renderer.block.model.BlockPartRotation
- BlockPattern - Class in net.minecraft.block.state.pattern
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPattern(Predicate<BlockWorldState>[][][]) - Constructor for class net.minecraft.block.state.pattern.BlockPattern
- BlockPattern.PatternHelper - Class in net.minecraft.block.state.pattern
- BlockPistonBase - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPistonBase(boolean) - Constructor for class net.minecraft.block.BlockPistonBase
- BlockPistonExtension - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPistonExtension() - Constructor for class net.minecraft.block.BlockPistonExtension
- BlockPistonExtension.EnumPistonType - Enum in net.minecraft.block
- BlockPistonMoving - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPistonMoving() - Constructor for class net.minecraft.block.BlockPistonMoving
- BlockPistonStructureHelper - Class in net.minecraft.block.state
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPistonStructureHelper(World, BlockPos, EnumFacing, boolean) - Constructor for class net.minecraft.block.state.BlockPistonStructureHelper
- BlockPlanks - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPlanks() - Constructor for class net.minecraft.block.BlockPlanks
- BlockPlanks.EnumType - Enum in net.minecraft.block
- BlockPortal - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPortal() - Constructor for class net.minecraft.block.BlockPortal
- BlockPortal.Size - Class in net.minecraft.block
- blockPos - Variable in class net.minecraft.network.play.server.S33PacketUpdateSign
- blockPos - Variable in class net.minecraft.network.play.server.S35PacketUpdateTileEntity
- BlockPos - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPos(double, double, double) - Constructor for class net.minecraft.util.BlockPos
- BlockPos(int, int, int) - Constructor for class net.minecraft.util.BlockPos
- BlockPos(Entity) - Constructor for class net.minecraft.util.BlockPos
- BlockPos(Vec3) - Constructor for class net.minecraft.util.BlockPos
- BlockPos(Vec3i) - Constructor for class net.minecraft.util.BlockPos
- BlockPos.MutableBlockPos - Class in net.minecraft.util
- blockPosition - Variable in class net.minecraft.network.play.server.S23PacketBlockChange
- blockPosition - Variable in class net.minecraft.network.play.server.S24PacketBlockAction
- BlockPotato - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPotato() - Constructor for class net.minecraft.block.BlockPotato
- BlockPressurePlate - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPressurePlate(Material, BlockPressurePlate.Sensitivity) - Constructor for class net.minecraft.block.BlockPressurePlate
- BlockPressurePlate.Sensitivity - Enum in net.minecraft.block
- BlockPressurePlateWeighted - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPressurePlateWeighted(Material, int) - Constructor for class net.minecraft.block.BlockPressurePlateWeighted
- BlockPressurePlateWeighted(Material, int, MapColor) - Constructor for class net.minecraft.block.BlockPressurePlateWeighted
- BlockPrismarine - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPrismarine() - Constructor for class net.minecraft.block.BlockPrismarine
- BlockPrismarine.EnumType - Enum in net.minecraft.block
- BlockPumpkin - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockPumpkin() - Constructor for class net.minecraft.block.BlockPumpkin
- BlockQuartz - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockQuartz() - Constructor for class net.minecraft.block.BlockQuartz
- BlockQuartz.EnumType - Enum in net.minecraft.block
- BlockRail - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRail() - Constructor for class net.minecraft.block.BlockRail
- BlockRailBase - Class in net.minecraft.block
- BlockRailBase(boolean) - Constructor for class net.minecraft.block.BlockRailBase
- BlockRailBase.EnumRailDirection - Enum in net.minecraft.block
- BlockRailBase.Rail - Class in net.minecraft.block
- BlockRailDetector - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRailDetector() - Constructor for class net.minecraft.block.BlockRailDetector
- BlockRailPowered - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRailPowered() - Constructor for class net.minecraft.block.BlockRailPowered
- BlockRedFlower - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRedFlower() - Constructor for class net.minecraft.block.BlockRedFlower
- BlockRedSandstone - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRedSandstone() - Constructor for class net.minecraft.block.BlockRedSandstone
- BlockRedSandstone.EnumType - Enum in net.minecraft.block
- BlockRedstoneComparator - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRedstoneComparator(boolean) - Constructor for class net.minecraft.block.BlockRedstoneComparator
- BlockRedstoneComparator.Mode - Enum in net.minecraft.block
- BlockRedstoneDiode - Class in net.minecraft.block
- BlockRedstoneDiode(boolean) - Constructor for class net.minecraft.block.BlockRedstoneDiode
- BlockRedstoneLight - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRedstoneLight(boolean) - Constructor for class net.minecraft.block.BlockRedstoneLight
- BlockRedstoneOre - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRedstoneOre(boolean) - Constructor for class net.minecraft.block.BlockRedstoneOre
- BlockRedstoneRepeater - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRedstoneRepeater(boolean) - Constructor for class net.minecraft.block.BlockRedstoneRepeater
- BlockRedstoneTorch - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRedstoneTorch(boolean) - Constructor for class net.minecraft.block.BlockRedstoneTorch
- BlockRedstoneWire - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRedstoneWire() - Constructor for class net.minecraft.block.BlockRedstoneWire
- BlockReed - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockReed() - Constructor for class net.minecraft.block.BlockReed
- blockRegistry - Static variable in class net.minecraft.block.Block
- BlockRendererDispatcher - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockRendererDispatcher(BlockModelShapes, GameSettings) - Constructor for class net.minecraft.client.renderer.BlockRendererDispatcher
- blockResistance - Variable in class net.minecraft.block.Block
- BlockRotatedPillar - Class in net.minecraft.block
- BlockRotatedPillar(Material) - Constructor for class net.minecraft.block.BlockRotatedPillar
- BlockRotatedPillar(Material, MapColor) - Constructor for class net.minecraft.block.BlockRotatedPillar
- Blocks - Class in net.minecraft.init
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Blocks() - Constructor for class net.minecraft.init.Blocks
- BLOCKS - net.minecraft.client.audio.SoundCategory
- BlockSand - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSand() - Constructor for class net.minecraft.block.BlockSand
- BlockSand.EnumType - Enum in net.minecraft.block
- BlockSandStone - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSandStone() - Constructor for class net.minecraft.block.BlockSandStone
- BlockSandStone.EnumType - Enum in net.minecraft.block
- BlockSapling - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSapling() - Constructor for class net.minecraft.block.BlockSapling
- BlockSeaLantern - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSeaLantern(Material) - Constructor for class net.minecraft.block.BlockSeaLantern
- BlockSign - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSign() - Constructor for class net.minecraft.block.BlockSign
- BlockSilverfish - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSilverfish() - Constructor for class net.minecraft.block.BlockSilverfish
- BlockSilverfish.EnumType - Enum in net.minecraft.block
- BlockSkull - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSkull() - Constructor for class net.minecraft.block.BlockSkull
- BlockSlab - Class in net.minecraft.block
- BlockSlab(Material) - Constructor for class net.minecraft.block.BlockSlab
- BlockSlab.EnumBlockHalf - Enum in net.minecraft.block
- blocksLight() - Method in class net.minecraft.block.material.Material
-
+ Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
- blocksLight() - Method in class net.minecraft.block.material.MaterialLogic
-
+ Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
- blocksLight() - Method in class net.minecraft.block.material.MaterialPortal
-
+ Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
- blocksLight() - Method in class net.minecraft.block.material.MaterialTransparent
-
+ Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true
- BlockSlime - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSlime() - Constructor for class net.minecraft.block.BlockSlime
- blocksMovement() - Method in class net.minecraft.block.material.Material
-
+ Returns if this material is considered solid or not
- blocksMovement() - Method in class net.minecraft.block.material.MaterialLiquid
-
+ Returns if this material is considered solid or not
- blocksMovement() - Method in class net.minecraft.block.material.MaterialLogic
-
+ Returns if this material is considered solid or not
- blocksMovement() - Method in class net.minecraft.block.material.MaterialPortal
-
+ Returns if this material is considered solid or not
- blocksMovement() - Method in class net.minecraft.block.material.MaterialTransparent
-
+ Returns if this material is considered solid or not
- BlockSnow - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSnow() - Constructor for class net.minecraft.block.BlockSnow
- BlockSnowBlock - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSnowBlock() - Constructor for class net.minecraft.block.BlockSnowBlock
- BlockSoulSand - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSoulSand() - Constructor for class net.minecraft.block.BlockSoulSand
- BlockSourceImpl - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSourceImpl(World, BlockPos) - Constructor for class net.minecraft.block.BlockSourceImpl
- BlockSponge - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockSponge() - Constructor for class net.minecraft.block.BlockSponge
- BlockStainedGlass - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockStainedGlass(Material) - Constructor for class net.minecraft.block.BlockStainedGlass
- BlockStainedGlassPane - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockStainedGlassPane() - Constructor for class net.minecraft.block.BlockStainedGlassPane
- BlockStairs - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockStairs(IBlockState) - Constructor for class net.minecraft.block.BlockStairs
- BlockStairs.EnumHalf - Enum in net.minecraft.block
- BlockStairs.EnumShape - Enum in net.minecraft.block
- BlockStandingSign - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockStandingSign() - Constructor for class net.minecraft.block.BlockStandingSign
- blockState - Variable in class net.minecraft.block.Block
- BlockState - Class in net.minecraft.block.state
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockState(Block, IProperty...) - Constructor for class net.minecraft.block.state.BlockState
- BlockStateBase - Class in net.minecraft.block.state
- BlockStateBase() - Constructor for class net.minecraft.block.state.BlockStateBase
- BlockStateHelper - Class in net.minecraft.block.state.pattern
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockStateMapper - Class in net.minecraft.client.renderer.block.statemap
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockStateMapper() - Constructor for class net.minecraft.client.renderer.block.statemap.BlockStateMapper
- BlockStaticLiquid - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockStaticLiquid(Material) - Constructor for class net.minecraft.block.BlockStaticLiquid
- BlockStem - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockStem(Block) - Constructor for class net.minecraft.block.BlockStem
- BlockStone - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockStone() - Constructor for class net.minecraft.block.BlockStone
- BlockStone.EnumType - Enum in net.minecraft.block
- BlockStoneBrick - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockStoneBrick() - Constructor for class net.minecraft.block.BlockStoneBrick
- BlockStoneBrick.EnumType - Enum in net.minecraft.block
- BlockStoneSlab - Class in net.minecraft.block
- BlockStoneSlab() - Constructor for class net.minecraft.block.BlockStoneSlab
- BlockStoneSlab.EnumType - Enum in net.minecraft.block
- BlockStoneSlabNew - Class in net.minecraft.block
- BlockStoneSlabNew() - Constructor for class net.minecraft.block.BlockStoneSlabNew
- BlockStoneSlabNew.EnumType - Enum in net.minecraft.block
- BlockTallGrass - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockTallGrass() - Constructor for class net.minecraft.block.BlockTallGrass
- BlockTallGrass.EnumType - Enum in net.minecraft.block
- BlockTNT - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockTNT() - Constructor for class net.minecraft.block.BlockTNT
- BlockTorch - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockTorch() - Constructor for class net.minecraft.block.BlockTorch
- BlockTrapDoor - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockTrapDoor(Material) - Constructor for class net.minecraft.block.BlockTrapDoor
- BlockTrapDoor.DoorHalf - Enum in net.minecraft.block
- BlockTripWire - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockTripWire() - Constructor for class net.minecraft.block.BlockTripWire
- BlockTripWireHook - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockTripWireHook() - Constructor for class net.minecraft.block.BlockTripWireHook
- blockType - Variable in class net.minecraft.tileentity.TileEntity
- BlockUpdateData(short, IBlockState) - Constructor for class net.minecraft.network.play.server.S22PacketMultiBlockChange.BlockUpdateData
- BlockUpdateData(short, Chunk) - Constructor for class net.minecraft.network.play.server.S22PacketMultiBlockChange.BlockUpdateData
- BlockVine - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockVine() - Constructor for class net.minecraft.block.BlockVine
- BlockWall - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockWall(Block) - Constructor for class net.minecraft.block.BlockWall
- BlockWall.EnumType - Enum in net.minecraft.block
- BlockWallSign - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockWallSign() - Constructor for class net.minecraft.block.BlockWallSign
- BlockWeb - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockWeb() - Constructor for class net.minecraft.block.BlockWeb
- BlockWoodSlab - Class in net.minecraft.block
- BlockWoodSlab() - Constructor for class net.minecraft.block.BlockWoodSlab
- BlockWorkbench - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockWorkbench() - Constructor for class net.minecraft.block.BlockWorkbench
- BlockWorkbench.InterfaceCraftingTable - Class in net.minecraft.block
- BlockWorldState - Class in net.minecraft.block.state
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockWorldState(World, BlockPos, boolean) - Constructor for class net.minecraft.block.state.BlockWorldState
- BlockYellowFlower - Class in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BlockYellowFlower() - Constructor for class net.minecraft.block.BlockYellowFlower
- BloomFilter<T> - Class in com.google.common.hash
-
A Bloom filter for instances of
T
. - blue - Variable in class net.minecraft.client.gui.FontRenderer
- BLUE - net.minecraft.item.EnumDyeColor
- BLUE - net.minecraft.util.EnumChatFormatting
- BLUE_ORCHID - net.minecraft.block.BlockFlower.EnumFlowerType
- BLUE_ORCHID - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- blueColor - Static variable in class net.minecraft.block.material.MapColor
- blur - Variable in class net.minecraft.client.renderer.texture.AbstractTexture
- blurLast - Variable in class net.minecraft.client.renderer.texture.AbstractTexture
- boat - Static variable in class net.minecraft.init.Items
- boatSides - Variable in class net.minecraft.client.model.ModelBoat
- body - Variable in class net.minecraft.client.model.ModelChicken
- body - Variable in class net.minecraft.client.model.ModelCreeper
- body - Variable in class net.minecraft.client.model.ModelQuadruped
- body - Variable in class net.minecraft.client.model.ModelSnowMan
- bodyLines - Variable in class net.lax1dude.eaglercraft.v1_8.socket.GuiHandshakeApprove
- bodyY - Variable in class net.lax1dude.eaglercraft.v1_8.socket.GuiHandshakeApprove
- BOLD - net.minecraft.util.EnumChatFormatting
- boldStyle - Variable in class net.minecraft.client.gui.FontRenderer
- boltVertex - Variable in class net.minecraft.entity.effect.EntityLightningBolt
- BOMB - net.minecraft.entity.item.EntityPainting.EnumArt
- bone - Static variable in class net.minecraft.init.Items
- book - Static variable in class net.minecraft.init.Items
- bookcase - Static variable in class net.minecraft.stats.AchievementList
- bookRotation - Variable in class net.minecraft.tileentity.TileEntityEnchantmentTable
- bookRotationPrev - Variable in class net.minecraft.tileentity.TileEntityEnchantmentTable
- bookshelf - Static variable in class net.minecraft.init.Blocks
- bookSpine - Variable in class net.minecraft.client.model.ModelBook
-
+ The renderer of spine of the book
- bookSpread - Variable in class net.minecraft.tileentity.TileEntityEnchantmentTable
- bookSpreadPrev - Variable in class net.minecraft.tileentity.TileEntityEnchantmentTable
- bool - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.BooleanResult
- BOOLEAN_VALUE - net.minecraft.world.GameRules.ValueType
- BooleanResult - Class in net.lax1dude.eaglercraft.v1_8.internal.vfs
-
Copyright (c) 2022-2023 LAX1DUDE.
- Booleans - Class in com.google.common.primitives
-
Static utility methods pertaining to
boolean
primitives, that are not already found in eitherBoolean
orArrays
. - BooleanUtils - Class in org.apache.commons.lang3
-
Operations on boolean primitives and Boolean objects.
- BooleanUtils() - Constructor for class org.apache.commons.lang3.BooleanUtils
-
BooleanUtils
instances should NOT be constructed in standard programming. - booleanValue() - Method in class org.apache.commons.lang3.mutable.MutableBoolean
-
Returns the value of this MutableBoolean as a boolean.
- booleanValues() - Static method in class org.apache.commons.lang3.BooleanUtils
-
Returns a new array of possible values (like an enum would).
- bootstrap() - Static method in class net.minecraft.entity.monster.EntityEnderman
- bootstrap() - Static method in class net.minecraft.entity.passive.EntityVillager
- bootstrap() - Static method in class net.minecraft.item.ItemAxe
- bootstrap() - Static method in class net.minecraft.item.ItemPickaxe
- bootstrap() - Static method in class net.minecraft.item.ItemSpade
- bootstrap() - Static method in class net.minecraft.world.biome.BiomeGenBase
- Bootstrap - Class in net.minecraft.init
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Bootstrap() - Constructor for class net.minecraft.init.Bootstrap
- bootstrapStates() - Static method in class net.minecraft.block.Block
- bootstrapStates() - Static method in class net.minecraft.block.BlockBed
- bootstrapStates() - Static method in class net.minecraft.block.BlockDirt
- bootstrapStates() - Static method in class net.minecraft.block.BlockDoor
- bootstrapStates() - Static method in class net.minecraft.block.BlockDoublePlant
- bootstrapStates() - Static method in class net.minecraft.block.BlockFlowerPot
- bootstrapStates() - Static method in class net.minecraft.block.BlockHugeMushroom
- bootstrapStates() - Static method in class net.minecraft.block.BlockLever
- bootstrapStates() - Static method in class net.minecraft.block.BlockLog
- bootstrapStates() - Static method in class net.minecraft.block.BlockNewLeaf
- bootstrapStates() - Static method in class net.minecraft.block.BlockNewLog
- bootstrapStates() - Static method in class net.minecraft.block.BlockOldLeaf
- bootstrapStates() - Static method in class net.minecraft.block.BlockOldLog
- bootstrapStates() - Static method in class net.minecraft.block.BlockPistonExtension
- bootstrapStates() - Static method in class net.minecraft.block.BlockPistonMoving
- bootstrapStates() - Static method in class net.minecraft.block.BlockPlanks
- bootstrapStates() - Static method in class net.minecraft.block.BlockPrismarine
- bootstrapStates() - Static method in class net.minecraft.block.BlockQuartz
- bootstrapStates() - Static method in class net.minecraft.block.BlockRail
- bootstrapStates() - Static method in class net.minecraft.block.BlockRailDetector
- bootstrapStates() - Static method in class net.minecraft.block.BlockRailPowered
- bootstrapStates() - Static method in class net.minecraft.block.BlockRedSandstone
- bootstrapStates() - Static method in class net.minecraft.block.BlockRedstoneComparator
- bootstrapStates() - Static method in class net.minecraft.block.BlockRedstoneWire
- bootstrapStates() - Static method in class net.minecraft.block.BlockSand
- bootstrapStates() - Static method in class net.minecraft.block.BlockSandStone
- bootstrapStates() - Static method in class net.minecraft.block.BlockSapling
- bootstrapStates() - Static method in class net.minecraft.block.BlockSilverfish
- bootstrapStates() - Static method in class net.minecraft.block.BlockSlab
- bootstrapStates() - Static method in class net.minecraft.block.BlockStairs
- bootstrapStates() - Static method in class net.minecraft.block.BlockStone
- bootstrapStates() - Static method in class net.minecraft.block.BlockStoneBrick
- bootstrapStates() - Static method in class net.minecraft.block.BlockStoneSlab
- bootstrapStates() - Static method in class net.minecraft.block.BlockStoneSlabNew
- bootstrapStates() - Static method in class net.minecraft.block.BlockTallGrass
- bootstrapStates() - Static method in class net.minecraft.block.BlockTrapDoor
- bootstrapStates() - Static method in class net.minecraft.block.BlockWall
- bootstrapStates() - Static method in class net.minecraft.block.BlockWoodSlab
- BORDER - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- bossName - Static variable in class net.minecraft.entity.boss.BossStatus
- BossStatus - Class in net.minecraft.entity.boss
- BossStatus() - Constructor for class net.minecraft.entity.boss.BossStatus
- bottom - Variable in class net.minecraft.client.gui.GuiSlot
- BOTTOM - net.minecraft.block.BlockSlab.EnumBlockHalf
- BOTTOM - net.minecraft.block.BlockStairs.EnumHalf
- BOTTOM - net.minecraft.block.BlockTrapDoor.DoorHalf
- bottomBody - Variable in class net.minecraft.client.model.ModelSnowMan
- bound(JSObject, JSObject) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBKeyRange
- bound(JSObject, JSObject, boolean, boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBKeyRange
- boundingBox - Variable in class net.minecraft.client.renderer.chunk.RenderChunk
- BoundType - Enum in com.google.common.collect
-
Indicates whether an endpoint of some range is contained in the range itself ("closed") or not ("open").
- bow - Static variable in class net.minecraft.init.Items
- BOW - net.minecraft.enchantment.EnumEnchantmentType
- BOW - net.minecraft.item.EnumAction
- bowl - Static variable in class net.minecraft.init.Items
- bowPullIconNameArray - Static variable in class net.minecraft.item.ItemBow
- BOXER_ALEX - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- BOXER_STEVE - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- boxList - Variable in class net.minecraft.client.model.ModelBase
-
+ This is a list of all the boxes (ModelRenderer.class) in the current model.
- boxName - Variable in class net.minecraft.client.model.ModelBox
- boxName - Variable in class net.minecraft.client.model.ModelRenderer
- bread - Static variable in class net.minecraft.init.Items
- breadthFirstTraversal(T) - Method in class com.google.common.collect.TreeTraverser
-
Returns an unmodifiable iterable over the nodes in a tree structure, using breadth-first traversal.
- BREAKABLE - net.minecraft.enchantment.EnumEnchantmentType
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.Block
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockBasePressurePlate
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockBrewingStand
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockButton
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockChest
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockContainer
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockDispenser
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockFlowerPot
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockFurnace
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockHopper
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockLeaves
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockLever
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockLog
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockPistonExtension
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockPistonMoving
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRailBase
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneComparator
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneRepeater
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneTorch
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockSkull
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockStainedGlass
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockStainedGlassPane
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockStairs
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockTripWire
- breakBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockTripWireHook
- breakerId - Variable in class net.minecraft.network.play.server.S25PacketBlockBreakAnim
- BREAKING_WHITESPACE - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is a breaking whitespace (that is, a whitespace which can be interpreted as a break between words for formatting purposes).
- BreakingFour - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BreakingFour(BakedQuad, EaglerTextureAtlasSprite) - Constructor for class net.minecraft.client.renderer.block.model.BreakingFour
- BreakLoop() - Constructor for exception net.lax1dude.eaglercraft.v1_8.internal.vfs.VFSIterator.BreakLoop
- breedCow - Static variable in class net.minecraft.stats.AchievementList
- brewing_stand - Static variable in class net.minecraft.init.Blocks
- brewing_stand - Static variable in class net.minecraft.init.Items
- brick - Static variable in class net.minecraft.init.Items
- BRICK - net.minecraft.block.BlockStoneSlab.EnumType
- brick_block - Static variable in class net.minecraft.init.Blocks
- brick_stairs - Static variable in class net.minecraft.init.Blocks
- BRICKS - net.minecraft.block.BlockPrismarine.EnumType
- BRICKS - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- BRICKS_META - Static variable in class net.minecraft.block.BlockPrismarine
- brightnessBuffer - Variable in class net.minecraft.client.renderer.entity.RendererLivingEntity
- broadcastSound(int, BlockPos, int) - Method in class net.minecraft.client.renderer.RenderGlobal
- broadcastSound(int, BlockPos, int) - Method in interface net.minecraft.world.IWorldAccess
- broadcastTeamCreated(ScorePlayerTeam) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ This packet will notify the players that this team is created, and that will register it on the client
- BROWN - net.minecraft.item.EnumDyeColor
- brown_mushroom - Static variable in class net.minecraft.init.Blocks
- brown_mushroom_block - Static variable in class net.minecraft.init.Blocks
- brownColor - Static variable in class net.minecraft.block.material.MapColor
- BrowserAudioHandle(PlatformAudio.BrowserAudioResource, AudioBufferSourceNode, PannerNode, GainNode, float) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioHandle
- BrowserAudioResource(AudioBuffer) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioResource
- BS - Static variable in class com.google.common.base.Ascii
-
Backspace ('\b'): A format effector which controls the movement of the printing position one printing space backward on the same printing line.
- bucket - Static variable in class net.minecraft.init.Items
- bucketInt(int, int) - Static method in class net.minecraft.util.MathHelper
-
+ Buckets an integer with specifed bucket sizes.
- buffer - Variable in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioResource
- buffer - Variable in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Internal data storage.
- buffer() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufOutputStream
-
Returns the buffer where this stream is writing data.
- buffer() - Static method in class net.lax1dude.eaglercraft.v1_8.netty.Unpooled
- buffer(byte[], int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.Unpooled
- buffer(int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.Unpooled
- buffer(int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.Unpooled
- buffer(ByteBuffer, int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.Unpooled
- Buffer - Interface in net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Copyright (c) 2022-2023 LAX1DUDE.
- build() - Method in class com.google.common.collect.ImmutableBiMap.Builder
-
Returns a newly-created immutable bimap.
- build() - Method in class com.google.common.collect.ImmutableClassToInstanceMap.Builder
-
Returns a new immutable class-to-instance map containing the entries provided to this builder.
- build() - Method in class com.google.common.collect.ImmutableCollection.Builder
-
Returns a newly-created
ImmutableCollection
of the appropriate type, containing the elements provided to this builder. - build() - Method in class com.google.common.collect.ImmutableList.Builder
-
Returns a newly-created
ImmutableList
based on the contents of theBuilder
. - build() - Method in class com.google.common.collect.ImmutableListMultimap.Builder
-
Returns a newly-created immutable list multimap.
- build() - Method in class com.google.common.collect.ImmutableMap.Builder
-
Returns a newly-created immutable map.
- build() - Method in class com.google.common.collect.ImmutableMultimap.Builder
-
Returns a newly-created immutable multimap.
- build() - Method in class com.google.common.collect.ImmutableMultiset.Builder
-
Returns a newly-created
ImmutableMultiset
based on the contents of theBuilder
. - build() - Method in class com.google.common.collect.ImmutableRangeMap.Builder
-
Returns an
ImmutableRangeMap
containing the associations previously added to this builder. - build() - Method in class com.google.common.collect.ImmutableRangeSet.Builder
-
Returns an
ImmutableRangeSet
containing the ranges added to this builder. - build() - Method in class com.google.common.collect.ImmutableSet.Builder
-
Returns a newly-created
ImmutableSet
based on the contents of theBuilder
. - build() - Method in class com.google.common.collect.ImmutableSetMultimap.Builder
-
Returns a newly-created immutable set multimap.
- build() - Method in class com.google.common.collect.ImmutableSortedMap.Builder
-
Returns a newly-created immutable sorted map.
- build() - Method in class com.google.common.collect.ImmutableSortedMultiset.Builder
-
Returns a newly-created
ImmutableSortedMultiset
based on the contents of theBuilder
. - build() - Method in class com.google.common.collect.ImmutableSortedSet.Builder
-
Returns a newly-created
ImmutableSortedSet
based on the contents of theBuilder
and its comparator. - build() - Method in class com.google.common.collect.ImmutableTable.Builder
-
Returns a newly-created immutable table.
- build() - Method in class com.google.common.collect.MultimapBuilder
-
Returns a new, empty
Multimap
with the specified implementation. - build() - Method in class com.google.common.collect.MultimapBuilder.ListMultimapBuilder
- build() - Method in class com.google.common.collect.MultimapBuilder.SetMultimapBuilder
- build() - Method in class com.google.common.collect.MultimapBuilder.SortedSetMultimapBuilder
- build() - Method in class com.google.common.escape.Escapers.Builder
-
Returns a new escaper based on the current state of the builder.
- build() - Method in class net.minecraft.block.state.pattern.FactoryBlockPattern
- build() - Method in class net.minecraft.client.renderer.block.statemap.StateMap.Builder
- build() - Method in class net.minecraft.client.resources.model.WeightedBakedModel.Builder
- build() - Method in interface org.apache.commons.lang3.builder.Builder
-
Returns a reference to the object being constructed or result being calculated by the builder.
- build() - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Returns the String that was build as an object representation.
- build() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Implement the
Builder
interface. - build() - Method in class org.json.JSONPointer.Builder
-
Creates a
JSONPointer
instance using the tokens previously set using theJSONPointer.Builder.append(String)
method calls. - build(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.MultimapBuilder
-
Returns a
Multimap
with the specified implementation, initialized with the entries ofmultimap
. - build(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.MultimapBuilder.ListMultimapBuilder
- build(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.MultimapBuilder.SetMultimapBuilder
- build(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.MultimapBuilder.SortedSetMultimapBuilder
- buildBetterPickaxe - Static variable in class net.minecraft.stats.AchievementList
- buildEnchantmentList(EaglercraftRandom, ItemStack, int) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Create a list of random EnchantmentData (enchantments) that can be added together to the ItemStack, the 3rd parameter is the total enchantability level.
- builder() - Static method in class com.google.common.collect.ContiguousSet
- builder() - Static method in class com.google.common.collect.ImmutableBiMap
-
Returns a new builder.
- builder() - Static method in class com.google.common.collect.ImmutableClassToInstanceMap
-
Returns a new builder.
- builder() - Static method in class com.google.common.collect.ImmutableList
-
Returns a new builder.
- builder() - Static method in class com.google.common.collect.ImmutableListMultimap
-
Returns a new builder.
- builder() - Static method in class com.google.common.collect.ImmutableMap
-
Returns a new builder.
- builder() - Static method in class com.google.common.collect.ImmutableMultimap
-
Returns a new builder.
- builder() - Static method in class com.google.common.collect.ImmutableMultiset
-
Returns a new builder.
- builder() - Static method in class com.google.common.collect.ImmutableRangeMap
-
Returns a new builder for an immutable range map.
- builder() - Static method in class com.google.common.collect.ImmutableRangeSet
-
Returns a new builder for an immutable range set.
- builder() - Static method in class com.google.common.collect.ImmutableSet
-
Returns a new builder.
- builder() - Static method in class com.google.common.collect.ImmutableSetMultimap
-
Returns a new
ImmutableSetMultimap.Builder
. - builder() - Static method in class com.google.common.collect.ImmutableTable
-
Returns a new builder.
- builder() - Static method in class com.google.common.escape.Escapers
-
Returns a builder for creating simple, fast escapers.
- builder() - Static method in class org.json.JSONPointer
-
Static factory method for
JSONPointer.Builder
. - Builder<T> - Interface in org.apache.commons.lang3.builder
-
The Builder interface is designed to designate a class as a builder object in the Builder design pattern.
- Builder() - Constructor for class com.google.common.collect.ImmutableBiMap.Builder
-
Creates a new builder.
- Builder() - Constructor for class com.google.common.collect.ImmutableClassToInstanceMap.Builder
- Builder() - Constructor for class com.google.common.collect.ImmutableList.Builder
-
Creates a new builder.
- Builder() - Constructor for class com.google.common.collect.ImmutableListMultimap.Builder
-
Creates a new builder.
- Builder() - Constructor for class com.google.common.collect.ImmutableMap.Builder
-
Creates a new builder.
- Builder() - Constructor for class com.google.common.collect.ImmutableMultimap.Builder
-
Creates a new builder.
- Builder() - Constructor for class com.google.common.collect.ImmutableMultiset.Builder
-
Creates a new builder.
- Builder() - Constructor for class com.google.common.collect.ImmutableRangeMap.Builder
- Builder() - Constructor for class com.google.common.collect.ImmutableRangeSet.Builder
- Builder() - Constructor for class com.google.common.collect.ImmutableSet.Builder
-
Creates a new builder.
- Builder() - Constructor for class com.google.common.collect.ImmutableSetMultimap.Builder
-
Creates a new builder.
- Builder() - Constructor for class com.google.common.collect.ImmutableTable.Builder
-
Creates a new builder.
- Builder() - Constructor for class net.minecraft.client.renderer.block.statemap.StateMap.Builder
- Builder() - Constructor for class net.minecraft.client.resources.model.WeightedBakedModel.Builder
- Builder() - Constructor for class org.json.JSONPointer.Builder
- Builder(Comparator<? super E>) - Constructor for class com.google.common.collect.ImmutableSortedMultiset.Builder
-
Creates a new builder.
- Builder(Comparator<? super E>) - Constructor for class com.google.common.collect.ImmutableSortedSet.Builder
-
Creates a new builder.
- Builder(Comparator<? super K>) - Constructor for class com.google.common.collect.ImmutableSortedMap.Builder
-
Creates a new builder.
- Builder(ModelBlock) - Constructor for class net.minecraft.client.resources.model.SimpleBakedModel.Builder
- Builder(IBakedModel, EaglerTextureAtlasSprite) - Constructor for class net.minecraft.client.resources.model.SimpleBakedModel.Builder
- buildFurnace - Static variable in class net.minecraft.stats.AchievementList
- buildHoe - Static variable in class net.minecraft.stats.AchievementList
- buildPickaxe - Static variable in class net.minecraft.stats.AchievementList
- buildSword - Static variable in class net.minecraft.stats.AchievementList
- buildWorkBench - Static variable in class net.minecraft.stats.AchievementList
- BuiltInModel - Class in net.minecraft.client.resources.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- BuiltInModel(ItemCameraTransforms) - Constructor for class net.minecraft.client.resources.model.BuiltInModel
- BURNING_SKULL - net.minecraft.entity.item.EntityPainting.EnumArt
- BUST - net.minecraft.entity.item.EntityPainting.EnumArt
- buttonId - Variable in class net.minecraft.client.gui.GuiControls
-
+ The ID of the button that has been pressed.
- buttonList - Variable in class net.minecraft.client.gui.GuiScreen
-
+ A list of all the buttons in this container.
- buttonTextures - Static variable in class net.minecraft.client.gui.GuiButton
- byDyeDamage(int) - Static method in enum net.minecraft.item.EnumDyeColor
- byItemStack(ItemStack) - Static method in enum net.minecraft.item.ItemFishFood.FishType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockDirt.DirtType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockDoublePlant.EnumPlantType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockHugeMushroom.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockLever.EnumOrientation
- byMetadata(int) - Static method in enum net.minecraft.block.BlockPlanks.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockPrismarine.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockQuartz.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockRailBase.EnumRailDirection
- byMetadata(int) - Static method in enum net.minecraft.block.BlockRedSandstone.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockSand.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockSandStone.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockSilverfish.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockStone.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockStoneBrick.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockStoneSlab.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockStoneSlabNew.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockTallGrass.EnumType
- byMetadata(int) - Static method in enum net.minecraft.block.BlockWall.EnumType
- byMetadata(int) - Static method in enum net.minecraft.item.EnumDyeColor
- byMetadata(int) - Static method in enum net.minecraft.item.ItemFishFood.FishType
- byName(String) - Static method in enum net.minecraft.network.play.server.S45PacketTitle.Type
- byName(String) - Static method in enum net.minecraft.util.EnumFacing.Axis
-
+ Get the facing specified by the given name
- byName(String) - Static method in enum net.minecraft.util.EnumFacing
-
+ Get the facing specified by the given name
- byNetworkID(int) - Static method in enum net.minecraft.entity.item.EntityMinecart.EnumMinecartType
- BYTE_MINUS_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Byte constant for minus one.
- BYTE_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Byte constant for one.
- BYTE_ZERO - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Byte constant for zero.
- ByteArrayDataInput - Interface in com.google.common.io
-
An extension of
DataInput
for reading from in-memory byte arrays; its methods offer identical functionality but do not throwIOException
. - ByteArrayDataOutput - Interface in com.google.common.io
-
An extension of
DataOutput
for writing to in-memory byte arrays; its methods offer identical functionality but do not throwIOException
. - byteArrayFunnel() - Static method in class com.google.common.hash.Funnels
-
Returns a funnel that extracts the bytes from a
byte
array. - byteArrayToInt(byte[], int, int, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an array of byte into an int using the default (little endian, Lsb0) byte and bit ordering.
- byteArrayToLong(byte[], int, long, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an array of byte into a long using the default (little endian, Lsb0) byte and bit ordering.
- byteArrayToShort(byte[], int, short, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an array of byte into a short using the default (little endian, Lsb0) byte and bit ordering.
- byteArrayToUuid(byte[], int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts bytes from an array into a UUID using the default (little endian, Lsb0) byte and bit ordering.
- ByteBuf - Class in net.lax1dude.eaglercraft.v1_8.netty
-
A random and sequential accessible sequence of zero or more bytes (octets).
- ByteBuf() - Constructor for class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
- ByteBufEaglercraftImpl - Class in net.lax1dude.eaglercraft.v1_8.netty
-
Copyright (c) 2022-2023 LAX1DUDE.
- ByteBufEaglercraftImpl(ByteBuffer, int) - Constructor for class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- ByteBuffer - Interface in net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Copyright (c) 2022-2023 LAX1DUDE.
- ByteBufInputStream - Class in net.lax1dude.eaglercraft.v1_8.netty
-
An
InputStream
which reads data from aByteBuf
. - ByteBufInputStream(ByteBuf) - Constructor for class net.lax1dude.eaglercraft.v1_8.netty.ByteBufInputStream
-
Creates a new stream which reads data from the specified
buffer
starting at the currentreaderIndex
and ending at the currentwriterIndex
. - ByteBufInputStream(ByteBuf, boolean) - Constructor for class net.lax1dude.eaglercraft.v1_8.netty.ByteBufInputStream
-
Creates a new stream which reads data from the specified
buffer
starting at the currentreaderIndex
and ending at the currentwriterIndex
. - ByteBufInputStream(ByteBuf, int) - Constructor for class net.lax1dude.eaglercraft.v1_8.netty.ByteBufInputStream
-
Creates a new stream which reads data from the specified
buffer
starting at the currentreaderIndex
and ending atreaderIndex + length
. - ByteBufInputStream(ByteBuf, int, boolean) - Constructor for class net.lax1dude.eaglercraft.v1_8.netty.ByteBufInputStream
-
Creates a new stream which reads data from the specified
buffer
starting at the currentreaderIndex
and ending atreaderIndex + length
. - ByteBufOutputStream - Class in net.lax1dude.eaglercraft.v1_8.netty
-
An
OutputStream
which writes data to aByteBuf
. - ByteBufOutputStream(ByteBuf) - Constructor for class net.lax1dude.eaglercraft.v1_8.netty.ByteBufOutputStream
-
Creates a new stream which writes data to the specified
buffer
. - ByteBufUtil - Class in net.lax1dude.eaglercraft.v1_8.netty
-
A collection of utility methods that is related with handling
ByteBuf
, such as the generation of hex dump and swapping an integer's byte order. - ByteProcessor<T> - Interface in com.google.common.io
-
A callback interface to process bytes from a stream.
- Bytes - Class in com.google.common.primitives
-
Static utility methods pertaining to
byte
primitives, that are not already found in eitherByte
orArrays
, and interpret bytes as neither signed nor unsigned. - BYTES - Static variable in class com.google.common.primitives.Chars
-
The number of bytes required to represent a primitive
char
value. - BYTES - Static variable in class com.google.common.primitives.Doubles
-
The number of bytes required to represent a primitive
double
value. - BYTES - Static variable in class com.google.common.primitives.Floats
-
The number of bytes required to represent a primitive
float
value. - BYTES - Static variable in class com.google.common.primitives.Ints
-
The number of bytes required to represent a primitive
int
value. - BYTES - Static variable in class com.google.common.primitives.Longs
-
The number of bytes required to represent a primitive
long
value. - BYTES - Static variable in class com.google.common.primitives.Shorts
-
The number of bytes required to represent a primitive
short
value. - bytesBefore(byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- bytesBefore(byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Locates the first occurrence of the specified
value
in this buffer. - bytesBefore(byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- bytesBefore(byte) - Method in class net.minecraft.network.PacketBuffer
- bytesBefore(int, byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- bytesBefore(int, byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Locates the first occurrence of the specified
value
in this buffer. - bytesBefore(int, byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- bytesBefore(int, byte) - Method in class net.minecraft.network.PacketBuffer
- bytesBefore(int, int, byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- bytesBefore(int, int, byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Locates the first occurrence of the specified
value
in this buffer. - bytesBefore(int, int, byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- bytesBefore(int, int, byte) - Method in class net.minecraft.network.PacketBuffer
- ByteSink - Class in com.google.common.io
-
A destination to which bytes can be written, such as a file.
- ByteSink() - Constructor for class com.google.common.io.ByteSink
-
Constructor for use by subclasses.
- ByteSource - Class in com.google.common.io
-
A readable source of bytes, such as a file.
- ByteSource() - Constructor for class com.google.common.io.ByteSource
-
Constructor for use by subclasses.
- ByteStreams - Class in com.google.common.io
-
Provides utility methods for working with byte arrays and I/O streams.
- byteToBinary(byte, int, boolean[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a byte into an array of boolean using the default (little endian, Lsb0) byte and bit ordering.
- byteToHex(byte, int, String, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a byte into an array of Char using the default (little endian, Lsb0) byte and bit ordering.
- byteValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Returns the value of this MutableByte as a byte.
C
- C00Handshake - Class in net.minecraft.network.handshake.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C00Handshake() - Constructor for class net.minecraft.network.handshake.client.C00Handshake
- C00Handshake(int, String, int, EnumConnectionState) - Constructor for class net.minecraft.network.handshake.client.C00Handshake
- C00PacketKeepAlive - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C00PacketKeepAlive() - Constructor for class net.minecraft.network.play.client.C00PacketKeepAlive
- C00PacketKeepAlive(int) - Constructor for class net.minecraft.network.play.client.C00PacketKeepAlive
- C00PacketLoginStart - Class in net.minecraft.network.login.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C00PacketLoginStart() - Constructor for class net.minecraft.network.login.client.C00PacketLoginStart
- C00PacketLoginStart(GameProfile) - Constructor for class net.minecraft.network.login.client.C00PacketLoginStart
- C00PacketServerQuery - Class in net.minecraft.network.status.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C00PacketServerQuery() - Constructor for class net.minecraft.network.status.client.C00PacketServerQuery
- C01PacketChatMessage - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C01PacketChatMessage() - Constructor for class net.minecraft.network.play.client.C01PacketChatMessage
- C01PacketChatMessage(String) - Constructor for class net.minecraft.network.play.client.C01PacketChatMessage
- C01PacketEncryptionResponse - Class in net.minecraft.network.login.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C01PacketEncryptionResponse() - Constructor for class net.minecraft.network.login.client.C01PacketEncryptionResponse
- C01PacketPing - Class in net.minecraft.network.status.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C01PacketPing() - Constructor for class net.minecraft.network.status.client.C01PacketPing
- C01PacketPing(long) - Constructor for class net.minecraft.network.status.client.C01PacketPing
- C02PacketUseEntity - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C02PacketUseEntity() - Constructor for class net.minecraft.network.play.client.C02PacketUseEntity
- C02PacketUseEntity(Entity, C02PacketUseEntity.Action) - Constructor for class net.minecraft.network.play.client.C02PacketUseEntity
- C02PacketUseEntity(Entity, Vec3) - Constructor for class net.minecraft.network.play.client.C02PacketUseEntity
- C02PacketUseEntity.Action - Enum in net.minecraft.network.play.client
- C03PacketPlayer - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C03PacketPlayer() - Constructor for class net.minecraft.network.play.client.C03PacketPlayer
- C03PacketPlayer(boolean) - Constructor for class net.minecraft.network.play.client.C03PacketPlayer
- C03PacketPlayer.C04PacketPlayerPosition - Class in net.minecraft.network.play.client
- C03PacketPlayer.C05PacketPlayerLook - Class in net.minecraft.network.play.client
- C03PacketPlayer.C06PacketPlayerPosLook - Class in net.minecraft.network.play.client
- C04PacketPlayerPosition() - Constructor for class net.minecraft.network.play.client.C03PacketPlayer.C04PacketPlayerPosition
- C04PacketPlayerPosition(double, double, double, boolean) - Constructor for class net.minecraft.network.play.client.C03PacketPlayer.C04PacketPlayerPosition
- C05PacketPlayerLook() - Constructor for class net.minecraft.network.play.client.C03PacketPlayer.C05PacketPlayerLook
- C05PacketPlayerLook(float, float, boolean) - Constructor for class net.minecraft.network.play.client.C03PacketPlayer.C05PacketPlayerLook
- C06PacketPlayerPosLook() - Constructor for class net.minecraft.network.play.client.C03PacketPlayer.C06PacketPlayerPosLook
- C06PacketPlayerPosLook(double, double, double, float, float, boolean) - Constructor for class net.minecraft.network.play.client.C03PacketPlayer.C06PacketPlayerPosLook
- C07PacketPlayerDigging - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C07PacketPlayerDigging() - Constructor for class net.minecraft.network.play.client.C07PacketPlayerDigging
- C07PacketPlayerDigging(C07PacketPlayerDigging.Action, BlockPos, EnumFacing) - Constructor for class net.minecraft.network.play.client.C07PacketPlayerDigging
- C07PacketPlayerDigging.Action - Enum in net.minecraft.network.play.client
- C08PacketPlayerBlockPlacement - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C08PacketPlayerBlockPlacement() - Constructor for class net.minecraft.network.play.client.C08PacketPlayerBlockPlacement
- C08PacketPlayerBlockPlacement(ItemStack) - Constructor for class net.minecraft.network.play.client.C08PacketPlayerBlockPlacement
- C08PacketPlayerBlockPlacement(BlockPos, int, ItemStack, float, float, float) - Constructor for class net.minecraft.network.play.client.C08PacketPlayerBlockPlacement
- C09PacketHeldItemChange - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C09PacketHeldItemChange() - Constructor for class net.minecraft.network.play.client.C09PacketHeldItemChange
- C09PacketHeldItemChange(int) - Constructor for class net.minecraft.network.play.client.C09PacketHeldItemChange
- C0APacketAnimation - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C0APacketAnimation() - Constructor for class net.minecraft.network.play.client.C0APacketAnimation
- C0BPacketEntityAction - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C0BPacketEntityAction() - Constructor for class net.minecraft.network.play.client.C0BPacketEntityAction
- C0BPacketEntityAction(Entity, C0BPacketEntityAction.Action) - Constructor for class net.minecraft.network.play.client.C0BPacketEntityAction
- C0BPacketEntityAction(Entity, C0BPacketEntityAction.Action, int) - Constructor for class net.minecraft.network.play.client.C0BPacketEntityAction
- C0BPacketEntityAction.Action - Enum in net.minecraft.network.play.client
- C0CPacketInput - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C0CPacketInput() - Constructor for class net.minecraft.network.play.client.C0CPacketInput
- C0CPacketInput(float, float, boolean, boolean) - Constructor for class net.minecraft.network.play.client.C0CPacketInput
- C0DPacketCloseWindow - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C0DPacketCloseWindow() - Constructor for class net.minecraft.network.play.client.C0DPacketCloseWindow
- C0DPacketCloseWindow(int) - Constructor for class net.minecraft.network.play.client.C0DPacketCloseWindow
- C0EPacketClickWindow - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C0EPacketClickWindow() - Constructor for class net.minecraft.network.play.client.C0EPacketClickWindow
- C0EPacketClickWindow(int, int, int, int, ItemStack, short) - Constructor for class net.minecraft.network.play.client.C0EPacketClickWindow
- C0FPacketConfirmTransaction - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C0FPacketConfirmTransaction() - Constructor for class net.minecraft.network.play.client.C0FPacketConfirmTransaction
- C0FPacketConfirmTransaction(int, short, boolean) - Constructor for class net.minecraft.network.play.client.C0FPacketConfirmTransaction
- C10PacketCreativeInventoryAction - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C10PacketCreativeInventoryAction() - Constructor for class net.minecraft.network.play.client.C10PacketCreativeInventoryAction
- C10PacketCreativeInventoryAction(int, ItemStack) - Constructor for class net.minecraft.network.play.client.C10PacketCreativeInventoryAction
- C11PacketEnchantItem - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C11PacketEnchantItem() - Constructor for class net.minecraft.network.play.client.C11PacketEnchantItem
- C11PacketEnchantItem(int, int) - Constructor for class net.minecraft.network.play.client.C11PacketEnchantItem
- C12PacketUpdateSign - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C12PacketUpdateSign() - Constructor for class net.minecraft.network.play.client.C12PacketUpdateSign
- C12PacketUpdateSign(BlockPos, IChatComponent[]) - Constructor for class net.minecraft.network.play.client.C12PacketUpdateSign
- C13PacketPlayerAbilities - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C13PacketPlayerAbilities() - Constructor for class net.minecraft.network.play.client.C13PacketPlayerAbilities
- C13PacketPlayerAbilities(PlayerCapabilities) - Constructor for class net.minecraft.network.play.client.C13PacketPlayerAbilities
- C14PacketTabComplete - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C14PacketTabComplete() - Constructor for class net.minecraft.network.play.client.C14PacketTabComplete
- C14PacketTabComplete(String) - Constructor for class net.minecraft.network.play.client.C14PacketTabComplete
- C14PacketTabComplete(String, BlockPos) - Constructor for class net.minecraft.network.play.client.C14PacketTabComplete
- C15PacketClientSettings - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C15PacketClientSettings() - Constructor for class net.minecraft.network.play.client.C15PacketClientSettings
- C15PacketClientSettings(String, int, EntityPlayer.EnumChatVisibility, boolean, int) - Constructor for class net.minecraft.network.play.client.C15PacketClientSettings
- C16PacketClientStatus - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C16PacketClientStatus() - Constructor for class net.minecraft.network.play.client.C16PacketClientStatus
- C16PacketClientStatus(C16PacketClientStatus.EnumState) - Constructor for class net.minecraft.network.play.client.C16PacketClientStatus
- C16PacketClientStatus.EnumState - Enum in net.minecraft.network.play.client
- C17PacketCustomPayload - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C17PacketCustomPayload() - Constructor for class net.minecraft.network.play.client.C17PacketCustomPayload
- C17PacketCustomPayload(String, PacketBuffer) - Constructor for class net.minecraft.network.play.client.C17PacketCustomPayload
- C18PacketSpectate - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C18PacketSpectate() - Constructor for class net.minecraft.network.play.client.C18PacketSpectate
- C18PacketSpectate(EaglercraftUUID) - Constructor for class net.minecraft.network.play.client.C18PacketSpectate
- C19PacketResourcePackStatus - Class in net.minecraft.network.play.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- C19PacketResourcePackStatus() - Constructor for class net.minecraft.network.play.client.C19PacketResourcePackStatus
- C19PacketResourcePackStatus(String, C19PacketResourcePackStatus.Action) - Constructor for class net.minecraft.network.play.client.C19PacketResourcePackStatus
- C19PacketResourcePackStatus.Action - Enum in net.minecraft.network.play.client
- cache - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- cacheActiveRenderInfo(World, FontRenderer, Entity, Entity, GameSettings, float) - Method in class net.minecraft.client.renderer.entity.RenderManager
- cacheActiveRenderInfo(World, TextureManager, FontRenderer, Entity, float) - Method in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- CacheCustomSkin(EaglerSkinTexture, ResourceLocation, SkinModel) - Constructor for class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache.CacheCustomSkin
- cachedPointer - Variable in class net.minecraft.util.ResourceLocation
- cacheEnabled - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- cacheHit - Variable in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioResource
- cacheHit - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- cacheSkinCustom(EaglercraftUUID, byte[], SkinModel) - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache
- cacheSkinPreset(EaglercraftUUID, int) - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache
- cactus - Static variable in class net.minecraft.block.material.Material
- cactus - Static variable in class net.minecraft.init.Blocks
- cactus - Static variable in class net.minecraft.util.DamageSource
- CACTUS - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- cake - Static variable in class net.minecraft.block.material.Material
- cake - Static variable in class net.minecraft.init.Blocks
- cake - Static variable in class net.minecraft.init.Items
- calcDamageByCreature(int, EnumCreatureAttribute) - Method in class net.minecraft.enchantment.Enchantment
-
+ Calculates the additional damage that will be dealt by an item with this enchantment.
- calcDamageByCreature(int, EnumCreatureAttribute) - Method in class net.minecraft.enchantment.EnchantmentDamage
-
+ Calculates the additional damage that will be dealt by an item with this enchantment.
- calcItemStackEnchantability(EaglercraftRandom, int, int, ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the enchantability of itemstack, it's uses a singular formula for each index (2nd parameter: 0, 1 and 2), cutting to the max enchantability power of the table (3rd parameter)
- calcModifierDamage(int, DamageSource) - Method in class net.minecraft.enchantment.Enchantment
-
+ Calculates the damage protection of the enchantment based on level and damage source passed.
- calcModifierDamage(int, DamageSource) - Method in class net.minecraft.enchantment.EnchantmentProtection
-
+ Calculates the damage protection of the enchantment based on level and damage source passed.
- calcPotionLiquidColor(Collection<PotionEffect>) - Static method in class net.minecraft.potion.PotionHelper
-
+ Given a
Collection
<PotionEffect
> will return an Integer color. - calcRedstone(TileEntity) - Static method in class net.minecraft.inventory.Container
-
+ Like the version that takes an inventory.
- calcRedstoneFromInventory(IInventory) - Static method in class net.minecraft.inventory.Container
- calcSunriseSunsetColors(float, float) - Method in class net.minecraft.world.WorldProvider
-
+ Returns array with sunrise/sunset colors
- calcSunriseSunsetColors(float, float) - Method in class net.minecraft.world.WorldProviderEnd
-
+ Returns array with sunrise/sunset colors
- calculateCelestialAngle(long, float) - Method in class net.minecraft.world.WorldProvider
-
+ Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
- calculateCelestialAngle(long, float) - Method in class net.minecraft.world.WorldProviderEnd
-
+ Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
- calculateCelestialAngle(long, float) - Method in class net.minecraft.world.WorldProviderHell
-
+ Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
- calculateChatboxHeight(float) - Static method in class net.minecraft.client.gui.GuiNewChat
- calculateChatboxWidth(float) - Static method in class net.minecraft.client.gui.GuiNewChat
- calculateInitialSkylight() - Method in class net.minecraft.world.World
-
+ Called on construction of the World class to setup the initial skylight values
- calculateInitialWeather() - Method in class net.minecraft.world.World
-
+ Called from World constructor to set rainingStrength and thunderingStrength
- calculateInputStrength(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneComparator
- calculateInputStrength(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- calculateIntercept(Vec3, Vec3) - Method in class net.minecraft.util.AxisAlignedBB
- calculateLogBaseTwo(int) - Static method in class net.minecraft.util.MathHelper
-
+ Efficiently calculates the floor of the base-2 log of an integer value.
- calculateMapCenter(double, double, int) - Method in class net.minecraft.world.storage.MapData
- calculateSkylightSubtracted(float) - Method in class net.minecraft.world.World
-
+ Returns the amount of skylight subtracted for the current time
- calculateXOffset(AxisAlignedBB, double) - Method in class net.minecraft.util.AxisAlignedBB
-
+ if instance and the argument bounding boxes overlap in the Y and Z dimensions, calculate the offset between them in the X dimension.
- calculateYOffset(AxisAlignedBB, double) - Method in class net.minecraft.util.AxisAlignedBB
-
+ if instance and the argument bounding boxes overlap in the X and Z dimensions, calculate the offset between them in the Y dimension.
- calculateZOffset(AxisAlignedBB, double) - Method in class net.minecraft.util.AxisAlignedBB
-
+ if instance and the argument bounding boxes overlap in the Y and X dimensions, calculate the offset between them in the Z dimension.
- CalendarUtils - Class in org.apache.commons.lang3.time
-
Helps use
Calendar
s. - CalendarUtils(Calendar) - Constructor for class org.apache.commons.lang3.time.CalendarUtils
-
Creates an instance for the given Calendar.
- call() - Method in class net.minecraft.client.gui.GuiOverlayDebug
- call() - Method in interface org.apache.commons.lang3.function.FailableCallable
-
Calls the callable.
- call() - Method in interface org.apache.commons.lang3.Functions.FailableCallable
-
Deprecated.Calls the callable.
- call(FailableCallable<V, E>) - Static method in class org.apache.commons.lang3.function.Failable
-
Calls a callable and rethrows any exception as a
RuntimeException
. - call(Functions.FailableCallable<O, T>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Calls a callable and rethrows any exception as a
RuntimeException
. - callable(Runnable) - Static method in class net.lax1dude.eaglercraft.v1_8.futures.Executors
- callable(Runnable, T) - Static method in class net.lax1dude.eaglercraft.v1_8.futures.Executors
- callEvent(String, BaseData) - Static method in class net.zxmushroom63.plugins.PluginAPI
- callList(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- cameraPitch - Variable in class net.minecraft.entity.EntityLivingBase
- cameraTransforms - Variable in class net.minecraft.client.resources.model.SimpleBakedModel
- cameraYaw - Variable in class net.minecraft.entity.player.EntityPlayer
- CAN - Static variable in class com.google.common.base.Ascii
-
Cancel: A control character used to indicate that the data with which it is sent is in error or is to be disregarded.
- canAbondonItems() - Method in class net.minecraft.entity.passive.EntityVillager
-
+ Used by
EntityAIVillagerInteract
to check if the villager can give some items from an inventory to another villager. - canAddItemToSlot(Slot, ItemStack, boolean) - Static method in class net.minecraft.inventory.Container
-
+ Checks if it's possible to add the given itemstack to the given slot.
- canApply(ItemStack) - Method in class net.minecraft.enchantment.Enchantment
-
+ Determines if this enchantment can be applied to a specific ItemStack.
- canApply(ItemStack) - Method in class net.minecraft.enchantment.EnchantmentDamage
-
+ Determines if this enchantment can be applied to a specific ItemStack.
- canApply(ItemStack) - Method in class net.minecraft.enchantment.EnchantmentDigging
-
+ Determines if this enchantment can be applied to a specific ItemStack.
- canApply(ItemStack) - Method in class net.minecraft.enchantment.EnchantmentDurability
-
+ Determines if this enchantment can be applied to a specific ItemStack.
- canApply(ItemStack) - Method in class net.minecraft.enchantment.EnchantmentThorns
-
+ Determines if this enchantment can be applied to a specific ItemStack.
- canApply(ItemStack) - Method in class net.minecraft.enchantment.EnchantmentUntouching
-
+ Determines if this enchantment can be applied to a specific ItemStack.
- canApplyTogether(Enchantment) - Method in class net.minecraft.enchantment.Enchantment
-
+ Determines if the enchantment passed can be applyied together with this enchantment.
- canApplyTogether(Enchantment) - Method in class net.minecraft.enchantment.EnchantmentDamage
-
+ Determines if the enchantment passed can be applyied together with this enchantment.
- canApplyTogether(Enchantment) - Method in class net.minecraft.enchantment.EnchantmentLootBonus
-
+ Determines if the enchantment passed can be applyied together with this enchantment.
- canApplyTogether(Enchantment) - Method in class net.minecraft.enchantment.EnchantmentProtection
-
+ Determines if the enchantment passed can be applyied together with this enchantment.
- canApplyTogether(Enchantment) - Method in class net.minecraft.enchantment.EnchantmentUntouching
-
+ Determines if the enchantment passed can be applyied together with this enchantment.
- canAttackClass(Class<? extends EntityLivingBase>) - Method in class net.minecraft.entity.EntityLiving
-
+ Returns true if this entity can attack entities of the specified class.
- canAttackClass(Class<? extends EntityLivingBase>) - Method in class net.minecraft.entity.monster.EntityIronGolem
-
+ Returns true if this entity can attack entities of the specified class.
- canAttackPlayer(EntityPlayer) - Method in class net.minecraft.entity.player.EntityPlayer
- canAttackWithItem() - Method in class net.minecraft.client.particle.EntityFX
-
+ If returns false, the item will not inflict any damage against entities.
- canAttackWithItem() - Method in class net.minecraft.entity.Entity
-
+ If returns false, the item will not inflict any damage against entities.
- canAttackWithItem() - Method in class net.minecraft.entity.item.EntityEnderEye
-
+ If returns false, the item will not inflict any damage against entities.
- canAttackWithItem() - Method in class net.minecraft.entity.item.EntityFireworkRocket
-
+ If returns false, the item will not inflict any damage against entities.
- canAttackWithItem() - Method in class net.minecraft.entity.item.EntityItem
-
+ If returns false, the item will not inflict any damage against entities.
- canAttackWithItem() - Method in class net.minecraft.entity.item.EntityXPOrb
-
+ If returns false, the item will not inflict any damage against entities.
- canAttackWithItem() - Method in class net.minecraft.entity.projectile.EntityArrow
-
+ If returns false, the item will not inflict any damage against entities.
- canBeCollidedWith() - Method in class net.minecraft.entity.boss.EntityDragon
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.boss.EntityDragonPart
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.Entity
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.EntityHanging
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.item.EntityBoat
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.item.EntityEnderCrystal
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.item.EntityFallingBlock
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.item.EntityTNTPrimed
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.projectile.EntityFireball
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.projectile.EntitySmallFireball
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeCollidedWith() - Method in class net.minecraft.entity.projectile.EntityWitherSkull
-
+ Returns true if other Entities should be prevented from moving through this Entity.
- canBeHovered() - Method in class net.minecraft.inventory.Slot
-
+ Actualy only call when we want to render the white square effect over the slots.
- canBePickedUp - Variable in class net.minecraft.entity.projectile.EntityArrow
- canBePushed() - Method in class net.minecraft.client.particle.EntityFirework.SparkFX
- canBePushed() - Method in class net.minecraft.entity.Entity
-
+ Returns true if this entity should push and be pushed by other entities when colliding.
- canBePushed() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns true if this entity should push and be pushed by other entities when colliding.
- canBePushed() - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ Returns true if this entity should push and be pushed by other entities when colliding.
- canBePushed() - Method in class net.minecraft.entity.item.EntityBoat
-
+ Returns true if this entity should push and be pushed by other entities when colliding.
- canBePushed() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Returns true if this entity should push and be pushed by other entities when colliding.
- canBePushed() - Method in class net.minecraft.entity.passive.EntityBat
-
+ Returns true if this entity should push and be pushed by other entities when colliding.
- canBePushed() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Returns true if this entity should push and be pushed by other entities when colliding.
- canBeSteered() - Method in class net.minecraft.entity.EntityLiving
-
+ returns true if all the conditions for steering the entity are met.
- canBeSteered() - Method in class net.minecraft.entity.passive.EntityPig
-
+ returns true if all the conditions for steering the entity are met.
- canBeUsed(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityEnderChest
- canBlockBePlaced(Block, BlockPos, boolean, EnumFacing, Entity, ItemStack) - Method in class net.minecraft.world.World
- canBlockFreeze(BlockPos, boolean) - Method in class net.minecraft.world.World
-
+ Checks to see if a given block is both water and cold enough to freeze.
- canBlockFreezeNoWater(BlockPos) - Method in class net.minecraft.world.World
- canBlockFreezeWater(BlockPos) - Method in class net.minecraft.world.World
- canBlockSeeSky(BlockPos) - Method in class net.minecraft.world.World
- canBlockStay(World, BlockPos) - Method in class net.minecraft.block.BlockCactus
- canBlockStay(World, BlockPos) - Method in class net.minecraft.block.BlockRedstoneDiode
- canBlockStay(World, BlockPos) - Method in class net.minecraft.block.BlockReed
- canBlockStay(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockBush
- canBlockStay(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockCocoa
- canBlockStay(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockCrops
- canBlockStay(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockDoublePlant
- canBlockStay(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockLilyPad
- canBlockStay(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockMushroom
- canBlockStay(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockNetherWart
- canBlockStay(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockTallGrass
- canBlockStay(World, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockLadder
- canBreatheUnderwater() - Method in class net.minecraft.entity.EntityLivingBase
- canBreatheUnderwater() - Method in class net.minecraft.entity.passive.EntityWaterMob
- canCarryChest() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Return true if the horse entity can carry a chest.
- canCatchFire(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockFire
-
+ Checks if the block can be caught on fire
- cancel(boolean) - Method in interface net.lax1dude.eaglercraft.v1_8.futures.Future
- cancel(boolean) - Method in class net.lax1dude.eaglercraft.v1_8.futures.FutureTask
- cancelButtonText - Variable in class net.minecraft.client.gui.GuiYesNo
- CancellationException - Exception in net.lax1dude.eaglercraft.v1_8.futures
-
Copyright (c) 2022-2023 LAX1DUDE.
- CancellationException() - Constructor for exception net.lax1dude.eaglercraft.v1_8.futures.CancellationException
- CancellationException(String) - Constructor for exception net.lax1dude.eaglercraft.v1_8.futures.CancellationException
- CancellationException(String, Throwable) - Constructor for exception net.lax1dude.eaglercraft.v1_8.futures.CancellationException
- CancellationException(Throwable) - Constructor for exception net.lax1dude.eaglercraft.v1_8.futures.CancellationException
- canCollideCheck(IBlockState, boolean) - Method in class net.minecraft.block.Block
- canCollideCheck(IBlockState, boolean) - Method in class net.minecraft.block.BlockAir
- canCollideCheck(IBlockState, boolean) - Method in class net.minecraft.block.BlockLiquid
- canCollideCheck(IBlockState, boolean) - Method in class net.minecraft.block.BlockStairs
- canCommandSenderUseCommand(int, String) - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
-
+ Returns
true
if the CommandSender is allowed to execute the command,false
if not - canCommandSenderUseCommand(int, String) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Returns
true
if the CommandSender is allowed to execute the command,false
if not - canCommandSenderUseCommand(int, String) - Method in interface net.minecraft.command.ICommandSender
-
+ Returns
true
if the CommandSender is allowed to execute the command,false
if not - canCommandSenderUseCommand(int, String) - Method in class net.minecraft.command.server.CommandBlockLogic
-
+ Returns
true
if the CommandSender is allowed to execute the command,false
if not - canCommandSenderUseCommand(int, String) - Method in class net.minecraft.entity.Entity
-
+ Returns
true
if the CommandSender is allowed to execute the command,false
if not - canConnectTo(IBlockState, EnumFacing) - Static method in class net.minecraft.block.BlockRedstoneWire
- canConnectTo(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockFence
- canConnectTo(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockWall
- canConnectUpwardsTo(IBlockState) - Static method in class net.minecraft.block.BlockRedstoneWire
- canConnectUpwardsTo(IBlockAccess, BlockPos) - Static method in class net.minecraft.block.BlockRedstoneWire
- canContainSilverfish(IBlockState) - Static method in class net.minecraft.block.BlockSilverfish
- canCook() - Method in enum net.minecraft.item.ItemFishFood.FishType
- canCoordinateBeSpawn(int, int) - Method in class net.minecraft.world.WorldProvider
-
+ Will check if the x, z position specified is alright to be set as the map spawn point
- canCoordinateBeSpawn(int, int) - Method in class net.minecraft.world.WorldProviderEnd
-
+ Will check if the x, z position specified is alright to be set as the map spawn point
- canCoordinateBeSpawn(int, int) - Method in class net.minecraft.world.WorldProviderHell
-
+ Will check if the x, z position specified is alright to be set as the map spawn point
- canDamagePlayer() - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Indicates weather the slime is able to damage the player (based upon the slime's size)
- canDamagePlayer() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Indicates weather the slime is able to damage the player (based upon the slime's size)
- canDespawn() - Method in class net.minecraft.entity.EntityLiving
-
+ Determines if an entity can be despawned, used on idle far away entities
- canDespawn() - Method in class net.minecraft.entity.monster.EntityGolem
-
+ Determines if an entity can be despawned, used on idle far away entities
- canDespawn() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Determines if an entity can be despawned, used on idle far away entities
- canDespawn() - Method in class net.minecraft.entity.passive.EntityAnimal
-
+ Determines if an entity can be despawned, used on idle far away entities
- canDespawn() - Method in class net.minecraft.entity.passive.EntityChicken
-
+ Determines if an entity can be despawned, used on idle far away entities
- canDespawn() - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Determines if an entity can be despawned, used on idle far away entities
- canDespawn() - Method in class net.minecraft.entity.passive.EntityVillager
-
+ Determines if an entity can be despawned, used on idle far away entities
- canDespawn() - Method in class net.minecraft.entity.passive.EntityWaterMob
-
+ Determines if an entity can be despawned, used on idle far away entities
- canDespawn() - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Determines if an entity can be despawned, used on idle far away entities
- canDestroy(Block) - Method in class net.minecraft.item.ItemStack
- canDie(World, BlockPos) - Method in class net.minecraft.block.BlockFire
- canDispenserPlace(World, BlockPos) - Method in class net.minecraft.block.BlockPumpkin
- canDispenserPlace(World, BlockPos, ItemStack) - Method in class net.minecraft.block.BlockSkull
- canDragIntoSlot(Slot) - Method in class net.minecraft.inventory.Container
-
+ Returns true if the player can "drag-spilt" items into this slot,.
- canDropFromExplosion(Explosion) - Method in class net.minecraft.block.Block
-
+ Return whether this block can drop from an explosion.
- canDropFromExplosion(Explosion) - Method in class net.minecraft.block.BlockTNT
-
+ Return whether this block can drop from an explosion.
- canDropLoot() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Entity won't drop items or experience points if this returns false
- canDropLoot() - Method in class net.minecraft.entity.monster.EntityMob
-
+ Entity won't drop items or experience points if this returns false
- canEat(boolean) - Method in class net.minecraft.entity.player.EntityPlayer
- canEditBlocks() - Method in class net.minecraft.item.ItemStack
- canEnchantItem(Item) - Method in enum net.minecraft.enchantment.EnumEnchantmentType
-
+ Return true if the item passed can be enchanted by a enchantment of this type.
- canEntityBeSeen(Entity) - Method in class net.minecraft.entity.EntityLivingBase
-
+ returns true if the entity provided in the argument can be seen.
- canExecuteYet() - Method in class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- canExtractItem(int, ItemStack, EnumFacing) - Method in interface net.minecraft.inventory.ISidedInventory
-
+ Returns true if automation can extract the given item in the given slot from the given side.
- canExtractItem(int, ItemStack, EnumFacing) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
-
+ Returns true if automation can extract the given item in the given slot from the given side.
- canExtractItem(int, ItemStack, EnumFacing) - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Returns true if automation can extract the given item in the given slot from the given side.
- canFallInto(World, BlockPos) - Static method in class net.minecraft.block.BlockFalling
- canGrow(World, BlockPos, IBlockState, boolean) - Method in class net.minecraft.block.BlockCocoa
-
+ Whether this IGrowable can grow
- canGrow(World, BlockPos, IBlockState, boolean) - Method in class net.minecraft.block.BlockCrops
-
+ Whether this IGrowable can grow
- canGrow(World, BlockPos, IBlockState, boolean) - Method in class net.minecraft.block.BlockDoublePlant
-
+ Whether this IGrowable can grow
- canGrow(World, BlockPos, IBlockState, boolean) - Method in class net.minecraft.block.BlockGrass
-
+ Whether this IGrowable can grow
- canGrow(World, BlockPos, IBlockState, boolean) - Method in class net.minecraft.block.BlockMushroom
-
+ Whether this IGrowable can grow
- canGrow(World, BlockPos, IBlockState, boolean) - Method in class net.minecraft.block.BlockSapling
-
+ Whether this IGrowable can grow
- canGrow(World, BlockPos, IBlockState, boolean) - Method in class net.minecraft.block.BlockStem
-
+ Whether this IGrowable can grow
- canGrow(World, BlockPos, IBlockState, boolean) - Method in class net.minecraft.block.BlockTallGrass
-
+ Whether this IGrowable can grow
- canGrow(World, BlockPos, IBlockState, boolean) - Method in interface net.minecraft.block.IGrowable
-
+ Whether this IGrowable can grow
- canHarmInCreative() - Method in class net.minecraft.util.DamageSource
- canHarvestBlock(Block) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Checks if the player has the ability to harvest a block (checks current inventory item for a tool if necessary)
- canHarvestBlock(Block) - Method in class net.minecraft.item.Item
-
+ Check whether this Item can harvest the given Block
- canHarvestBlock(Block) - Method in class net.minecraft.item.ItemPickaxe
-
+ Check whether this Item can harvest the given Block
- canHarvestBlock(Block) - Method in class net.minecraft.item.ItemShears
-
+ Check whether this Item can harvest the given Block
- canHarvestBlock(Block) - Method in class net.minecraft.item.ItemSpade
-
+ Check whether this Item can harvest the given Block
- canHarvestBlock(Block) - Method in class net.minecraft.item.ItemStack
-
+ Check whether the given Block can be harvested using this ItemStack.
- canHarvestBlock(Block) - Method in class net.minecraft.item.ItemSword
-
+ Check whether this Item can harvest the given Block
- canHeldItemHarvest(Block) - Method in class net.minecraft.entity.player.InventoryPlayer
- canInsertItem(int, ItemStack, EnumFacing) - Method in interface net.minecraft.inventory.ISidedInventory
-
+ Returns true if automation can insert the given item in the given slot from the given side.
- canInsertItem(int, ItemStack, EnumFacing) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
-
+ Returns true if automation can insert the given item in the given slot from the given side.
- canInsertItem(int, ItemStack, EnumFacing) - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Returns true if automation can insert the given item in the given slot from the given side.
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.Container
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerBeacon
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerBrewingStand
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerChest
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerDispenser
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerEnchantment
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerFurnace
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerHopper
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerHorseInventory
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerMerchant
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerPlayer
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerRepair
- canInteractWith(EntityPlayer) - Method in class net.minecraft.inventory.ContainerWorkbench
- canItemEditBlocks() - Method in class net.minecraft.item.Item
-
+ Returns true if players can use this item to affect the world (e.g.
- canLightningStrike(BlockPos) - Method in class net.minecraft.world.World
- canMateWith(EntityAnimal) - Method in class net.minecraft.entity.passive.EntityAnimal
-
+ Returns true if the mob is currently able to mate with the specified mob.
- canMateWith(EntityAnimal) - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Returns true if the mob is currently able to mate with the specified mob.
- canMateWith(EntityAnimal) - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Returns true if the mob is currently able to mate with the specified mob.
- canMateWith(EntityAnimal) - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Returns true if the mob is currently able to mate with the specified mob.
- canMergeSlot(ItemStack, Slot) - Method in class net.minecraft.inventory.Container
-
+ Called to determine if the current slot is valid for the stack merging (double-click) code.
- canMergeSlot(ItemStack, Slot) - Method in class net.minecraft.inventory.ContainerPlayer
-
+ Called to determine if the current slot is valid for the stack merging (double-click) code.
- canMergeSlot(ItemStack, Slot) - Method in class net.minecraft.inventory.ContainerWorkbench
-
+ Called to determine if the current slot is valid for the stack merging (double-click) code.
- canMove() - Method in class net.minecraft.block.state.BlockPistonStructureHelper
- cannotPickup() - Method in class net.minecraft.entity.item.EntityItem
- canonical(DiscreteDomain<C>) - Method in class com.google.common.collect.Range
-
Returns the canonical form of this range in the given domain.
- canOpen(LockCode) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Check whether this player can open an inventory locked with the given LockCode.
- canPaneConnectToBlock(Block) - Method in class net.minecraft.block.BlockPane
- canPickUpLoot() - Method in class net.minecraft.entity.EntityLiving
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.Block
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockBanner
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockBasePressurePlate
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockBush
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockButton
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockCactus
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockCake
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockCarpet
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockChest
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockDoor
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockDoublePlant
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockFenceGate
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockFire
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockFlowerPot
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockLadder
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockLever
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockMushroom
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockPistonExtension
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockPistonMoving
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockPumpkin
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockRailBase
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockRedstoneDiode
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockRedstoneWire
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockReed
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockSign
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockSnow
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockStairs
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockTorch
- canPlaceBlockAt(World, BlockPos) - Method in class net.minecraft.block.BlockTripWireHook
- canPlaceBlockOn(Block) - Method in class net.minecraft.block.BlockBush
-
+ is the block grass, dirt or farmland
- canPlaceBlockOn(Block) - Method in class net.minecraft.block.BlockCrops
-
+ is the block grass, dirt or farmland
- canPlaceBlockOn(Block) - Method in class net.minecraft.block.BlockDeadBush
-
+ is the block grass, dirt or farmland
- canPlaceBlockOn(Block) - Method in class net.minecraft.block.BlockLilyPad
-
+ is the block grass, dirt or farmland
- canPlaceBlockOn(Block) - Method in class net.minecraft.block.BlockMushroom
-
+ is the block grass, dirt or farmland
- canPlaceBlockOn(Block) - Method in class net.minecraft.block.BlockNetherWart
-
+ is the block grass, dirt or farmland
- canPlaceBlockOn(Block) - Method in class net.minecraft.block.BlockStem
-
+ is the block grass, dirt or farmland
- canPlaceBlockOnSide(World, BlockPos, EnumFacing) - Method in class net.minecraft.block.Block
-
+ Check whether this Block can be placed on the given side
- canPlaceBlockOnSide(World, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockButton
-
+ Check whether this Block can be placed on the given side
- canPlaceBlockOnSide(World, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockLever
-
+ Check whether this Block can be placed on the given side
- canPlaceBlockOnSide(World, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockPistonExtension
-
+ Check whether this Block can be placed on the given side
- canPlaceBlockOnSide(World, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockPistonMoving
-
+ Check whether this Block can be placed on the given side
- canPlaceBlockOnSide(World, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockTrapDoor
-
+ Check whether this Block can be placed on the given side
- canPlaceBlockOnSide(World, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockTripWireHook
-
+ Check whether this Block can be placed on the given side
- canPlaceBlockOnSide(World, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockVine
-
+ Check whether this Block can be placed on the given side
- canPlaceBlockOnSide(World, BlockPos, EnumFacing, EntityPlayer, ItemStack) - Method in class net.minecraft.item.ItemBlock
- canPlaceBlockOnSide(World, BlockPos, EnumFacing, EntityPlayer, ItemStack) - Method in class net.minecraft.item.ItemSlab
- canPlaceOn(Block) - Method in class net.minecraft.item.ItemStack
- canPlayerEdit(BlockPos, EnumFacing, ItemStack) - Method in class net.minecraft.entity.player.EntityPlayer
- canPowerSide(Block) - Method in class net.minecraft.block.BlockRedstoneDiode
- canPowerSide(Block) - Method in class net.minecraft.block.BlockRedstoneRepeater
- canProvidePower() - Method in class net.minecraft.block.Block
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockBasePressurePlate
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockButton
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockChest
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockCompressedPowered
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockDaylightDetector
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockLever
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockRailDetector
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockRedstoneDiode
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockRedstoneTorch
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockRedstoneWire
-
+ Can this block provide power.
- canProvidePower() - Method in class net.minecraft.block.BlockTripWireHook
-
+ Can this block provide power.
- canPush(Block, World, BlockPos, EnumFacing, boolean) - Static method in class net.minecraft.block.BlockPistonBase
- canRead() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- canRead() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- canRecipeBeUsed(ItemStack, ItemStack, int) - Method in class net.minecraft.village.MerchantRecipeList
-
+ can par1,par2 be used to in crafting recipe par3
- canRenderName(EntityArmorStand) - Method in class net.minecraft.client.renderer.entity.ArmorStandRenderer
- canRenderName(T) - Method in class net.minecraft.client.renderer.entity.Render
- canRenderName(T) - Method in class net.minecraft.client.renderer.entity.RendererLivingEntity
- canRenderName(T) - Method in class net.minecraft.client.renderer.entity.RenderLiving
- canRenderOnFire() - Method in class net.minecraft.entity.Entity
-
+ Return whether this entity should be rendered as on fire.
- canRenderOnFire() - Method in class net.minecraft.entity.item.EntityFallingBlock
-
+ Return whether this entity should be rendered as on fire.
- canRepeat() - Method in interface net.minecraft.client.audio.ISound
- canRepeat() - Method in class net.minecraft.client.audio.PositionedSound
- canReplace(World, BlockPos, EnumFacing, ItemStack) - Method in class net.minecraft.block.Block
- canReplaceExisting() - Method in class net.minecraft.client.audio.SoundList
- canRespawnHere() - Method in class net.minecraft.world.WorldProvider
-
+ True if the player can respawn in this dimension (true = overworld, false = nether).
- canRespawnHere() - Method in class net.minecraft.world.WorldProviderEnd
-
+ True if the player can respawn in this dimension (true = overworld, false = nether).
- canRespawnHere() - Method in class net.minecraft.world.WorldProviderHell
-
+ True if the player can respawn in this dimension (true = overworld, false = nether).
- canSave() - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
-
+ Returns if the IChunkProvider supports saving.
- canSave() - Method in interface net.minecraft.world.chunk.IChunkProvider
-
+ Returns if the IChunkProvider supports saving.
- canSeeSky(BlockPos) - Method in class net.minecraft.world.chunk.Chunk
- canSeeSky(BlockPos) - Method in class net.minecraft.world.chunk.EmptyChunk
- canSeeSky(BlockPos) - Method in class net.minecraft.world.World
- canSilkHarvest() - Method in class net.minecraft.block.Block
- canSilkHarvest() - Method in class net.minecraft.block.BlockEnderChest
- canSilkHarvest() - Method in class net.minecraft.block.BlockGlass
- canSilkHarvest() - Method in class net.minecraft.block.BlockPane
- canSilkHarvest() - Method in class net.minecraft.block.BlockSeaLantern
- canSilkHarvest() - Method in class net.minecraft.block.BlockSlab
- canSilkHarvest() - Method in class net.minecraft.block.BlockStainedGlass
- canSilkHarvest() - Method in class net.minecraft.block.BlockWeb
- canSnowAt(BlockPos, boolean) - Method in class net.minecraft.world.World
-
+ Checks to see if a given block can accumulate snow from it snowing
- canSpawnLightningBolt() - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ Return true if the biome supports lightning bolt spawn, either by have the bolts enabled and have rain enabled.
- canTakeStack(EntityPlayer) - Method in class net.minecraft.inventory.Slot
-
+ Return whether this slot's stack can be taken from this slot.
- canTransfer() - Method in class net.minecraft.entity.item.EntityMinecartHopper
-
+ Returns whether the hopper cart can currently transfer an item.
- canTranslate(String) - Static method in class net.minecraft.util.StatCollector
-
+ Determines whether or not translateToLocal will find a translation for the given key.
- canTriggerWalking() - Method in class net.minecraft.client.particle.EntityFX
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.Entity
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.item.EntityBoat
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.item.EntityEnderCrystal
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.item.EntityFallingBlock
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.item.EntityItem
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.item.EntityTNTPrimed
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.item.EntityXPOrb
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.monster.EntityEndermite
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.monster.EntitySilverfish
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.passive.EntityBat
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.passive.EntitySquid
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canTriggerWalking() - Method in class net.minecraft.entity.projectile.EntityArrow
-
+ returns if this entity triggers Block.onEntityWalking on the blocks they walk on.
- canUnlockAchievement(Achievement) - Method in class net.minecraft.stats.StatFileWriter
-
+ Returns true if the parent has been unlocked, or there is no parent
- canUseArrayDirectly() - Method in class net.lax1dude.eaglercraft.v1_8.EaglerInputStream
- canUseBonemeal(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockCocoa
- canUseBonemeal(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockCrops
- canUseBonemeal(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockDoublePlant
- canUseBonemeal(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockGrass
- canUseBonemeal(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockMushroom
- canUseBonemeal(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockSapling
- canUseBonemeal(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockStem
- canUseBonemeal(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockTallGrass
- canUseBonemeal(World, EaglercraftRandom, BlockPos, IBlockState) - Method in interface net.minecraft.block.IGrowable
- canvas - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- canWearArmor() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Return true if the horse entity can wear an armor
- canWrite() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- canWrite() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- capabilities - Variable in class net.minecraft.entity.player.EntityPlayer
-
+ The player's capabilities.
- capacity() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- capacity() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- capacity() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- capacity() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- capacity() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- capacity() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns the number of bytes (octets) this buffer can contain.
- capacity() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- capacity() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- capacity() - Method in class net.minecraft.network.PacketBuffer
- capacity() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Gets the current size of the internal character array buffer.
- capacity(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Adjusts the capacity of this buffer.
- capacity(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- capacity(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- capacity(int) - Method in class net.minecraft.network.PacketBuffer
- cape - Variable in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.TexturesProperty
- CAPE - net.minecraft.entity.player.EnumPlayerModelParts
- capitalize(String) - Static method in class org.apache.commons.lang3.StringUtils
-
Capitalizes a String changing the first character to title case as per
Character.toTitleCase(int)
. - capitalize(String) - Static method in class org.apache.commons.lang3.text.WordUtils
-
Deprecated.Capitalizes all the whitespace separated words in a String.
- capitalize(String, char...) - Static method in class org.apache.commons.lang3.text.WordUtils
-
Deprecated.Capitalizes all the delimiter separated words in a String.
- capitalizeFully(String) - Static method in class org.apache.commons.lang3.text.WordUtils
-
Deprecated.Converts all the whitespace separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
- capitalizeFully(String, char...) - Static method in class org.apache.commons.lang3.text.WordUtils
-
Deprecated.Converts all the delimiter separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
- captureDroppedItems(IHopper) - Static method in class net.minecraft.tileentity.TileEntityHopper
- carpet - Static variable in class net.minecraft.block.material.Material
- carpet - Static variable in class net.minecraft.init.Blocks
- carrot - Static variable in class net.minecraft.init.Items
- carrot_on_a_stick - Static variable in class net.minecraft.init.Items
- carrots - Static variable in class net.minecraft.init.Blocks
- Cartesian - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Cartesian() - Constructor for class net.minecraft.util.Cartesian
- cartesianProduct(Class<T>, Iterable<? extends Iterable<? extends T>>) - Static method in class net.minecraft.util.Cartesian
- cartesianProduct(Iterable<? extends Iterable<? extends T>>) - Static method in class net.minecraft.util.Cartesian
- cartesianProduct(List<? extends Set<? extends B>>) - Static method in class com.google.common.collect.Sets
-
Returns every possible list that can be formed by choosing one element from each of the given sets in order; the "n-ary Cartesian product" of the sets.
- cartesianProduct(Set<? extends B>...) - Static method in class com.google.common.collect.Sets
-
Returns every possible list that can be formed by choosing one element from each of the given sets in order; the "n-ary Cartesian product" of the sets.
- CaseFormat - Enum in com.google.common.base
-
Utility class for converting between various ASCII case formats.
- CategoryEntry(String) - Constructor for class net.minecraft.client.gui.GuiKeyBindingList.CategoryEntry
- caughtEntity - Variable in class net.minecraft.entity.projectile.EntityFishHook
- cauldron - Static variable in class net.minecraft.init.Blocks
- cauldron - Static variable in class net.minecraft.init.Items
- causeArrowDamage(EntityArrow, Entity) - Static method in class net.minecraft.util.DamageSource
-
+ returns EntityDamageSourceIndirect of an arrow
- causeFireballDamage(EntityFireball, Entity) - Static method in class net.minecraft.util.DamageSource
-
+ returns EntityDamageSourceIndirect of a fireball
- causeIndirectMagicDamage(Entity, Entity) - Static method in class net.minecraft.util.DamageSource
- causeMobDamage(EntityLivingBase) - Static method in class net.minecraft.util.DamageSource
- causePlayerDamage(EntityPlayer) - Static method in class net.minecraft.util.DamageSource
-
+ returns an EntityDamageSource of type player
- causeThornsDamage(Entity) - Static method in class net.minecraft.util.DamageSource
-
+ Returns the EntityDamageSource of the Thorns enchantment
- causeThrownDamage(Entity, Entity) - Static method in class net.minecraft.util.DamageSource
- ceiling(E) - Method in class com.google.common.collect.ForwardingNavigableSet
- ceiling(E) - Method in class com.google.common.collect.ImmutableSortedSet
- ceiling(Object, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Gets a date ceiling, leaving the field specified as the most significant field.
- ceiling(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Gets a date ceiling, leaving the field specified as the most significant field.
- ceiling(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Gets a date ceiling, leaving the field specified as the most significant field.
- ceiling_double_int(double) - Static method in class net.minecraft.util.MathHelper
- ceiling_float_int(float) - Static method in class net.minecraft.util.MathHelper
- ceilingEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- ceilingEntry(K) - Method in class com.google.common.collect.ImmutableSortedMap
- ceilingKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- ceilingKey(K) - Method in class com.google.common.collect.ImmutableSortedMap
- cellSet() - Method in class com.google.common.collect.ArrayTable
-
Returns an unmodifiable set of all row key / column key / value triplets.
- cellSet() - Method in class com.google.common.collect.ForwardingTable
- cellSet() - Method in class com.google.common.collect.ImmutableTable
- cellSet() - Method in interface com.google.common.collect.Table
-
Returns a set of all row key / column key / value triplets.
- center(String, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Centers a String in a larger String of size
size
using the space character (' '). - center(String, int, char) - Static method in class org.apache.commons.lang3.StringUtils
-
Centers a String in a larger String of size
size
. - center(String, int, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Centers a String in a larger String of size
size
. - CENTER - net.minecraft.block.BlockHugeMushroom.EnumType
- centerX - Variable in class net.minecraft.network.play.server.S44PacketWorldBorder
- centerZ - Variable in class net.minecraft.network.play.server.S44PacketWorldBorder
- CHAIN - net.minecraft.item.ItemArmor.ArmorMaterial
- chainmail_boots - Static variable in class net.minecraft.init.Items
- chainmail_chestplate - Static variable in class net.minecraft.init.Items
- chainmail_helmet - Static variable in class net.minecraft.init.Items
- chainmail_leggings - Static variable in class net.minecraft.init.Items
- CHANGE - net.minecraft.network.play.server.S3CPacketUpdateScore.Action
- CHANGE_PAGE - net.minecraft.event.ClickEvent.Action
- changeCurrentItem(int) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Switch the current item to the next one or the previous one
- changePitch() - Method in class net.minecraft.tileentity.TileEntityNote
-
+ change pitch by -> (currentPitch + 1) % 25
- channel - Variable in class net.minecraft.network.play.server.S3FPacketCustomPayload
- characteristics() - Method in class org.apache.commons.lang3.stream.Streams.ArrayCollector
- characteristics() - Method in class org.apache.commons.lang3.Streams.ArrayCollector
-
Deprecated.
- charactersOf(CharSequence) - Static method in class com.google.common.collect.Lists
-
Returns a view of the specified
CharSequence
as aList<Character>
, viewingsequence
as a sequence of Unicode code units. - charactersOf(String) - Static method in class com.google.common.collect.Lists
-
Returns a view of the specified string as an immutable list of
Character
values. - charAt(int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Gets the character at the specified index.
- CharEncoding - Class in org.apache.commons.lang3
-
Deprecated.Java 7 introduced
StandardCharsets
, which defines these constants asCharset
objects. UseCharset.name()
to get the string values provided in this class. This class will be removed in a future release. - CharEncoding() - Constructor for class org.apache.commons.lang3.CharEncoding
-
Deprecated.
- CharEscaper - Class in com.google.common.escape
-
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
- CharEscaper() - Constructor for class com.google.common.escape.CharEscaper
-
Constructor for use by subclasses.
- CharEscaperBuilder - Class in com.google.common.escape
-
Simple helper class to build a "sparse" array of objects based on the indexes that were added to it.
- CharEscaperBuilder() - Constructor for class com.google.common.escape.CharEscaperBuilder
-
Construct a new sparse array builder.
- charMatcher(char) - Static method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.Constructor that creates a matcher from a character.
- CharMatcher - Class in com.google.common.base
- CharMatcher() - Constructor for class com.google.common.base.CharMatcher
-
Constructor for use by subclasses.
- Chars - Class in com.google.common.primitives
-
Static utility methods pertaining to
char
primitives, that are not already found in eitherCharacter
orArrays
. - CharSequenceUtils - Class in org.apache.commons.lang3
-
Operations on
CharSequence
that arenull
safe. - CharSequenceUtils() - Constructor for class org.apache.commons.lang3.CharSequenceUtils
-
CharSequenceUtils
instances should NOT be constructed in standard programming. - CharSet - Class in org.apache.commons.lang3
-
A set of characters.
- CharSet(String...) - Constructor for class org.apache.commons.lang3.CharSet
-
Constructs a new CharSet using the set syntax.
- charSetMatcher(char...) - Static method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.Constructor that creates a matcher from a set of characters.
- charSetMatcher(String) - Static method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.Constructor that creates a matcher from a string representing a set of characters.
- Charsets - Class in com.google.common.base
-
Contains constant definitions for the six standard
Charset
instances, which are guaranteed to be supported by all Java platform implementations. - CharSetUtils - Class in org.apache.commons.lang3
-
Operations on
CharSet
instances. - CharSetUtils() - Constructor for class org.apache.commons.lang3.CharSetUtils
-
CharSetUtils instances should NOT be constructed in standard programming.
- CharSink - Class in com.google.common.io
-
A destination to which characters can be written, such as a text file.
- CharSink() - Constructor for class com.google.common.io.CharSink
-
Constructor for use by subclasses.
- CharSource - Class in com.google.common.io
-
A readable source of characters, such as a text file.
- CharSource() - Constructor for class com.google.common.io.CharSource
-
Constructor for use by subclasses.
- CharStreams - Class in com.google.common.io
-
Provides utility methods for working with character streams.
- CharUtils - Class in org.apache.commons.lang3
-
Operations on char primitives and Character objects.
- CharUtils() - Constructor for class org.apache.commons.lang3.CharUtils
-
CharUtils
instances should NOT be constructed in standard programming. - charWidth - Variable in class net.minecraft.client.gui.FontRenderer
-
+ Array of width of all the characters in default.png
- chasingPosX - Variable in class net.minecraft.entity.player.EntityPlayer
- chasingPosY - Variable in class net.minecraft.entity.player.EntityPlayer
- chasingPosZ - Variable in class net.minecraft.entity.player.EntityPlayer
- CHAT_COLOR - net.minecraft.client.settings.GameSettings.Options
- CHAT_HEIGHT_FOCUSED - net.minecraft.client.settings.GameSettings.Options
- CHAT_HEIGHT_UNFOCUSED - net.minecraft.client.settings.GameSettings.Options
- CHAT_LINKS - net.minecraft.client.settings.GameSettings.Options
- CHAT_LINKS_PROMPT - net.minecraft.client.settings.GameSettings.Options
- CHAT_OPACITY - net.minecraft.client.settings.GameSettings.Options
- CHAT_SCALE - net.minecraft.client.settings.GameSettings.Options
- CHAT_VISIBILITY - net.minecraft.client.settings.GameSettings.Options
- CHAT_WIDTH - net.minecraft.client.settings.GameSettings.Options
- ChatAllowedCharacters - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChatAllowedCharacters() - Constructor for class net.minecraft.util.ChatAllowedCharacters
- chatColours - Variable in class net.minecraft.client.settings.GameSettings
- chatComponent - Variable in class net.minecraft.network.play.server.S02PacketChat
- ChatComponentProcessor - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChatComponentProcessor() - Constructor for class net.minecraft.util.ChatComponentProcessor
- ChatComponentScore - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChatComponentScore(String, String) - Constructor for class net.minecraft.util.ChatComponentScore
- ChatComponentSelector - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChatComponentSelector(String) - Constructor for class net.minecraft.util.ChatComponentSelector
- ChatComponentStyle - Class in net.minecraft.util
- ChatComponentStyle() - Constructor for class net.minecraft.util.ChatComponentStyle
- ChatComponentText - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChatComponentText(String) - Constructor for class net.minecraft.util.ChatComponentText
- ChatComponentTranslation - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChatComponentTranslation(String, Object...) - Constructor for class net.minecraft.util.ChatComponentTranslation
- ChatComponentTranslationFormatException - Exception in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChatComponentTranslationFormatException(ChatComponentTranslation, int) - Constructor for exception net.minecraft.util.ChatComponentTranslationFormatException
- ChatComponentTranslationFormatException(ChatComponentTranslation, String) - Constructor for exception net.minecraft.util.ChatComponentTranslationFormatException
- ChatComponentTranslationFormatException(ChatComponentTranslation, Throwable) - Constructor for exception net.minecraft.util.ChatComponentTranslationFormatException
- chatHeightFocused - Variable in class net.minecraft.client.settings.GameSettings
- chatHeightUnfocused - Variable in class net.minecraft.client.settings.GameSettings
- ChatLine - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChatLine(int, IChatComponent, int) - Constructor for class net.minecraft.client.gui.ChatLine
- chatLinks - Variable in class net.minecraft.client.settings.GameSettings
- chatLinksPrompt - Variable in class net.minecraft.client.settings.GameSettings
- chatOpacity - Variable in class net.minecraft.client.settings.GameSettings
- chatScale - Variable in class net.minecraft.client.settings.GameSettings
- ChatStyle - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChatStyle() - Constructor for class net.minecraft.util.ChatStyle
- ChatStyle.Serializer - Class in net.minecraft.util
- chatVisibility - Variable in class net.minecraft.client.settings.GameSettings
- chatWidth - Variable in class net.minecraft.client.settings.GameSettings
- CHECK - net.minecraft.world.chunk.Chunk.EnumCreateEntityType
- CHECK_DECAY - Static variable in class net.minecraft.block.BlockLeaves
- checkAdjacentBlock(World, BlockPos, int) - Method in class net.minecraft.block.BlockDynamicLiquid
- checkAndDropBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockBush
- checkAndDropBlock(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockDoublePlant
- checkArgument(boolean) - Static method in class com.google.common.base.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Object) - Static method in class com.google.common.base.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - Static method in class com.google.common.base.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkBlockCollision(AxisAlignedBB) - Method in class net.minecraft.world.World
-
+ Returns true if there are any blocks in the region constrained by an AxisAlignedBB
- checkDisconnected() - Method in class net.lax1dude.eaglercraft.v1_8.socket.EaglercraftNetworkManager
- checkDstIndex(int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- checkedAdd(int, int) - Static method in class com.google.common.math.IntMath
-
Returns the sum of
a
andb
, provided it does not overflow. - checkedAdd(long, long) - Static method in class com.google.common.math.LongMath
-
Returns the sum of
a
andb
, provided it does not overflow. - checkedCast(long) - Static method in class com.google.common.primitives.Chars
-
Returns the
char
value that is equal tovalue
, if possible. - checkedCast(long) - Static method in class com.google.common.primitives.Ints
-
Returns the
int
value that is equal tovalue
, if possible. - checkedCast(long) - Static method in class com.google.common.primitives.Shorts
-
Returns the
short
value that is equal tovalue
, if possible. - checkedCast(long) - Static method in class com.google.common.primitives.SignedBytes
-
Returns the
byte
value that is equal tovalue
, if possible. - checkedCast(long) - Static method in class com.google.common.primitives.UnsignedBytes
-
Returns the
byte
value that, when treated as unsigned, is equal tovalue
, if possible. - checkedMultiply(int, int) - Static method in class com.google.common.math.IntMath
-
Returns the product of
a
andb
, provided it does not overflow. - checkedMultiply(long, long) - Static method in class com.google.common.math.LongMath
-
Returns the product of
a
andb
, provided it does not overflow. - checkedPow(int, int) - Static method in class com.google.common.math.IntMath
-
Returns the
b
to thek
th power, provided it does not overflow. - checkedPow(long, int) - Static method in class com.google.common.math.LongMath
-
Returns the
b
to thek
th power, provided it does not overflow. - checkedSubtract(int, int) - Static method in class com.google.common.math.IntMath
-
Returns the difference of
a
andb
, provided it does not overflow. - checkedSubtract(long, long) - Static method in class com.google.common.math.LongMath
-
Returns the difference of
a
andb
, provided it does not overflow. - checkElementIndex(int, int) - Static method in class com.google.common.base.Preconditions
-
Ensures that
index
specifies a valid element in an array, list or string of sizesize
. - checkElementIndex(int, int, String) - Static method in class com.google.common.base.Preconditions
-
Ensures that
index
specifies a valid element in an array, list or string of sizesize
. - Checker() - Constructor for class javax.annotation.MatchesPattern.Checker
- Checker() - Constructor for class javax.annotation.Nonnegative.Checker
- Checker() - Constructor for class javax.annotation.Nonnull.Checker
- Checker() - Constructor for class javax.annotation.RegEx.Checker
- checkFlag(int, int) - Static method in class net.minecraft.potion.PotionHelper
-
+ Checks if the bit at 1 << j is on in i.
- checkForAdjacentChests() - Method in class net.minecraft.tileentity.TileEntityChest
-
+ Performs the check for adjacent chests to determine if this chest is double or not.
- checkForDrop(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockReed
- checkForDrop(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockTorch
- checkForMixing(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockLiquid
- CheckForNull - Annotation Type in javax.annotation
-
The annotated element might be null, and uses of the element should check for null.
- CheckForSigned - Annotation Type in javax.annotation
-
Used to annotate a value that may be either negative or nonnegative, and indicates that uses of it should check for negative values before using it in a way that requires the value to be nonnegative, and check for it being nonnegative before using it in a way that requires it to be negative.
- checkForSurroundingChests(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockChest
- checkGLError(String) - Method in class net.minecraft.client.Minecraft
-
+ Checks for an OpenGL error.
- checkGlErrors - Variable in class net.minecraft.client.main.GameConfiguration.DisplayInformation
- checkHotbarKeys(int) - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ This function is what controls the hotbar shortcut check when you press a number key when hovering a stack.
- checkIndex(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- checkIndex(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- checkInRange(int, int, int, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is in range.
- checkInRange(long, long, long, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is in range.
- checkKeyValue(K, V) - Method in interface com.google.common.collect.MapConstraint
-
Throws a suitable
RuntimeException
if the specified key or value is illegal. - checkLight(BlockPos) - Method in class net.minecraft.world.World
- checkLightFor(EnumSkyBlock, BlockPos) - Method in class net.minecraft.world.World
- checkModelHierarchy(Map<ResourceLocation, ModelBlock>) - Static method in class net.minecraft.client.renderer.block.model.ModelBlock
- checkNewCapacity(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- checkNoEntityCollision(AxisAlignedBB) - Method in class net.minecraft.world.World
-
+ Returns true if there are no solid, live entities in the specified AxisAlignedBB, excluding the given entity
- checkNoEntityCollision(AxisAlignedBB, Entity) - Method in class net.minecraft.world.World
-
+ Returns true if there are no solid, live entities in the specified AxisAlignedBB, excluding the given entity
- checkNonEmpty(byte[], String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(char[], String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(CharSequence, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(String, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(T[], String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(T, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmptyAfterTrim(String, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Trims the given argument and checks whether it is neither null nor empty.
- checkNotNull(T) - Static method in class com.google.common.base.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - Static method in class com.google.common.base.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is not null.
- checkNotNull(T, String, Object...) - Static method in class com.google.common.base.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNullArrayParam(T, int, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is not null.
- checkNotNullWithIAE(T, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is not null.
- checkPositionIndex(int, int) - Static method in class com.google.common.base.Preconditions
-
Ensures that
index
specifies a valid position in an array, list or string of sizesize
. - checkPositionIndex(int, int, String) - Static method in class com.google.common.base.Preconditions
-
Ensures that
index
specifies a valid position in an array, list or string of sizesize
. - checkPositionIndexes(int, int, int) - Static method in class com.google.common.base.Preconditions
-
Ensures that
start
andend
specify a valid positions in an array, list or string of sizesize
, and are in order. - checkPositive(double, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(float, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(int, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(long, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositiveOrZero(double, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(float, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(int, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(long, String) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkReadableBytes(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
-
Throws an
IndexOutOfBoundsException
if the current readable bytes of this buffer is less than the specified value. - CheckReturnValue - Annotation Type in javax.annotation
-
This annotation is used to denote a method whose return value should always be checked after invoking the method.
- checkSessionLock() - Method in interface net.minecraft.world.storage.ISaveHandler
-
+ Checks the session lock to prevent save collisions
- checkSessionLock() - Method in class net.minecraft.world.storage.SaveHandlerMP
-
+ Checks the session lock to prevent save collisions
- checkSessionLock() - Method in class net.minecraft.world.World
-
+ Checks whether the session lock file was modified by another process
- checkSrcIndex(int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- checkState(boolean) - Static method in class com.google.common.base.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
- checkState(boolean, Object) - Static method in class com.google.common.base.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
- checkState(boolean, String, Object...) - Static method in class com.google.common.base.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
- checkWindowResize() - Method in class net.minecraft.client.Minecraft
- checkWitherSpawn(World, BlockPos, TileEntitySkull) - Method in class net.minecraft.block.BlockSkull
- chest - Static variable in class net.minecraft.init.Blocks
- CHEST - net.minecraft.entity.item.EntityMinecart.EnumMinecartType
- chest_minecart - Static variable in class net.minecraft.init.Items
- chestBelow - Variable in class net.minecraft.client.model.ModelChest
- chestKnob - Variable in class net.minecraft.client.model.ModelChest
- chestLid - Variable in class net.minecraft.client.model.ModelChest
-
+ The chest lid in the chest's model.
- ChestRenderer - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChestRenderer() - Constructor for class net.minecraft.client.renderer.ChestRenderer
- chestType - Variable in class net.minecraft.block.BlockChest
- chicken - Static variable in class net.minecraft.init.Items
- chickenJockey - Variable in class net.minecraft.entity.passive.EntityChicken
- childModels - Variable in class net.minecraft.client.model.ModelRenderer
- children(T) - Method in class com.google.common.collect.BinaryTreeTraverser
-
Returns the children of this node, in left-to-right order.
- children(T) - Method in class com.google.common.collect.TreeTraverser
-
Returns the children of the specified node.
- childYOffset - Variable in class net.minecraft.client.model.ModelQuadruped
- childZOffset - Variable in class net.minecraft.client.model.ModelQuadruped
- chin - Variable in class net.minecraft.client.model.ModelChicken
- CHISELED - net.minecraft.block.BlockQuartz.EnumType
- CHISELED - net.minecraft.block.BlockRedSandstone.EnumType
- CHISELED - net.minecraft.block.BlockSandStone.EnumType
- CHISELED - net.minecraft.block.BlockStoneBrick.EnumType
- CHISELED_META - Static variable in class net.minecraft.block.BlockStoneBrick
- CHISELED_STONEBRICK - net.minecraft.block.BlockSilverfish.EnumType
- chomp(String) - Static method in class org.apache.commons.lang3.StringUtils
-
Removes one newline from end of a String if it's there, otherwise leave it alone.
- chomp(String, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Deprecated.This feature will be removed in Lang 4.0, use
StringUtils.removeEnd(String, String)
instead - chop(String) - Static method in class org.apache.commons.lang3.StringUtils
-
Remove the last character from a String.
- CHROME - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformAgent
- chromeAppTCP() - Static method in class me.otterdev.eaglerreborn.TCPAPI
- CHROMEBOOK_LINUX - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformOS
- Chunk - Class in net.minecraft.world.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Chunk(World, int, int) - Constructor for class net.minecraft.world.chunk.Chunk
- Chunk(World, ChunkPrimer, int, int) - Constructor for class net.minecraft.world.chunk.Chunk
- CHUNK_FIX - net.minecraft.client.settings.GameSettings.Options
- Chunk.EnumCreateEntityType - Enum in net.minecraft.world.chunk
- chunkArray - Variable in class net.minecraft.world.ChunkCache
- ChunkCache - Class in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChunkCache(World, BlockPos, BlockPos, int) - Constructor for class net.minecraft.world.ChunkCache
- ChunkCompileTaskGenerator - Class in net.minecraft.client.renderer.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChunkCompileTaskGenerator(RenderChunk, ChunkCompileTaskGenerator.Type) - Constructor for class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- ChunkCompileTaskGenerator.Status - Enum in net.minecraft.client.renderer.chunk
- ChunkCompileTaskGenerator.Type - Enum in net.minecraft.client.renderer.chunk
- ChunkCoordIntPair - Class in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChunkCoordIntPair(int, int) - Constructor for class net.minecraft.world.ChunkCoordIntPair
- chunkCoordX - Variable in class net.minecraft.entity.Entity
- chunkCoordY - Variable in class net.minecraft.entity.Entity
- chunkCoordZ - Variable in class net.minecraft.entity.Entity
- chunkExists(int, int) - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
-
+ Checks to see if a chunk exists at x, z
- chunkExists(int, int) - Method in interface net.minecraft.world.chunk.IChunkProvider
-
+ Checks to see if a chunk exists at x, z
- chunkFix - Variable in class net.minecraft.client.settings.GameSettings
- ChunkPrimer - Class in net.minecraft.world.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChunkPrimer() - Constructor for class net.minecraft.world.chunk.ChunkPrimer
- chunkProvider - Variable in class net.minecraft.world.World
- ChunkProviderClient - Class in net.minecraft.client.multiplayer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChunkProviderClient(World) - Constructor for class net.minecraft.client.multiplayer.ChunkProviderClient
- ChunkRenderContainer - Class in net.minecraft.client.renderer
- ChunkRenderContainer() - Constructor for class net.minecraft.client.renderer.ChunkRenderContainer
- ChunkRenderWorker - Class in net.minecraft.client.renderer.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ChunkRenderWorker(ChunkUpdateManager) - Constructor for class net.minecraft.client.renderer.chunk.ChunkRenderWorker
- ChunkRenderWorker(ChunkUpdateManager, RegionRenderCacheBuilder) - Constructor for class net.minecraft.client.renderer.chunk.ChunkRenderWorker
- chunksData - Variable in class net.minecraft.network.play.server.S26PacketMapChunkBulk
- ChunkUpdateManager - Class in net.lax1dude.eaglercraft.v1_8.minecraft
- ChunkUpdateManager() - Constructor for class net.lax1dude.eaglercraft.v1_8.minecraft.ChunkUpdateManager
- ChunkUpdateManager.EmptyBlockLayerException - Exception in net.lax1dude.eaglercraft.v1_8.minecraft
- chunkX - Variable in class net.minecraft.network.play.server.S21PacketChunkData
- chunkX - Variable in class net.minecraft.world.ChunkCache
- chunkXPos - Variable in class net.minecraft.world.ChunkCoordIntPair
- chunkXZ2Int(int, int) - Static method in class net.minecraft.world.ChunkCoordIntPair
-
+ converts a chunk coordinate pair to an integer (suitable for hashing)
- chunkZ - Variable in class net.minecraft.network.play.server.S21PacketChunkData
- chunkZ - Variable in class net.minecraft.world.ChunkCache
- chunkZPos - Variable in class net.minecraft.world.ChunkCoordIntPair
- CIRCLE_MIDDLE - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- circuits - Static variable in class net.minecraft.block.material.Material
- clamp_double(double, double, double) - Static method in class net.minecraft.util.MathHelper
- clamp_float(float, float, float) - Static method in class net.minecraft.util.MathHelper
-
+ Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters
- clamp_int(int, int, int) - Static method in class net.minecraft.util.MathHelper
-
+ Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters.
- clampValue(double) - Method in interface net.minecraft.entity.ai.attributes.IAttribute
- clampValue(double) - Method in class net.minecraft.entity.ai.attributes.RangedAttribute
- ClassInheritanceMultiMap<T> - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ClassInheritanceMultiMap(Class<T>) - Constructor for class net.minecraft.util.ClassInheritanceMultiMap
- ClassLoaderUtils - Class in org.apache.commons.lang3
-
Helps work with
ClassLoader
. - ClassLoaderUtils() - Constructor for class org.apache.commons.lang3.ClassLoaderUtils
- className() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
Name of a DataSource class that implements
javax.sql.DataSource
orjavax.sql.XADataSource
orjavax.sql.ConnectionPoolDataSource
. - ClassPathUtils - Class in org.apache.commons.lang3
-
Operations regarding the classpath.
- ClassPathUtils() - Constructor for class org.apache.commons.lang3.ClassPathUtils
-
ClassPathUtils
instances should NOT be constructed in standard programming. - ClassToInstanceMap<B> - Interface in com.google.common.collect
-
A map, each entry of which maps a Java raw type to an instance of that type.
- clay - Static variable in class net.minecraft.block.material.Material
- clay - Static variable in class net.minecraft.init.Blocks
- clay_ball - Static variable in class net.minecraft.init.Items
- clayColor - Static variable in class net.minecraft.block.material.MapColor
- cleanup() - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Clears the WorldClient instance associated with this NetHandlerPlayClient
- clear() - Method in class com.google.common.collect.ArrayTable
-
Deprecated.
- clear() - Method in class com.google.common.collect.ForwardingCollection
- clear() - Method in class com.google.common.collect.ForwardingMap
- clear() - Method in class com.google.common.collect.ForwardingMultimap
- clear() - Method in class com.google.common.collect.ForwardingTable
- clear() - Method in class com.google.common.collect.HashBiMap
- clear() - Method in class com.google.common.collect.ImmutableCollection
-
Deprecated.Unsupported operation.
- clear() - Method in class com.google.common.collect.ImmutableMap
-
Deprecated.Unsupported operation.
- clear() - Method in class com.google.common.collect.ImmutableMultimap
-
Deprecated.Unsupported operation.
- clear() - Method in class com.google.common.collect.ImmutableRangeMap
- clear() - Method in class com.google.common.collect.ImmutableTable
-
Deprecated.Unsupported operation.
- clear() - Method in class com.google.common.collect.LinkedHashMultimap
- clear() - Method in class com.google.common.collect.LinkedListMultimap
- clear() - Method in class com.google.common.collect.MinMaxPriorityQueue
- clear() - Method in interface com.google.common.collect.Multimap
-
Removes all key-value pairs from the multimap, leaving it empty.
- clear() - Method in interface com.google.common.collect.RangeMap
-
Removes all associations from this range map (optional operation).
- clear() - Method in interface com.google.common.collect.RangeSet
-
Removes all ranges from this
RangeSet
(optional operation). - clear() - Method in interface com.google.common.collect.Table
-
Removes all mappings from the table.
- clear() - Method in class com.google.common.collect.TreeRangeMap
- clear() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- clear() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- clear() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- clear() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- clear() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- clear() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- clear() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- clear() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- clear() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- clear() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- clear() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- clear() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Sets the
readerIndex
andwriterIndex
of this buffer to0
. - clear() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- clear() - Method in class net.minecraft.entity.item.EntityMinecartContainer
- clear() - Method in class net.minecraft.entity.player.InventoryPlayer
- clear() - Method in interface net.minecraft.inventory.IInventory
- clear() - Method in class net.minecraft.inventory.InventoryBasic
- clear() - Method in class net.minecraft.inventory.InventoryCrafting
- clear() - Method in class net.minecraft.inventory.InventoryCraftResult
- clear() - Method in class net.minecraft.inventory.InventoryLargeChest
- clear() - Method in class net.minecraft.inventory.InventoryMerchant
- clear() - Method in class net.minecraft.network.PacketBuffer
- clear() - Method in class net.minecraft.server.management.LowerStringMap
- clear() - Method in class net.minecraft.tileentity.TileEntityBeacon
- clear() - Method in class net.minecraft.tileentity.TileEntityBrewingStand
- clear() - Method in class net.minecraft.tileentity.TileEntityChest
- clear() - Method in class net.minecraft.tileentity.TileEntityDispenser
- clear() - Method in class net.minecraft.tileentity.TileEntityFurnace
- clear() - Method in class net.minecraft.tileentity.TileEntityHopper
- clear() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Clears the string builder (convenience Collections API style method).
- clear() - Method in class org.json.JSONArray
-
Removes all of the elements from this JSONArray.
- clear() - Method in class org.json.JSONObject
-
Removes all of the elements from this JSONObject.
- clear(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- clear(int) - Method in class org.apache.commons.lang3.BitField
-
Clears the bits.
- CLEAR - net.minecraft.network.play.server.S45PacketTitle.Type
- clearAchievements() - Method in class net.minecraft.client.gui.achievement.GuiAchievement
- clearActivePotions() - Method in class net.minecraft.entity.EntityLivingBase
- clearAudioCache() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio
- clearByte(byte) - Method in class org.apache.commons.lang3.BitField
-
Clears the bits.
- clearChatMessages() - Method in class net.minecraft.client.gui.GuiNewChat
-
+ Clears the chat.
- clearColor(float, float, float, float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- clearCustomName() - Method in class net.minecraft.item.ItemStack
-
+ Clear any custom name set for this ItemStack
- clearCustomSkins() - Static method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerProfile
- clearDepth(float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- clearEffects(World) - Method in class net.minecraft.client.particle.EffectRenderer
- clearEvenBuffers() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- clearFramesTextureData() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- clearItemInUse() - Method in class net.minecraft.entity.player.EntityPlayer
- clearLeashed(boolean, boolean) - Method in class net.minecraft.entity.EntityLiving
-
+ Removes the leash from this entity
- clearLoadedMaps() - Method in class net.minecraft.client.gui.MapItemRenderer
-
+ Clears the currently loaded maps and removes their corresponding textures
- clearMap() - Method in class net.minecraft.client.audio.SoundRegistry
-
+ Reset the underlying sound map (Called on resource manager reload)
- clearMap() - Method in class net.minecraft.util.IntHashMap
-
+ Removes all entries from the map
- clearMatchingItems(Item, int, int, NBTTagCompound) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Removes matching items from the inventory.\n@param itemIn The item to match, null ignores.\n@param metadataIn The metadata to match, -1 ignores.\n@param removeCount The number of items to remove.
- clearPistonTileEntity() - Method in class net.minecraft.tileentity.TileEntityPiston
-
+ removes a piston's tile entity (and if the piston is moving, stops it)
- clearProfiling() - Method in class net.minecraft.profiler.Profiler
-
+ Clear profiling.
- clearShort(short) - Method in class org.apache.commons.lang3.BitField
-
Clears the bits.
- clickBlock(BlockPos, EnumFacing) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
-
+ Called when the player is hitting a block with an item.
- clickBlockCreative(Minecraft, PlayerControllerMP, BlockPos, EnumFacing) - Static method in class net.minecraft.client.multiplayer.PlayerControllerMP
- ClickEvent - Class in net.minecraft.event
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ClickEvent(ClickEvent.Action, String) - Constructor for class net.minecraft.event.ClickEvent
- ClickEvent.Action - Enum in net.minecraft.event
- clickMouse() - Method in class net.minecraft.client.Minecraft
- CLIENTBOUND - net.minecraft.network.EnumPacketDirection
- ClientBrandRetriever - Class in net.minecraft.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ClientBrandRetriever() - Constructor for class net.minecraft.client.ClientBrandRetriever
- clientTime - Variable in class net.lax1dude.eaglercraft.v1_8.internal.QueryResponse
- clientUpdateEntityNBT(NBTTagCompound) - Method in class net.minecraft.entity.Entity
-
+ Called when client receives entity's NBTTagCompound from server.
- ClippingHelper - Class in net.minecraft.client.renderer.culling
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ClippingHelper() - Constructor for class net.minecraft.client.renderer.culling.ClippingHelper
- ClippingHelperImpl - Class in net.minecraft.client.renderer.culling
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ClippingHelperImpl() - Constructor for class net.minecraft.client.renderer.culling.ClippingHelperImpl
- clippingMatrix - Variable in class net.minecraft.client.renderer.culling.ClippingHelper
- clock - Static variable in class net.minecraft.init.Items
- clone() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Creates a new instance of this Tokenizer.
- clone(KeyBinding[]) - Static method in class net.lax1dude.eaglercraft.v1_8.ArrayUtils
- clone(T) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Clone an object.
- clone(T) - Static method in class org.apache.commons.lang3.SerializationUtils
-
Deep clone an
Object
using serialization. - cloneEntry() - Method in interface net.minecraft.client.audio.ISoundEventAccessor
- cloneEntry() - Method in class net.minecraft.client.audio.SoundEventAccessor
- cloneEntry() - Method in class net.minecraft.client.audio.SoundEventAccessorComposite
- CloneFailedException - Exception in org.apache.commons.lang3.exception
-
Exception thrown when a clone cannot be created.
- CloneFailedException(String) - Constructor for exception org.apache.commons.lang3.exception.CloneFailedException
-
Constructs a CloneFailedException.
- CloneFailedException(String, Throwable) - Constructor for exception org.apache.commons.lang3.exception.CloneFailedException
-
Constructs a CloneFailedException.
- CloneFailedException(Throwable) - Constructor for exception org.apache.commons.lang3.exception.CloneFailedException
-
Constructs a CloneFailedException.
- cloneIfPossible(T) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Clone an object if possible.
- cloneNBTCompound(NBTTagCompound) - Method in class net.minecraft.world.storage.WorldInfo
-
+ Creates a new NBTTagCompound for the world, with the given NBTTag as the "Player"
- clonePlayer(EntityPlayer, boolean) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Copies the values from the given player into this player if boolean par2 is true.
- close() - Method in class com.google.common.base.FinalizableReferenceQueue
- close() - Method in class com.google.common.hash.HashingOutputStream
- close() - Method in class com.google.common.io.Closer
-
Closes all
Closeable
instances that have been added to thisCloser
. - close() - Method in class com.google.common.io.CountingOutputStream
- close() - Method in class com.google.common.io.LittleEndianDataOutputStream
- close() - Method in class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Closes the
Formatter
. - close() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBDatabase
- close() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- close() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMServerQuery
- close() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- close() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VirtualOutputStream
- close(Closeable, boolean) - Static method in class com.google.common.io.Closeables
-
Closes a
Closeable
, with control over whether anIOException
may be thrown. - Closeables - Class in com.google.common.io
-
Utility methods for working with
Closeable
objects. - closeChannel(IChatComponent) - Method in class net.lax1dude.eaglercraft.v1_8.socket.EaglercraftNetworkManager
- closeChest() - Method in class net.minecraft.tileentity.TileEntityEnderChest
- closed(C, C) - Static method in class com.google.common.collect.Range
-
Returns a range that contains all values greater than or equal to
lower
and less than or equal toupper
. - CLOSED - com.google.common.collect.BoundType
-
The endpoint value is considered part of the set ("inclusive").
- CLOSED - net.lax1dude.eaglercraft.v1_8.internal.EnumEaglerConnectionState
- CLOSED - net.lax1dude.eaglercraft.v1_8.internal.IServerQuery.QueryReadyState
- closedOpen(C, C) - Static method in class com.google.common.collect.Range
-
Returns a range that contains all values greater than or equal to
lower
and strictly less thanupper
. - closeGui() - Static method in class net.zxmushroom63.plugins.PluginGUI
- closeInventory(EntityPlayer) - Method in class net.minecraft.entity.item.EntityMinecartContainer
- closeInventory(EntityPlayer) - Method in class net.minecraft.entity.player.InventoryPlayer
- closeInventory(EntityPlayer) - Method in interface net.minecraft.inventory.IInventory
- closeInventory(EntityPlayer) - Method in class net.minecraft.inventory.InventoryBasic
- closeInventory(EntityPlayer) - Method in class net.minecraft.inventory.InventoryCrafting
- closeInventory(EntityPlayer) - Method in class net.minecraft.inventory.InventoryCraftResult
- closeInventory(EntityPlayer) - Method in class net.minecraft.inventory.InventoryEnderChest
- closeInventory(EntityPlayer) - Method in class net.minecraft.inventory.InventoryLargeChest
- closeInventory(EntityPlayer) - Method in class net.minecraft.inventory.InventoryMerchant
- closeInventory(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityBeacon
- closeInventory(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
- closeInventory(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityChest
- closeInventory(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityDispenser
- closeInventory(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityFurnace
- closeInventory(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityHopper
- closeQuietly(Closeable) - Static method in class net.lax1dude.eaglercraft.v1_8.IOUtils
- closeQuietly(InputStream) - Static method in class com.google.common.io.Closeables
-
Closes the given
InputStream
, logging anyIOException
that's thrown rather than propagating it. - closeQuietly(Reader) - Static method in class com.google.common.io.Closeables
-
Closes the given
Reader
, logging anyIOException
that's thrown rather than propagating it. - Closer - Class in com.google.common.io
- closeResourcePack() - Method in class net.minecraft.client.resources.ResourcePackRepository.Entry
- closeScreen() - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ set current crafting inventory back to the 2x2 square
- closeScreen() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ set current crafting inventory back to the 2x2 square
- closeScreenAndDropStack() - Method in class net.minecraft.client.entity.EntityPlayerSP
- cloth - Static variable in class net.minecraft.block.material.Material
- clothColor - Static variable in class net.minecraft.block.material.MapColor
- CLOUD - net.minecraft.util.EnumParticleTypes
- clouds - Variable in class net.minecraft.client.settings.GameSettings
-
+ Clouds flag
- CLOWNFISH - net.minecraft.item.ItemFishFood.FishType
- cmp(JSObject, JSObject) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBFactory
- coal - Static variable in class net.minecraft.init.Items
- coal_block - Static variable in class net.minecraft.init.Blocks
- coal_ore - Static variable in class net.minecraft.init.Blocks
- COARSE_DIRT - net.minecraft.block.BlockDirt.DirtType
- cobblestone - Static variable in class net.minecraft.init.Blocks
- COBBLESTONE - net.minecraft.block.BlockSilverfish.EnumType
- COBBLESTONE - net.minecraft.block.BlockStoneSlab.EnumType
- cobblestone_wall - Static variable in class net.minecraft.init.Blocks
- cocoa - Static variable in class net.minecraft.init.Blocks
- COD - net.minecraft.item.ItemFishFood.FishType
- codePointAt(CharSequence, int, int) - Static method in class com.google.common.escape.UnicodeEscaper
-
Returns the Unicode code point of the character at the given index.
- COLD - net.minecraft.world.biome.BiomeGenBase.TempCategory
- coldBeach - Static variable in class net.minecraft.world.biome.BiomeGenBase
- coldTaiga - Static variable in class net.minecraft.world.biome.BiomeGenBase
- coldTaigaHills - Static variable in class net.minecraft.world.biome.BiomeGenBase
- collapseFrom(CharSequence, char) - Method in class com.google.common.base.CharMatcher
-
Returns a string copy of the input character sequence, with each group of consecutive characters that match this matcher replaced by a single replacement character.
- collect(Supplier<R>, BiConsumer<R, ? super O>, BiConsumer<R, R>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
-
Performs a mutable reduction operation on the elements of this FailableStream.
- collect(Supplier<R>, BiConsumer<R, ? super O>, BiConsumer<R, R>) - Method in class org.apache.commons.lang3.Streams.FailableStream
-
Deprecated.Performs a mutable reduction operation on the elements of this FailableStream.
- collect(Collector<? super O, A, R>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
-
Performs a mutable reduction operation on the elements of this stream using a
Collector
. - collect(Collector<? super O, A, R>) - Method in class org.apache.commons.lang3.Streams.FailableStream
-
Deprecated.Performs a mutable reduction operation on the elements of this stream using a
Collector
. - collectedItemEntityId - Variable in class net.minecraft.network.play.server.S0DPacketCollectItem
- Collections2 - Class in com.google.common.collect
-
Provides static methods for working with
Collection
instances. - collideWithEntity(Entity) - Method in class net.minecraft.entity.EntityLivingBase
- collideWithEntity(Entity) - Method in class net.minecraft.entity.item.EntityArmorStand
- collideWithEntity(Entity) - Method in class net.minecraft.entity.monster.EntityIronGolem
- collideWithEntity(Entity) - Method in class net.minecraft.entity.passive.EntityBat
- collideWithNearbyEntities() - Method in class net.minecraft.entity.EntityLivingBase
- collideWithNearbyEntities() - Method in class net.minecraft.entity.item.EntityArmorStand
- collideWithNearbyEntities() - Method in class net.minecraft.entity.passive.EntityBat
- collisionRayTrace(World, BlockPos, Vec3, Vec3) - Method in class net.minecraft.block.Block
-
+ Ray traces through the blocks collision from start vector to end vector returning a ray trace hit.
- collisionRayTrace(World, BlockPos, Vec3, Vec3) - Method in class net.minecraft.block.BlockDoor
-
+ Ray traces through the blocks collision from start vector to end vector returning a ray trace hit.
- collisionRayTrace(World, BlockPos, Vec3, Vec3) - Method in class net.minecraft.block.BlockPistonMoving
-
+ Ray traces through the blocks collision from start vector to end vector returning a ray trace hit.
- collisionRayTrace(World, BlockPos, Vec3, Vec3) - Method in class net.minecraft.block.BlockRailBase
-
+ Ray traces through the blocks collision from start vector to end vector returning a ray trace hit.
- collisionRayTrace(World, BlockPos, Vec3, Vec3) - Method in class net.minecraft.block.BlockStairs
-
+ Ray traces through the blocks collision from start vector to end vector returning a ray trace hit.
- collisionRayTrace(World, BlockPos, Vec3, Vec3) - Method in class net.minecraft.block.BlockTorch
-
+ Ray traces through the blocks collision from start vector to end vector returning a ray trace hit.
- collisionRayTrace(World, BlockPos, Vec3, Vec3) - Method in class net.minecraft.block.BlockTrapDoor
-
+ Ray traces through the blocks collision from start vector to end vector returning a ray trace hit.
- color - Variable in class net.minecraft.world.biome.BiomeGenBase
- color(float, float, float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- color(float, float, float, float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- color(float, float, float, float) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
-
sets color of current vertex
- color(int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
-
sets color of current vertex
- COLOR - Static variable in class net.minecraft.block.BlockCarpet
- COLOR - Static variable in class net.minecraft.block.BlockColored
- COLOR - Static variable in class net.minecraft.block.BlockStainedGlass
- COLOR - Static variable in class net.minecraft.block.BlockStainedGlassPane
- colorCode - Variable in class net.minecraft.client.gui.FontRenderer
-
+ Array of RGB triplets defining the 16 standard chat colors followed by 16 darker version of the same colors for drop shadows.
- colorIndex - Variable in class net.minecraft.block.material.MapColor
- ColorizerFoliage - Class in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ColorizerFoliage() - Constructor for class net.minecraft.world.ColorizerFoliage
- ColorizerGrass - Class in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ColorizerGrass() - Constructor for class net.minecraft.world.ColorizerGrass
- colorLogicOp(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- colorMask(boolean, boolean, boolean, boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- colorMultiplier(IBlockAccess, BlockPos) - Method in class net.minecraft.block.Block
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.Block
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockDoublePlant
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockFlowerPot
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockGrass
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockLeaves
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockLilyPad
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockLiquid
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockOldLeaf
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockRedstoneWire
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockReed
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockStem
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockTallGrass
- colorMultiplier(IBlockAccess, BlockPos, int) - Method in class net.minecraft.block.BlockVine
- colors - Variable in class net.minecraft.world.storage.MapData
-
+ colours
- colorValue - Variable in class net.minecraft.block.material.MapColor
- column(C) - Method in class com.google.common.collect.ArrayTable
-
Returns a view of all mappings that have the given column key.
- column(C) - Method in class com.google.common.collect.ForwardingTable
- column(C) - Method in class com.google.common.collect.ImmutableTable
-
Returns a view of all mappings that have the given column key.
- column(C) - Method in interface com.google.common.collect.Table
-
Returns a view of all mappings that have the given column key.
- columnComparator() - Method in class com.google.common.collect.TreeBasedTable
-
Returns the comparator that orders the columns.
- columnKeyList() - Method in class com.google.common.collect.ArrayTable
-
Returns, as an immutable list, the column keys provided when the table was constructed, including those that are mapped to null values only.
- columnKeySet() - Method in class com.google.common.collect.ArrayTable
-
Returns an immutable set of the valid column keys, including those that are associated with null values only.
- columnKeySet() - Method in class com.google.common.collect.ForwardingTable
- columnKeySet() - Method in class com.google.common.collect.ImmutableTable
- columnKeySet() - Method in interface com.google.common.collect.Table
-
Returns a set of column keys that have one or more values in the table.
- columnMap() - Method in class com.google.common.collect.ArrayTable
- columnMap() - Method in class com.google.common.collect.ForwardingTable
- columnMap() - Method in class com.google.common.collect.ImmutableTable
-
Returns a view that associates each column key with the corresponding map from row keys to values.
- columnMap() - Method in interface com.google.common.collect.Table
-
Returns a view that associates each column key with the corresponding map from row keys to values.
- com.google.common.annotations - package com.google.common.annotations
-
Common annotation types.
- com.google.common.base - package com.google.common.base
-
Basic utility libraries and interfaces.
- com.google.common.collect - package com.google.common.collect
-
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
- com.google.common.escape - package com.google.common.escape
-
Interfaces, utilities, and simple implementations of escapers and encoders.
- com.google.common.hash - package com.google.common.hash
-
Hash functions and related structures.
- com.google.common.html - package com.google.common.html
-
Escapers for HTML.
- com.google.common.io - package com.google.common.io
-
This package contains utility methods and classes for working with Java I/O; for example input streams, output streams, readers, writers, and files.
- com.google.common.math - package com.google.common.math
-
Arithmetic functions operating on primitive values and
BigInteger
instances. - com.google.common.primitives - package com.google.common.primitives
-
Static utilities for working with the eight primitive types and
void
, and value types for treating them as unsigned. - com.google.common.xml - package com.google.common.xml
-
Escapers for XML.
- com.google.thirdparty.publicsuffix - package com.google.thirdparty.publicsuffix
- CombatEntry - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- CombatEntry(DamageSource, int, float, float, String, float) - Constructor for class net.minecraft.util.CombatEntry
- CombatTracker - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- CombatTracker(EntityLivingBase) - Constructor for class net.minecraft.util.CombatTracker
- combine(PotionEffect) - Method in class net.minecraft.potion.PotionEffect
-
+ merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier.
- combineMetadata(IBlockAccess, BlockPos) - Static method in class net.minecraft.block.BlockDoor
- combineOrdered(Iterable<HashCode>) - Static method in class com.google.common.hash.Hashing
-
Returns a hash code, having the same bit length as each of the input hash codes, that combines the information of these hash codes in an ordered fashion.
- combiner() - Method in class org.apache.commons.lang3.stream.Streams.ArrayCollector
- combiner() - Method in class org.apache.commons.lang3.Streams.ArrayCollector
-
Deprecated.
- combineUnordered(Iterable<HashCode>) - Static method in class com.google.common.hash.Hashing
-
Returns a hash code, having the same bit length as each of the input hash codes, that combines the information of these hash codes in an unordered fashion.
- commaMatcher() - Static method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.Returns a matcher which matches the comma character.
- command_block - Static variable in class net.minecraft.init.Blocks
- COMMAND_BLOCK - net.minecraft.entity.item.EntityMinecart.EnumMinecartType
- command_block_minecart - Static variable in class net.minecraft.init.Items
- CommandBlockLogic - Class in net.minecraft.command.server
- CommandBlockLogic() - Constructor for class net.minecraft.command.server.CommandBlockLogic
- CommandException - Exception in net.minecraft.command
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- CommandException(String, Object...) - Constructor for exception net.minecraft.command.CommandException
- comments() - Method in annotation type javax.annotation.Generated
-
A place holder for any comments that the code generator may want to include in the generated code.
- COMMON - net.minecraft.item.EnumRarity
- COMMON - Static variable in class org.apache.commons.lang3.CharSet
-
A Map of the common cases used in the factory.
- commonPrefix(CharSequence, CharSequence) - Static method in class com.google.common.base.Strings
-
Returns the longest string
prefix
such thata.toString().startsWith(prefix) && b.toString().startsWith(prefix)
, taking care not to split surrogate pairs. - commonSuffix(CharSequence, CharSequence) - Static method in class com.google.common.base.Strings
-
Returns the longest string
suffix
such thata.toString().endsWith(suffix) && b.toString().endsWith(suffix)
, taking care not to split surrogate pairs. - compact() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- compact() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- compact() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- compact() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- compact() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- compact() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- compact() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- compact() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- ComparableUtils - Class in org.apache.commons.lang3.compare
-
Utility library to provide helper methods for translating
Comparable.compareTo(T)
result into a boolean. - ComparableUtils.ComparableCheckBuilder<A extends java.lang.Comparable<A>> - Class in org.apache.commons.lang3.compare
-
Provides access to the available methods
- comparator - Static variable in class net.minecraft.init.Items
- comparator() - Method in class com.google.common.collect.ForwardingSortedMap
- comparator() - Method in class com.google.common.collect.ForwardingSortedMultiset
- comparator() - Method in class com.google.common.collect.ForwardingSortedSet
- comparator() - Method in class com.google.common.collect.ImmutableSortedMap
-
Returns the comparator that orders the keys, which is
Ordering.natural()
when the natural ordering of the keys is used. - comparator() - Method in class com.google.common.collect.ImmutableSortedMultiset
- comparator() - Method in class com.google.common.collect.ImmutableSortedSet
-
Returns the comparator that orders the elements, which is
Ordering.natural()
when the natural ordering of the elements is used. - comparator() - Method in class com.google.common.collect.MinMaxPriorityQueue
-
Returns the comparator used to order the elements in this queue.
- comparator() - Method in interface com.google.common.collect.SortedMultiset
-
Returns the comparator that orders this multiset, or
Ordering.natural()
if the natural ordering of the elements is used. - compare(boolean, boolean) - Static method in class com.google.common.primitives.Booleans
-
Compares the two specified
boolean
values in the standard way (false
is considered less thantrue
). - compare(boolean, boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Compares two
boolean
values. - compare(byte, byte) - Static method in class com.google.common.primitives.SignedBytes
-
Compares the two specified
byte
values. - compare(byte, byte) - Static method in class com.google.common.primitives.UnsignedBytes
-
Compares the two specified
byte
values, treating them as unsigned values between 0 and 255 inclusive. - compare(byte, byte) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Compares two
byte
values numerically. - compare(char, char) - Static method in class com.google.common.primitives.Chars
-
Compares the two specified
char
values. - compare(char, char) - Static method in class org.apache.commons.lang3.CharUtils
-
Compares two
char
values numerically. - compare(double, double) - Method in class com.google.common.collect.ComparisonChain
-
Compares two
double
values as specified byDouble.compare(double, double)
, if the result of this comparison chain has not already been determined. - compare(double, double) - Static method in class com.google.common.primitives.Doubles
-
Compares the two specified
double
values. - compare(float, float) - Method in class com.google.common.collect.ComparisonChain
-
Compares two
float
values as specified byFloat.compare(float, float)
, if the result of this comparison chain has not already been determined. - compare(float, float) - Static method in class com.google.common.primitives.Floats
-
Compares the two specified
float
values usingFloat.compare(float, float)
. - compare(int, int) - Method in class com.google.common.collect.ComparisonChain
-
Compares two
int
values as specified byInts.compare(int, int)
, if the result of this comparison chain has not already been determined. - compare(int, int) - Static method in class com.google.common.primitives.Ints
-
Compares the two specified
int
values. - compare(int, int) - Static method in class com.google.common.primitives.UnsignedInts
-
Compares the two specified
int
values, treating them as unsigned values between0
and2^32 - 1
inclusive. - compare(int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.MathUtil
-
Compares two
int
values. - compare(int, int) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Compares two
int
values numerically. - compare(long, long) - Method in class com.google.common.collect.ComparisonChain
-
Compares two
long
values as specified byLongs.compare(long, long)
, if the result of this comparison chain has not already been determined. - compare(long, long) - Static method in class com.google.common.primitives.Longs
-
Compares the two specified
long
values. - compare(long, long) - Static method in class com.google.common.primitives.UnsignedLongs
-
Compares the two specified
long
values, treating them as unsigned values between0
and2^64 - 1
inclusive. - compare(long, long) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.MathUtil
-
Compare two
long
values. - compare(long, long) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Compares to
long
values numerically. - compare(short, short) - Static method in class com.google.common.primitives.Shorts
-
Compares the two specified
short
values. - compare(short, short) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Compares to
short
values numerically. - compare(Comparable<?>, Comparable<?>) - Method in class com.google.common.collect.ComparisonChain
-
Compares two comparable objects as specified by
Comparable.compareTo(T)
, if the result of this comparison chain has not already been determined. - compare(Object, Object) - Method in class org.apache.commons.lang3.compare.ObjectToStringComparator
- compare(String, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Compare two Strings lexicographically, as per
String.compareTo(String)
, returning : - compare(String, String, boolean) - Static method in class org.apache.commons.lang3.StringUtils
-
Compare two Strings lexicographically, as per
String.compareTo(String)
, returning : - compare(ByteBuf, ByteBuf) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufUtil
-
Compares the two specified buffers as described in
ByteBuf.compareTo(ByteBuf)
. - compare(T, T) - Method in class com.google.common.collect.Ordering
- compare(T, T) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Null safe comparison of Comparables.
- compare(T, T, boolean) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Null safe comparison of Comparables.
- compare(T, T, Comparator<T>) - Method in class com.google.common.collect.ComparisonChain
-
Compares two objects using a comparator, if the result of this comparison chain has not already been determined.
- COMPARE - net.minecraft.block.BlockRedstoneComparator.Mode
- compareFalseFirst(boolean, boolean) - Method in class com.google.common.collect.ComparisonChain
-
Compares two
boolean
values, consideringfalse
to be less thantrue
, if the result of this comparison chain has not already been determined. - compareIgnoreCase(String, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Compare two Strings lexicographically, ignoring case differences, as per
String.compareToIgnoreCase(String)
, returning : - compareIgnoreCase(String, String, boolean) - Static method in class org.apache.commons.lang3.StringUtils
-
Compare two Strings lexicographically, ignoring case differences, as per
String.compareToIgnoreCase(String)
, returning : - compareTo(UnsignedInteger) - Method in class com.google.common.primitives.UnsignedInteger
-
Compares this unsigned integer to another unsigned integer.
- compareTo(UnsignedLong) - Method in class com.google.common.primitives.UnsignedLong
- compareTo(EaglercraftUUID) - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- compareTo(ByteBuf) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- compareTo(ByteBuf) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Compares the content of the specified buffer to the content of this buffer.
- compareTo(ByteBuf) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- compareTo(ByteBuf) - Method in class net.minecraft.network.PacketBuffer
- compareTo(Stitcher.Holder) - Method in class net.minecraft.client.renderer.texture.Stitcher.Holder
- compareTo(Language) - Method in class net.minecraft.client.resources.Language
- compareTo(KeyBinding) - Method in class net.minecraft.client.settings.KeyBinding
- compareTo(Profiler.Result) - Method in class net.minecraft.profiler.Profiler.Result
- compareTo(Vec3i) - Method in class net.minecraft.util.Vec3i
- compareTo(NextTickListEntry) - Method in class net.minecraft.world.NextTickListEntry
- compareTo(Fraction) - Method in class org.apache.commons.lang3.math.Fraction
-
Compares this object to another based on size.
- compareTo(MutableBoolean) - Method in class org.apache.commons.lang3.mutable.MutableBoolean
-
Compares this mutable to another in ascending order.
- compareTo(MutableByte) - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Compares this mutable to another in ascending order.
- compareTo(MutableDouble) - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Compares this mutable to another in ascending order.
- compareTo(MutableFloat) - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Compares this mutable to another in ascending order.
- compareTo(MutableInt) - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Compares this mutable to another in ascending order.
- compareTo(MutableLong) - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Compares this mutable to another in ascending order.
- compareTo(MutableShort) - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Compares this mutable to another in ascending order.
- compareTrueFirst(boolean, boolean) - Method in class com.google.common.collect.ComparisonChain
-
Compares two
boolean
values, consideringtrue
to be less thanfalse
, if the result of this comparison chain has not already been determined. - ComparisonChain - Class in com.google.common.collect
-
A utility for performing a chained comparison statement.
- compass - Static variable in class net.minecraft.init.Items
- compensateToolUses() - Method in class net.minecraft.village.MerchantRecipe
-
+ Compensates
toolUses
withmaxTradeUses
- compiledChunk - Variable in class net.minecraft.client.renderer.chunk.RenderChunk
- CompiledChunk - Class in net.minecraft.client.renderer.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- CompiledChunk() - Constructor for class net.minecraft.client.renderer.chunk.CompiledChunk
- COMPILING - net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator.Status
- complement() - Method in class com.google.common.collect.ImmutableRangeSet
- complement() - Method in interface com.google.common.collect.RangeSet
-
Returns a view of the complement of this
RangeSet
. - complement() - Method in class com.google.common.collect.TreeRangeSet
- complementOf(Collection<E>) - Static method in class com.google.common.collect.Sets
-
Creates an
EnumSet
consisting of all enum values that are not in the specified collection. - complementOf(Collection<E>, Class<E>) - Static method in class com.google.common.collect.Sets
-
Creates an
EnumSet
consisting of all enum values that are not in the specified collection. - COMPONENT_COLOR_FORMAT - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_COLOR_SIZE - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_COLOR_STRIDE - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_LIGHTMAP_FORMAT - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_LIGHTMAP_SIZE - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_LIGHTMAP_STRIDE - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_NORMAL_FORMAT - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_NORMAL_SIZE - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_NORMAL_STRIDE - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_POSITION_FORMAT - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_POSITION_SIZE - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_POSITION_STRIDE - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_TEX_FORMAT - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_TEX_SIZE - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- COMPONENT_TEX_STRIDE - Static variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- componentToJson(IChatComponent) - Static method in class net.minecraft.util.IChatComponent.Serializer
-
So sorry for this implementation
- compose(Function<? super F, T>, Supplier<F>) - Static method in class com.google.common.base.Suppliers
-
Returns a new supplier which is the composition of the provided function and supplier.
- compose(Function<B, C>, Function<A, ? extends B>) - Static method in class com.google.common.base.Functions
-
Returns the composition of two functions.
- compose(Predicate<B>, Function<A, ? extends B>) - Static method in class com.google.common.base.Predicates
-
Returns the composition of a function and a predicate.
- compose(FailableDoubleUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableDoubleUnaryOperator
-
Returns a composed
FailableDoubleUnaryOperator
likeDoubleUnaryOperator.compose(DoubleUnaryOperator)
. - compose(FailableFunction<? super V, ? extends T, E>) - Method in interface org.apache.commons.lang3.function.FailableFunction
-
Returns a composed
FailableFunction
likeFunction.compose(Function)
. - compose(FailableIntUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableIntUnaryOperator
-
Returns a composed
FailableIntUnaryOperator
likeIntUnaryOperator.compose(IntUnaryOperator)
. - compose(FailableLongUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableLongUnaryOperator
-
Returns a composed
FailableLongUnaryOperator
likeLongUnaryOperator.compose(LongUnaryOperator)
. - CompositeFormat - Class in org.apache.commons.lang3.text
-
Deprecated.as of 3.6, use commons-text CompositeFormat instead
- CompositeFormat(Format, Format) - Constructor for class org.apache.commons.lang3.text.CompositeFormat
-
Deprecated.Create a format that points its parseObject method to one implementation and its format method to another.
- compound(Iterable<? extends Comparator<? super T>>) - Static method in class com.google.common.collect.Ordering
-
Returns an ordering which tries each given comparator in order until a non-zero result is found, returning that result, and returning zero only if all comparators return zero.
- compound(Comparator<? super U>) - Method in class com.google.common.collect.Ordering
-
Returns an ordering which first uses the ordering
this
, but which in the event of a "tie", then delegates tosecondaryComparator
. - CompressedStreamTools - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- CompressedStreamTools() - Constructor for class net.minecraft.nbt.CompressedStreamTools
- CompressionNotSupportedException - Exception in net.lax1dude.eaglercraft.v1_8.socket
-
Copyright (c) 2022-2023 LAX1DUDE.
- CompressionNotSupportedException() - Constructor for exception net.lax1dude.eaglercraft.v1_8.socket.CompressionNotSupportedException
- ComputationException - Exception in com.google.common.collect
-
Wraps an exception that occurred during a computation.
- ComputationException(Throwable) - Constructor for exception com.google.common.collect.ComputationException
-
Creates a new instance with the given cause.
- computeNext() - Method in class com.google.common.collect.AbstractIterator
-
Returns the next element.
- computeNext(T) - Method in class com.google.common.collect.AbstractSequentialIterator
-
Returns the element that follows
previous
, or returnsnull
if no elements remain. - computeRedstoneStrength(World, BlockPos) - Method in class net.minecraft.block.BlockBasePressurePlate
- computeRedstoneStrength(World, BlockPos) - Method in class net.minecraft.block.BlockPressurePlate
- computeRedstoneStrength(World, BlockPos) - Method in class net.minecraft.block.BlockPressurePlateWeighted
- computeReplacement(CharEscaper, char) - Static method in class com.google.common.escape.Escapers
-
Returns a string that would replace the given character in the specified escaper, or
null
if no replacement should be made. - computeReplacement(UnicodeEscaper, int) - Static method in class com.google.common.escape.Escapers
-
Returns a string that would replace the given character in the specified escaper, or
null
if no replacement should be made. - computeStackSize(Set<Slot>, int, ItemStack, int) - Static method in class net.minecraft.inventory.Container
-
+ Compute the new stack size, Returns the stack with the new size.
- computeVisibility() - Method in class net.minecraft.client.renderer.chunk.VisGraph
- concat(boolean[]...) - Static method in class com.google.common.primitives.Booleans
-
Returns the values from each provided array combined into a single array.
- concat(byte[]...) - Static method in class com.google.common.primitives.Bytes
-
Returns the values from each provided array combined into a single array.
- concat(char[]...) - Static method in class com.google.common.primitives.Chars
-
Returns the values from each provided array combined into a single array.
- concat(double[]...) - Static method in class com.google.common.primitives.Doubles
-
Returns the values from each provided array combined into a single array.
- concat(float[]...) - Static method in class com.google.common.primitives.Floats
-
Returns the values from each provided array combined into a single array.
- concat(int[]...) - Static method in class com.google.common.primitives.Ints
-
Returns the values from each provided array combined into a single array.
- concat(long[]...) - Static method in class com.google.common.primitives.Longs
-
Returns the values from each provided array combined into a single array.
- concat(short[]...) - Static method in class com.google.common.primitives.Shorts
-
Returns the values from each provided array combined into a single array.
- concat(ByteSource...) - Static method in class com.google.common.io.ByteSource
-
Concatenates multiple
ByteSource
instances into a single source. - concat(CharSource...) - Static method in class com.google.common.io.CharSource
-
Concatenates multiple
CharSource
instances into a single source. - concat(Iterable<? extends ByteSource>) - Static method in class com.google.common.io.ByteSource
-
Concatenates multiple
ByteSource
instances into a single source. - concat(Iterable<? extends CharSource>) - Static method in class com.google.common.io.CharSource
-
Concatenates multiple
CharSource
instances into a single source. - concat(Iterable<? extends Iterable<? extends T>>) - Static method in class com.google.common.collect.Iterables
-
Combines multiple iterables into a single iterable.
- concat(Iterable<? extends T>...) - Static method in class com.google.common.collect.Iterables
-
Combines multiple iterables into a single iterable.
- concat(Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
-
Combines two iterables into a single iterable.
- concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
-
Combines three iterables into a single iterable.
- concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
-
Combines four iterables into a single iterable.
- concat(Iterator<? extends ByteSource>) - Static method in class com.google.common.io.ByteSource
-
Concatenates multiple
ByteSource
instances into a single source. - concat(Iterator<? extends CharSource>) - Static method in class com.google.common.io.CharSource
-
Concatenates multiple
CharSource
instances into a single source. - concat(Iterator<? extends Iterator<? extends T>>) - Static method in class com.google.common.collect.Iterators
-
Combines multiple iterators into a single iterator.
- concat(Iterator<? extends T>...) - Static method in class com.google.common.collect.Iterators
-
Combines multiple iterators into a single iterator.
- concat(Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
-
Combines two iterators into a single iterator.
- concat(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
-
Combines three iterators into a single iterator.
- concat(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
-
Combines four iterators into a single iterator.
- concat(T[], T) - Static method in class com.google.common.collect.ObjectArrays
-
Returns a new array that appends
element
toarray
. - concat(T[], T[], Class<T>) - Static method in class com.google.common.collect.ObjectArrays
-
Returns a new array that contains the concatenated contents of two arrays.
- concat(T, T[]) - Static method in class com.google.common.collect.ObjectArrays
-
Returns a new array that prepends
element
toarray
. - configEPKFiles - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.teavm.MainClass
- configLocalesFolder - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.teavm.MainClass
- configRootElement - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.teavm.MainClass
- configurePlayerCapabilities(PlayerCapabilities) - Method in enum net.minecraft.world.WorldSettings.GameType
- confirm(String) - Static method in class me.otterdev.eaglerreborn.MiscAPI
- confirmButtonText - Variable in class net.minecraft.client.gui.GuiYesNo
- confirmClicked(boolean, int) - Method in class net.minecraft.client.gui.GuiGameOver
- confirmClicked(boolean, int) - Method in class net.minecraft.client.gui.GuiMultiplayer
- confirmClicked(boolean, int) - Method in class net.minecraft.client.gui.GuiOptions
- confirmClicked(boolean, int) - Method in class net.minecraft.client.gui.GuiScreen
- confirmClicked(boolean, int) - Method in interface net.minecraft.client.gui.GuiYesNoCallback
- confusion - Static variable in class net.minecraft.potion.Potion
- connect() - Method in class net.lax1dude.eaglercraft.v1_8.socket.EaglercraftNetworkManager
- CONNECTED - net.lax1dude.eaglercraft.v1_8.internal.EnumEaglerConnectionState
- CONNECTING - net.lax1dude.eaglercraft.v1_8.internal.EnumEaglerConnectionState
- CONNECTING - net.lax1dude.eaglercraft.v1_8.internal.IServerQuery.QueryReadyState
- ConnectionHandshake - Class in net.lax1dude.eaglercraft.v1_8.socket
-
Copyright (c) 2022-2023 LAX1DUDE.
- ConnectionHandshake() - Constructor for class net.lax1dude.eaglercraft.v1_8.socket.ConnectionHandshake
- connectToSelected() - Method in class net.minecraft.client.gui.GuiMultiplayer
- connectWebSocket(String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformNetworking
- consistentHash(long, int) - Static method in class com.google.common.hash.Hashing
-
Assigns to
input
a "bucket" in the range[0, buckets)
, in a uniform manner that minimizes the need for remapping asbuckets
grows. - consistentHash(HashCode, int) - Static method in class com.google.common.hash.Hashing
-
Assigns to
hashCode
a "bucket" in the range[0, buckets)
, in a uniform manner that minimizes the need for remapping asbuckets
grows. - CONST(boolean) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(byte) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(char) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(double) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(float) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(int) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(long) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(short) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(T) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST_BYTE(int) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST_SHORT(int) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- constant(E) - Static method in class com.google.common.base.Functions
-
Creates a function that returns
value
for any input. - Constants() - Constructor for class net.minecraft.client.renderer.EnumFaceDirection.Constants
- constrainedBiMap(BiMap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified bimap, using the specified constraint.
- constrainedListMultimap(ListMultimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified list multimap, using the specified constraint.
- constrainedMap(Map<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified map, using the specified constraint.
- constrainedMultimap(Multimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified multimap, using the specified constraint.
- constrainedSetMultimap(SetMultimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified set multimap, using the specified constraint.
- constrainedSortedSetMultimap(SortedSetMultimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
-
Returns a constrained view of the specified sorted-set multimap, using the specified constraint.
- consumeInventoryItem(Item) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ removed one item of specified Item from inventory (if it is in a stack, the stack size will reduce with 1)
- consumeItemFromStack(EntityPlayer, ItemStack) - Method in class net.minecraft.entity.passive.EntityAnimal
-
+ Decreases ItemStack size by one
- consumingIterable(Iterable<T>) - Static method in class com.google.common.collect.Iterables
-
Returns a view of the supplied iterable that wraps each generated
Iterator
throughIterators.consumingIterator(Iterator)
. - consumingIterator(Iterator<T>) - Static method in class com.google.common.collect.Iterators
-
Returns a view of the supplied
iterator
that removes each element from the suppliediterator
as it is returned. - Container - Class in net.minecraft.inventory
- Container() - Constructor for class net.minecraft.inventory.Container
- CONTAINER - javax.annotation.Resource.AuthenticationType
- ContainerBeacon - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerBeacon(IInventory, IInventory) - Constructor for class net.minecraft.inventory.ContainerBeacon
- ContainerBrewingStand - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerBrewingStand(InventoryPlayer, IInventory) - Constructor for class net.minecraft.inventory.ContainerBrewingStand
- ContainerChest - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerChest(IInventory, IInventory, EntityPlayer) - Constructor for class net.minecraft.inventory.ContainerChest
- ContainerDispenser - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerDispenser(IInventory, IInventory) - Constructor for class net.minecraft.inventory.ContainerDispenser
- ContainerEnchantment - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerEnchantment(InventoryPlayer, World) - Constructor for class net.minecraft.inventory.ContainerEnchantment
- ContainerEnchantment(InventoryPlayer, World, BlockPos) - Constructor for class net.minecraft.inventory.ContainerEnchantment
- ContainerFurnace - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerFurnace(InventoryPlayer, IInventory) - Constructor for class net.minecraft.inventory.ContainerFurnace
- ContainerHopper - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerHopper(InventoryPlayer, IInventory, EntityPlayer) - Constructor for class net.minecraft.inventory.ContainerHopper
- ContainerHorseInventory - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerHorseInventory(IInventory, IInventory, EntityHorse, EntityPlayer) - Constructor for class net.minecraft.inventory.ContainerHorseInventory
- ContainerLocalMenu - Class in net.minecraft.client.player.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerLocalMenu(String, IChatComponent, int) - Constructor for class net.minecraft.client.player.inventory.ContainerLocalMenu
- ContainerMerchant - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerMerchant(InventoryPlayer, IMerchant, World) - Constructor for class net.minecraft.inventory.ContainerMerchant
- ContainerPlayer - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerPlayer(InventoryPlayer, boolean, EntityPlayer) - Constructor for class net.minecraft.inventory.ContainerPlayer
- ContainerRepair - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerRepair(InventoryPlayer, World, EntityPlayer) - Constructor for class net.minecraft.inventory.ContainerRepair
- ContainerRepair(InventoryPlayer, World, BlockPos, EntityPlayer) - Constructor for class net.minecraft.inventory.ContainerRepair
- ContainerWorkbench - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ContainerWorkbench(InventoryPlayer, World, BlockPos) - Constructor for class net.minecraft.inventory.ContainerWorkbench
- contains(boolean[], boolean) - Static method in class com.google.common.primitives.Booleans
-
Returns
true
iftarget
is present as an element anywhere inarray
. - contains(byte[], byte) - Static method in class com.google.common.primitives.Bytes
-
Returns
true
iftarget
is present as an element anywhere inarray
. - contains(char) - Method in class org.apache.commons.lang3.CharSet
-
Does the
CharSet
contain the specified characterch
. - contains(char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Checks if the string builder contains the specified char.
- contains(char[], char) - Static method in class com.google.common.primitives.Chars
-
Returns
true
iftarget
is present as an element anywhere inarray
. - contains(double[], double) - Static method in class com.google.common.primitives.Doubles
-
Returns
true
iftarget
is present as an element anywhere inarray
. - contains(float[], float) - Static method in class com.google.common.primitives.Floats
-
Returns
true
iftarget
is present as an element anywhere inarray
. - contains(int[], int) - Static method in class com.google.common.primitives.Ints
-
Returns
true
iftarget
is present as an element anywhere inarray
. - contains(long[], long) - Static method in class com.google.common.primitives.Longs
-
Returns
true
iftarget
is present as an element anywhere inarray
. - contains(short[], short) - Static method in class com.google.common.primitives.Shorts
-
Returns
true
iftarget
is present as an element anywhere inarray
. - contains(C) - Method in class com.google.common.collect.Range
-
Returns
true
ifvalue
is within the bounds of this range. - contains(C) - Method in interface com.google.common.collect.RangeSet
-
Determines whether any of this range set's member ranges contains
value
. - contains(CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if CharSequence contains a search character, handling
null
. - contains(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if CharSequence contains a search CharSequence, handling
null
. - contains(Iterable<?>, Object) - Static method in class com.google.common.collect.Iterables
-
Returns
true
ifiterable
contains any object for whichequals(element)
is true. - contains(Object) - Method in class com.google.common.collect.EvictingQueue
- contains(Object) - Method in class com.google.common.collect.FluentIterable
-
Returns
true
if this fluent iterable contains any object for whichequals(element)
is true. - contains(Object) - Method in class com.google.common.collect.ForwardingCollection
- contains(Object) - Method in class com.google.common.collect.ImmutableCollection
- contains(Object) - Method in class com.google.common.collect.ImmutableList
- contains(Object) - Method in class com.google.common.collect.ImmutableMultiset
- contains(Object) - Method in interface com.google.common.collect.Multiset
-
Determines whether this multiset contains the specified element.
- contains(Object) - Method in class net.minecraft.util.ClassInheritanceMultiMap
- contains(Object, Object) - Method in class com.google.common.collect.ArrayTable
-
Returns
true
if the provided keys are among the keys provided when the table was constructed. - contains(Object, Object) - Method in class com.google.common.collect.ForwardingTable
- contains(Object, Object) - Method in class com.google.common.collect.HashBasedTable
- contains(Object, Object) - Method in class com.google.common.collect.ImmutableTable
- contains(Object, Object) - Method in interface com.google.common.collect.Table
-
Returns
true
if the table contains a mapping with the specified row and column keys. - contains(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Checks if the string builder contains the specified string.
- contains(Iterator<?>, Object) - Static method in class com.google.common.collect.Iterators
-
Returns
true
ifiterator
containselement
. - contains(Pattern) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if theCharSequence
being tested contains any match for the given regular expression pattern. - contains(AxisAlignedBB) - Method in class net.minecraft.world.border.WorldBorder
- contains(BlockPos) - Method in class net.minecraft.world.border.WorldBorder
- contains(ChunkCoordIntPair) - Method in class net.minecraft.world.border.WorldBorder
- contains(StrMatcher) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Checks if the string builder contains a string matched using the specified matcher.
- contains(T) - Method in class org.apache.commons.lang3.Range
-
Checks whether the specified element occurs within this range.
- containsAll(Iterable<? extends C>) - Method in class com.google.common.collect.Range
- containsAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
- containsAll(Collection<?>) - Method in class com.google.common.collect.ImmutableMultiset
- containsAll(Collection<?>) - Method in interface com.google.common.collect.Multiset
-
Returns
true
if this multiset contains at least one occurrence of each element in the specified collection. - containsAllWords(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.text.WordUtils
-
Deprecated.Checks if the String contains all words in the given array.
- containsAlphabetOrPad(byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
- containsAny(CharSequence, char...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains any character in the given set of characters.
- containsAny(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains any character in the given set of characters.
- containsAny(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains any of the CharSequences in the given array.
- containsAny(String, String...) - Static method in class org.apache.commons.lang3.CharSetUtils
-
Takes an argument in set-syntax, see evaluateSet, and identifies whether any of the characters are present in the specified string.
- containsAnyIgnoreCase(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains any of the CharSequences in the given array, ignoring case.
- containsColumn(Object) - Method in class com.google.common.collect.ArrayTable
-
Returns
true
if the provided column key is among the column keys provided when the table was constructed. - containsColumn(Object) - Method in class com.google.common.collect.ForwardingTable
- containsColumn(Object) - Method in class com.google.common.collect.HashBasedTable
- containsColumn(Object) - Method in interface com.google.common.collect.Table
-
Returns
true
if the table contains a mapping with the specified column. - containsEntry(Object, Object) - Method in class com.google.common.collect.ForwardingMultimap
- containsEntry(Object, Object) - Method in interface com.google.common.collect.Multimap
-
Returns
true
if this multimap contains at least one key-value pair with the keykey
and the valuevalue
. - containsIgnoreCase(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if CharSequence contains a search CharSequence irrespective of case, handling
null
. - containsItem(int) - Method in class net.minecraft.util.IntHashMap
-
+ Returns true if this hash table contains the specified item.
- containsItem(long) - Method in class net.minecraft.util.LongHashMap
- containsKey(Object) - Method in class com.google.common.collect.ForwardingMap
- containsKey(Object) - Method in class com.google.common.collect.ForwardingMultimap
- containsKey(Object) - Method in class com.google.common.collect.HashBiMap
- containsKey(Object) - Method in class com.google.common.collect.ImmutableMap
- containsKey(Object) - Method in class com.google.common.collect.ImmutableMultimap
- containsKey(Object) - Method in class com.google.common.collect.LinkedListMultimap
- containsKey(Object) - Method in interface com.google.common.collect.Multimap
-
Returns
true
if this multimap contains at least one key-value pair with the keykey
. - containsKey(Object) - Method in class net.minecraft.server.management.LowerStringMap
- containsKey(K) - Method in class net.minecraft.util.RegistryNamespaced
-
+ Does this registry contain an entry for the given key?
- containsKey(K) - Method in class net.minecraft.util.RegistrySimple
-
+ Does this registry contain an entry for the given key?
- containsNone(CharSequence, char...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks that the CharSequence does not contain certain characters.
- containsNone(CharSequence, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks that the CharSequence does not contain certain characters.
- containsOccurrences(Multiset<?>, Multiset<?>) - Static method in class com.google.common.collect.Multisets
-
Returns
true
ifsubMultiset.count(o) <= superMultiset.count(o)
for allo
. - containsOnly(CharSequence, char...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only certain characters.
- containsOnly(CharSequence, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only certain characters.
- containsPattern(String) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if theCharSequence
being tested contains any match for the given regular expression pattern. - containsRange(Range<T>) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range contains all the elements of the specified range.
- containsRow(Object) - Method in class com.google.common.collect.ArrayTable
-
Returns
true
if the provided row key is among the row keys provided when the table was constructed. - containsRow(Object) - Method in class com.google.common.collect.ForwardingTable
- containsRow(Object) - Method in class com.google.common.collect.HashBasedTable
- containsRow(Object) - Method in interface com.google.common.collect.Table
-
Returns
true
if the table contains a mapping with the specified row key. - containsValue(Object) - Method in class com.google.common.collect.ArrayTable
- containsValue(Object) - Method in class com.google.common.collect.ForwardingMap
- containsValue(Object) - Method in class com.google.common.collect.ForwardingMultimap
- containsValue(Object) - Method in class com.google.common.collect.ForwardingTable
- containsValue(Object) - Method in class com.google.common.collect.HashBasedTable
- containsValue(Object) - Method in class com.google.common.collect.HashBiMap
- containsValue(Object) - Method in class com.google.common.collect.ImmutableMap
- containsValue(Object) - Method in class com.google.common.collect.ImmutableMultimap
- containsValue(Object) - Method in class com.google.common.collect.ImmutableSortedMap
- containsValue(Object) - Method in class com.google.common.collect.ImmutableTable
- containsValue(Object) - Method in class com.google.common.collect.LinkedListMultimap
- containsValue(Object) - Method in interface com.google.common.collect.Multimap
-
Returns
true
if this multimap contains at least one key-value pair with the valuevalue
. - containsValue(Object) - Method in interface com.google.common.collect.Table
-
Returns
true
if the table contains a mapping with the specified value. - containsValue(Object) - Method in class net.minecraft.server.management.LowerStringMap
- containsWhitespace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Check whether the given CharSequence contains any whitespace characters.
- contentEquals(ByteSource) - Method in class com.google.common.io.ByteSource
-
Checks that the contents of this byte source are equal to the contents of the given byte source.
- CONTENTS - Static variable in class net.minecraft.block.BlockFlowerPot
- contextLost() - Static method in class net.lax1dude.eaglercraft.v1_8.Display
- contextLost() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- ContiguousSet<C extends java.lang.Comparable> - Class in com.google.common.collect
-
A sorted set of contiguous values in a given
DiscreteDomain
. - contract(double, double, double) - Method in class net.minecraft.util.AxisAlignedBB
-
+ Returns a bounding box that is inset by the specified amounts
- Conversion - Class in org.apache.commons.lang3
-
Static methods to convert a type into another, with endianness and bit ordering awareness.
- Conversion() - Constructor for class org.apache.commons.lang3.Conversion
- convert(A) - Method in class com.google.common.base.Converter
-
Returns a representation of
a
as an instance of typeB
. - convert64x32to64x64(ImageData, ImageData) - Static method in class net.lax1dude.eaglercraft.v1_8.profile.SkinConverter
- convertAll(Iterable<? extends A>) - Method in class com.google.common.base.Converter
-
Returns an iterable that applies
convert
to each element offromIterable
. - convertComponentOrder(int[]) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
- Converter<A,B> - Class in com.google.common.base
-
A function from
A
toB
with an associated reverse function fromB
toA
; used for converting back and forth between different representations of the same information. - Converter() - Constructor for class com.google.common.base.Converter
-
Constructor for use by subclasses.
- converterTo(CaseFormat) - Method in enum com.google.common.base.CaseFormat
-
Returns a
Converter
that converts strings from this format totargetFormat
. - convertToVillager() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Convert this zombie into a villager.
- cooked_beef - Static variable in class net.minecraft.init.Items
- cooked_chicken - Static variable in class net.minecraft.init.Items
- cooked_fish - Static variable in class net.minecraft.init.Items
- cooked_mutton - Static variable in class net.minecraft.init.Items
- cooked_porkchop - Static variable in class net.minecraft.init.Items
- cooked_rabbit - Static variable in class net.minecraft.init.Items
- cookFish - Static variable in class net.minecraft.stats.AchievementList
- cookie - Static variable in class net.minecraft.init.Items
- CookieLib - Class in me.otterdev.eaglerreborn
- CookieLib() - Constructor for class me.otterdev.eaglerreborn.CookieLib
- copy() - Method in class com.google.common.hash.BloomFilter
-
Creates a new
BloomFilter
that's a copy of this instance. - copy() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- copy() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns a copy of this buffer's readable bytes.
- copy() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- copy() - Method in class net.minecraft.item.ItemStack
-
+ Returns a new stack with the same properties.
- copy() - Method in class net.minecraft.nbt.NBTBase
- copy() - Method in class net.minecraft.nbt.NBTTagByte
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagByteArray
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagDouble
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagEnd
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagFloat
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagInt
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagIntArray
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagList
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagLong
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagShort
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.nbt.NBTTagString
-
+ Creates a clone of the tag.
- copy() - Method in class net.minecraft.network.PacketBuffer
- copy(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns a copy of this buffer's sub-region.
- copy(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- copy(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- copy(int, int) - Method in class net.minecraft.network.PacketBuffer
- copy(InputSupplier<? extends InputStream>, OutputSupplier<? extends OutputStream>) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Use
ByteSource.copyTo(ByteSink)
instead. This method is scheduled for removal in Guava 18.0. - copy(InputSupplier<? extends InputStream>, OutputStream) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Use
ByteSource.copyTo(OutputStream)
instead. This method is scheduled for removal in Guava 18.0. - copy(InputSupplier<R>, OutputSupplier<W>) - Static method in class com.google.common.io.CharStreams
-
Deprecated.Use
CharSource.copyTo(CharSink)
instead. This method is scheduled for removal in Guava 18.0. - copy(InputSupplier<R>, Appendable) - Static method in class com.google.common.io.CharStreams
-
Deprecated.Use
CharSource.copyTo(Appendable)
instead. This method is scheduled for removal in Guava 18.0. - copy(InputStream, OutputSupplier<? extends OutputStream>) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Use
ByteSink.writeFrom(InputStream)
instead. This method is scheduled for removal in Guava 18.0. - copy(InputStream, OutputStream) - Static method in class com.google.common.io.ByteStreams
-
Copies all bytes from the input stream to the output stream.
- copy(Readable, Appendable) - Static method in class com.google.common.io.CharStreams
-
Copies all characters between the
Readable
andAppendable
objects. - copy(URL, OutputStream) - Static method in class com.google.common.io.Resources
-
Copies all bytes from a URL to an output stream.
- copy(ReadableByteChannel, WritableByteChannel) - Static method in class com.google.common.io.ByteStreams
-
Copies all bytes from the readable channel to the writable channel.
- copyDataFromOld(Entity) - Method in class net.minecraft.entity.Entity
-
+ Prepares this entity in new dimension by copying NBT data from entity in old dimension
- copyFrameLevelsToTex2D(int, int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- copyFrameLevelsToTex2D(int, int, int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- copyFrameToTex2D(int, int, int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- copyFrom(EaglerTextureAtlasSprite) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- copyFrom(ServerData) - Method in class net.minecraft.client.multiplayer.ServerData
- copyHighestCountFirst(Multiset<E>) - Static method in class com.google.common.collect.Multisets
-
Returns a copy of
multiset
as anImmutableMultiset
whose iteration order is highest count first, with ties broken by the iteration order of the original multiset. - copyInterpolatedFrameLevelsToTex2D(int, int, float, int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- copyInterpolatedFrameLevelsToTex2D(int, int, float, int, int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- copyInterpolatedFrameToTex2D(int, int, float, int, int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- copyInto(C) - Method in class com.google.common.collect.FluentIterable
-
Copies all the elements from this fluent iterable to
collection
. - copyInto(S) - Method in class com.google.common.collect.Sets.SetView
-
Copies the current contents of this set view into an existing set.
- copyInventory(InventoryPlayer) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Copy the ItemStack contents from another InventoryPlayer instance
- copyItemStack(ItemStack) - Static method in class net.minecraft.item.ItemStack
-
+ Creates a copy of a ItemStack, a null parameters will return a null.
- copyLinkToClipboard() - Method in class net.minecraft.client.gui.GuiConfirmOpenLink
-
+ Copies the link to the system clipboard.
- copyLocationAndAnglesFrom(Entity) - Method in class net.minecraft.entity.Entity
-
+ Sets this entity's location and angles to the location and angles of the passed in entity.
- copyModelAngles(ModelRenderer, ModelRenderer) - Static method in class net.minecraft.client.model.ModelBase
-
+ Copies the angles from one object to another.
- copyOf(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableListMultimap
-
Returns an immutable multimap containing the same mappings as
multimap
. - copyOf(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableMultimap
-
Returns an immutable multimap containing the same mappings as
multimap
. - copyOf(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableSetMultimap
-
Returns an immutable set multimap containing the same mappings as
multimap
. - copyOf(RangeMap<K, ? extends V>) - Static method in class com.google.common.collect.ImmutableRangeMap
- copyOf(RangeSet<C>) - Static method in class com.google.common.collect.ImmutableRangeSet
-
Returns an immutable copy of the specified
RangeSet
. - copyOf(Table<? extends R, ? extends C, ? extends V>) - Static method in class com.google.common.collect.ImmutableTable
-
Returns an immutable copy of the provided table.
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableList
-
Returns an immutable list containing the given elements, in order.
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableMultiset
-
Returns an immutable multiset containing the given elements.
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableSortedMultiset
-
Returns an immutable sorted multiset containing the given elements sorted by their natural ordering.
- copyOf(E[]) - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableList
-
Returns an immutable list containing the given elements, in order.
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableMultiset
-
Returns an immutable multiset containing the given elements.
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
-
Returns an immutable sorted multiset containing the given elements sorted by their natural ordering.
- copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
- copyOf(Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableList
-
Returns an immutable list containing the given elements, in order.
- copyOf(Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- copyOf(Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
- copyOf(Comparator<? super E>, Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
-
Returns an immutable sorted multiset containing the given elements sorted by the given
Comparator
. - copyOf(Comparator<? super E>, Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns an immutable sorted set containing the given elements sorted by the given
Comparator
. - copyOf(Comparator<? super E>, Collection<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns an immutable sorted set containing the given elements sorted by the given
Comparator
. - copyOf(Comparator<? super E>, Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
-
Returns an immutable sorted multiset containing the given elements sorted by the given
Comparator
. - copyOf(Comparator<? super E>, Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns an immutable sorted set containing the given elements sorted by the given
Comparator
. - copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableList
-
Returns an immutable list containing the given elements, in order.
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableMultiset
-
Returns an immutable multiset containing the given elements.
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
-
Returns an immutable set containing the given elements, in order.
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
-
Returns an immutable sorted multiset containing the given elements sorted by their natural ordering.
- copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
- copyOf(Map<? extends Class<? extends S>, ? extends S>) - Static method in class com.google.common.collect.ImmutableClassToInstanceMap
-
Returns an immutable map containing the same entries as
map
. - copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableBiMap
-
Returns an immutable bimap containing the same entries as
map
. - copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableMap
-
Returns an immutable map containing the same entries as
map
. - copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableSortedMap
-
Returns an immutable map containing the same entries as
map
, sorted by the natural ordering of the keys. - copyOf(Map<? extends K, ? extends V>, Comparator<? super K>) - Static method in class com.google.common.collect.ImmutableSortedMap
-
Returns an immutable map containing the same entries as
map
, with keys sorted by the provided comparator. - copyOfSorted(SortedMultiset<E>) - Static method in class com.google.common.collect.ImmutableSortedMultiset
-
Returns an immutable sorted multiset containing the elements of a sorted multiset, sorted by the same
Comparator
. - copyOfSorted(SortedMap<K, ? extends V>) - Static method in class com.google.common.collect.ImmutableSortedMap
-
Returns an immutable map containing the same entries as the provided sorted map, with the same ordering.
- copyOfSorted(SortedSet<E>) - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns an immutable sorted set containing the elements of a sorted set, sorted by the same
Comparator
. - copyPixelsFrom(ImageData, int, int, int, int, int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- copyPixelsIn(int[]) - Method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerSkinTexture
- copyTo(ByteSink) - Method in class com.google.common.io.ByteSource
-
Copies the contents of this byte source to the given
ByteSink
. - copyTo(CharSink) - Method in class com.google.common.io.CharSource
-
Copies the contents of this source to the given sink.
- copyTo(OutputStream) - Method in class com.google.common.io.ByteSource
-
Copies the contents of this byte source to the given
OutputStream
. - copyTo(Appendable) - Method in class com.google.common.io.CharSource
-
Appends the contents of this source to the given
Appendable
(such as aWriter
). - coral - Static variable in class net.minecraft.block.material.Material
- correctFacing(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockChest
- cos(float) - Static method in class net.minecraft.util.MathHelper
-
+ cos looked up in the sin table with the appropriate offset
- count() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBIndex
- count() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- count(Object) - Method in class com.google.common.collect.ForwardingMultiset
- count(Object) - Method in interface com.google.common.collect.Multiset
-
Returns the number of occurrences of an element in this multiset (the count of the element).
- count(Object) - Method in class com.google.common.collect.TreeMultiset
- count(String, String...) - Static method in class org.apache.commons.lang3.CharSetUtils
-
Takes an argument in set-syntax, see evaluateSet, and returns the number of characters present in the specified string.
- count(JSObject) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBIndex
- count(JSObject) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- countAdjacentRails() - Method in class net.minecraft.block.BlockRailBase.Rail
- countAvailableReadData() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformNetworking
- countChunksX - Variable in class net.minecraft.client.renderer.ViewFrustum
- countChunksY - Variable in class net.minecraft.client.renderer.ViewFrustum
- countChunksZ - Variable in class net.minecraft.client.renderer.ViewFrustum
- countEntities(Class<?>) - Method in class net.minecraft.world.World
-
+ Counts how many entities of an entity class exist in the world.
- countIn(CharSequence) - Method in class com.google.common.base.CharMatcher
-
Returns the number of matching characters found in a character sequence.
- CountingInputStream - Class in com.google.common.io
-
An
InputStream
that counts the number of bytes read. - CountingInputStream(InputStream) - Constructor for class com.google.common.io.CountingInputStream
-
Wraps another input stream, counting the number of bytes read.
- CountingOutputStream - Class in com.google.common.io
-
An OutputStream that counts the number of bytes written.
- CountingOutputStream(OutputStream) - Constructor for class com.google.common.io.CountingOutputStream
-
Wraps another output stream, counting the number of bytes written.
- countMatches(CharSequence, char) - Static method in class org.apache.commons.lang3.StringUtils
-
Counts how many times the char appears in the given string.
- countMatches(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Counts how many times the substring appears in the larger string.
- countriesByLanguage(String) - Static method in class org.apache.commons.lang3.LocaleUtils
-
Obtains the list of countries supported for a given language.
- countServers() - Method in class net.minecraft.client.multiplayer.ServerList
-
+ Counts the number of ServerData instances in the list.
- countTrue(boolean...) - Static method in class com.google.common.primitives.Booleans
-
Returns the number of
values
that aretrue
. - COURBET - net.minecraft.entity.item.EntityPainting.EnumArt
- coverLeft - Variable in class net.minecraft.client.model.ModelBook
-
+ Left cover renderer (when facing the book)
- coverRight - Variable in class net.minecraft.client.model.ModelBook
-
+ Right cover renderer (when facing the book)
- CPUCores() - Static method in class me.otterdev.eaglerreborn.MiscAPI
- CR - Static variable in class com.google.common.base.Ascii
-
Carriage Return ('\r'): A format effector which controls the movement of the printing position to the first printing position on the same printing line.
- CR - Static variable in class org.apache.commons.lang3.CharUtils
-
Carriage return characterf CR ('\r', Unicode 000d).
- CR - Static variable in class org.apache.commons.lang3.StringUtils
-
A String for carriage return CR ("\r").
- CRACKED - net.minecraft.block.BlockStoneBrick.EnumType
- CRACKED_META - Static variable in class net.minecraft.block.BlockStoneBrick
- CRACKED_STONEBRICK - net.minecraft.block.BlockSilverfish.EnumType
- craftedSnow - Static variable in class net.minecraft.block.material.Material
-
+ The material for crafted snow.
- crafters - Variable in class net.minecraft.inventory.Container
-
+ list of all people that need to be notified when this craftinventory changes
- crafting_table - Static variable in class net.minecraft.init.Blocks
- CraftingManager - Class in net.minecraft.item.crafting
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- craftMatrix - Variable in class net.minecraft.inventory.ContainerPlayer
-
+ The crafting matrix inventory.
- craftMatrix - Variable in class net.minecraft.inventory.ContainerWorkbench
-
+ The crafting matrix inventory (3x3).
- craftResult - Variable in class net.minecraft.inventory.ContainerPlayer
- craftResult - Variable in class net.minecraft.inventory.ContainerWorkbench
- crashed(CrashReport) - Method in class net.minecraft.client.Minecraft
- CrashReport - Class in net.minecraft.crash
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- CrashReport(String, Throwable) - Constructor for class net.minecraft.crash.CrashReport
- CrashReportCategory - Class in net.minecraft.crash
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- CrashReportCategory(CrashReport, String) - Constructor for class net.minecraft.crash.CrashReportCategory
- crc32() - Static method in class com.google.common.hash.Hashing
-
Returns a hash function implementing the CRC-32 checksum algorithm (32 hash bits) by delegating to the
CRC32
Checksum
. - create() - Static method in class com.google.common.collect.ArrayListMultimap
-
Creates a new, empty
ArrayListMultimap
with the default initial capacities. - create() - Static method in class com.google.common.collect.HashBasedTable
-
Creates an empty
HashBasedTable
. - create() - Static method in class com.google.common.collect.HashBiMap
-
Returns a new, empty
HashBiMap
with the default initial capacity (16). - create() - Static method in class com.google.common.collect.HashMultimap
-
Creates a new, empty
HashMultimap
with the default initial capacities. - create() - Static method in class com.google.common.collect.HashMultiset
-
Creates a new, empty
HashMultiset
using the default initial capacity. - create() - Static method in class com.google.common.collect.LinkedHashMultimap
-
Creates a new, empty
LinkedHashMultimap
with the default initial capacities. - create() - Static method in class com.google.common.collect.LinkedHashMultiset
-
Creates a new, empty
LinkedHashMultiset
using the default initial capacity. - create() - Static method in class com.google.common.collect.LinkedListMultimap
-
Creates a new, empty
LinkedListMultimap
with the default initial capacity. - create() - Method in class com.google.common.collect.MinMaxPriorityQueue.Builder
-
Builds a new min-max priority queue using the previously specified options, and having no initial contents.
- create() - Static method in class com.google.common.collect.MinMaxPriorityQueue
-
Creates a new min-max priority queue with default settings: natural order, no maximum size, no initial contents, and an initial expected size of 11.
- create() - Static method in class com.google.common.collect.MutableClassToInstanceMap
-
Returns a new
MutableClassToInstanceMap
instance backed by aHashMap
using the default initial capacity and load factor. - create() - Static method in class com.google.common.collect.TreeBasedTable
-
Creates an empty
TreeBasedTable
that uses the natural orderings of both row and column keys. - create() - Static method in class com.google.common.collect.TreeMultimap
-
Creates an empty
TreeMultimap
ordered by the natural ordering of its keys and values. - create() - Static method in class com.google.common.collect.TreeMultiset
-
Creates a new, empty multiset, sorted according to the elements' natural order.
- create() - Static method in class com.google.common.collect.TreeRangeMap
- create() - Static method in class com.google.common.collect.TreeRangeSet
-
Creates an empty
TreeRangeSet
instance. - create() - Static method in class com.google.common.io.Closer
-
Creates a new
Closer
. - create() - Static method in class net.lax1dude.eaglercraft.v1_8.Display
- create() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- create() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStoreParameters
- create() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- create() - Static method in class org.apache.commons.lang3.time.StopWatch
-
Creates a stopwatch for convenience.
- create(int) - Static method in class com.google.common.collect.EvictingQueue
-
Creates and returns a new evicting queue that will hold up to
maxSize
elements. - create(int) - Static method in class com.google.common.collect.HashBiMap
-
Constructs a new, empty bimap with the specified expected size.
- create(int) - Static method in class com.google.common.collect.HashMultiset
-
Creates a new, empty
HashMultiset
with the specified expected number of distinct elements. - create(int) - Static method in class com.google.common.collect.LinkedHashMultiset
-
Creates a new, empty
LinkedHashMultiset
with the specified expected number of distinct elements. - create(int) - Static method in class com.google.common.collect.LinkedListMultimap
-
Constructs an empty
LinkedListMultimap
with enough capacity to hold the specified number of keys without rehashing. - create(int, int) - Static method in class com.google.common.collect.ArrayListMultimap
-
Constructs an empty
ArrayListMultimap
with enough capacity to hold the specified numbers of keys and values without resizing. - create(int, int) - Static method in class com.google.common.collect.HashBasedTable
-
Creates an empty
HashBasedTable
with the specified map sizes. - create(int, int) - Static method in class com.google.common.collect.HashMultimap
-
Constructs an empty
HashMultimap
with enough capacity to hold the specified numbers of keys and values without rehashing. - create(int, int) - Static method in class com.google.common.collect.LinkedHashMultimap
-
Constructs an empty
LinkedHashMultimap
with enough capacity to hold the specified numbers of keys and values without rehashing. - create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ArrayListMultimap
-
Constructs an
ArrayListMultimap
with the same mappings as the specified multimap. - create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.HashMultimap
-
Constructs a
HashMultimap
with the same mappings as the specified multimap. - create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.LinkedHashMultimap
-
Constructs a
LinkedHashMultimap
with the same mappings as the specified multimap. - create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.LinkedListMultimap
-
Constructs a
LinkedListMultimap
with the same mappings as the specifiedMultimap
. - create(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.TreeMultimap
-
Constructs a
TreeMultimap
, ordered by the natural ordering of its keys and values, with the same mappings as the specified multimap. - create(Range<C>, DiscreteDomain<C>) - Static method in class com.google.common.collect.ContiguousSet
-
Returns a
ContiguousSet
containing the same values in the given domain contained by the range. - create(RangeSet<C>) - Static method in class com.google.common.collect.TreeRangeSet
-
Returns a
TreeRangeSet
initialized with the ranges in the specified range set. - create(Table<? extends R, ? extends C, ? extends V>) - Static method in class com.google.common.collect.HashBasedTable
-
Creates a
HashBasedTable
with the same mappings as the specified table. - create(Table<R, C, V>) - Static method in class com.google.common.collect.ArrayTable
-
Creates an
ArrayTable
with the mappings in the provided table. - create(TreeBasedTable<R, C, ? extends V>) - Static method in class com.google.common.collect.TreeBasedTable
-
Creates a
TreeBasedTable
with the same mappings and sort order as the specifiedTreeBasedTable
. - create(Funnel<T>, int) - Static method in class com.google.common.hash.BloomFilter
-
Creates a
BloomFilter
with the expected number of insertions and a default expected false positive probability of 3%. - create(Funnel<T>, int, double) - Static method in class com.google.common.hash.BloomFilter
-
Creates a
BloomFilter
with the expected number of insertions and expected false positive probability. - create(Class<E>) - Static method in class com.google.common.collect.EnumMultiset
-
Creates an empty
EnumMultiset
. - create(Class<K>) - Static method in class com.google.common.collect.EnumHashBiMap
-
Returns a new, empty
EnumHashBiMap
using the specified key type. - create(Class<K>, Class<V>) - Static method in class com.google.common.collect.EnumBiMap
-
Returns a new, empty
EnumBiMap
using the specified key and value types. - create(Iterable<? extends E>) - Static method in class com.google.common.collect.HashMultiset
-
Creates a new
HashMultiset
containing the specified elements. - create(Iterable<? extends E>) - Static method in class com.google.common.collect.LinkedHashMultiset
-
Creates a new
LinkedHashMultiset
containing the specified elements. - create(Iterable<? extends E>) - Static method in class com.google.common.collect.MinMaxPriorityQueue
-
Creates a new min-max priority queue using natural order, no maximum size, and initially containing the given elements.
- create(Iterable<? extends E>) - Static method in class com.google.common.collect.TreeMultiset
-
Creates an empty multiset containing the given initial elements, sorted according to the elements' natural order.
- create(Iterable<? extends R>, Iterable<? extends C>) - Static method in class com.google.common.collect.ArrayTable
-
Creates an empty
ArrayTable
. - create(Iterable<? extends T>) - Method in class com.google.common.collect.MinMaxPriorityQueue.Builder
-
Builds a new min-max priority queue using the previously specified options, and having the given initial elements.
- create(Iterable<E>) - Static method in class com.google.common.collect.EnumMultiset
-
Creates a new
EnumMultiset
containing the specified elements. - create(Iterable<E>, Class<E>) - Static method in class com.google.common.collect.EnumMultiset
-
Returns a new
EnumMultiset
instance containing the given elements. - create(String) - Static method in class net.minecraft.block.properties.PropertyBool
- create(String) - Static method in class net.minecraft.block.properties.PropertyDirection
-
+ Create a new PropertyDirection with the given name
- create(String, int, int) - Static method in class net.minecraft.block.properties.PropertyInteger
- create(String, Predicate<EnumFacing>) - Static method in class net.minecraft.block.properties.PropertyDirection
-
+ Create a new PropertyDirection with the given name
- create(String, Class<T>) - Static method in class net.minecraft.block.properties.PropertyEnum
- create(String, Class<T>, Predicate<T>) - Static method in class net.minecraft.block.properties.PropertyEnum
- create(String, Class<T>, Collection<T>) - Static method in class net.minecraft.block.properties.PropertyEnum
- create(String, Class<T>, T...) - Static method in class net.minecraft.block.properties.PropertyEnum
- create(String, Collection<EnumFacing>) - Static method in class net.minecraft.block.properties.PropertyDirection
-
+ Create a new PropertyDirection with the given name
- create(Comparator<? super E>) - Static method in class com.google.common.collect.TreeMultiset
-
Creates a new, empty multiset, sorted according to the specified comparator.
- create(Comparator<? super K>, Comparator<? super V>) - Static method in class com.google.common.collect.TreeMultimap
-
Creates an empty
TreeMultimap
instance using explicit comparators. - create(Comparator<? super R>, Comparator<? super C>) - Static method in class com.google.common.collect.TreeBasedTable
-
Creates an empty
TreeBasedTable
that is ordered by the specified comparators. - create(Callable<V>) - Static method in class net.lax1dude.eaglercraft.v1_8.futures.ListenableFutureTask
- create(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.HashBiMap
-
Constructs a new bimap containing initial values from
map
. - create(Map<Character, String>) - Static method in class com.google.common.escape.ArrayBasedEscaperMap
-
Returns a new ArrayBasedEscaperMap for creating ArrayBasedCharEscaper or ArrayBasedUnicodeEscaper instances.
- create(Map<Class<? extends B>, B>) - Static method in class com.google.common.collect.MutableClassToInstanceMap
-
Returns a new
MutableClassToInstanceMap
instance backed by a given emptybackingMap
. - create(Map<K, ? extends V>) - Static method in class com.google.common.collect.EnumHashBiMap
-
Constructs a new bimap with the same mappings as the specified map.
- create(Map<K, V>) - Static method in class com.google.common.collect.EnumBiMap
-
Returns a new bimap with the same mappings as the specified map.
- create(K) - Method in interface net.lax1dude.eaglercraft.v1_8.cache.EaglerCacheProvider
- create(ResourceLocation) - Static method in class net.minecraft.client.audio.PositionedSoundRecord
- create(ResourceLocation, float) - Static method in class net.minecraft.client.audio.PositionedSoundRecord
- create(ResourceLocation, float, float, float) - Static method in class net.minecraft.client.audio.PositionedSoundRecord
- createAndLoadEntity(NBTTagCompound) - Static method in class net.minecraft.tileentity.TileEntity
-
+ Creates a new entity and loads its data from the specified NBT.
- createBigDecimal(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a
String
to aBigDecimal
. - createBigInteger(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a
String
to aBigInteger
; since 3.2 it handles hex (0x or #) and octal (0) notations. - createBindEntityOutlineFbs(int, int) - Method in class net.minecraft.client.renderer.RenderGlobal
- createBlockState() - Method in class net.minecraft.block.Block
- createBlockState() - Method in class net.minecraft.block.BlockAnvil
- createBlockState() - Method in class net.minecraft.block.BlockBanner.BlockBannerHanging
- createBlockState() - Method in class net.minecraft.block.BlockBanner.BlockBannerStanding
- createBlockState() - Method in class net.minecraft.block.BlockBed
- createBlockState() - Method in class net.minecraft.block.BlockBrewingStand
- createBlockState() - Method in class net.minecraft.block.BlockButton
- createBlockState() - Method in class net.minecraft.block.BlockCactus
- createBlockState() - Method in class net.minecraft.block.BlockCake
- createBlockState() - Method in class net.minecraft.block.BlockCarpet
- createBlockState() - Method in class net.minecraft.block.BlockCauldron
- createBlockState() - Method in class net.minecraft.block.BlockChest
- createBlockState() - Method in class net.minecraft.block.BlockCocoa
- createBlockState() - Method in class net.minecraft.block.BlockColored
- createBlockState() - Method in class net.minecraft.block.BlockCommandBlock
- createBlockState() - Method in class net.minecraft.block.BlockCrops
- createBlockState() - Method in class net.minecraft.block.BlockDaylightDetector
- createBlockState() - Method in class net.minecraft.block.BlockDirt
- createBlockState() - Method in class net.minecraft.block.BlockDispenser
- createBlockState() - Method in class net.minecraft.block.BlockDoor
- createBlockState() - Method in class net.minecraft.block.BlockDoublePlant
- createBlockState() - Method in class net.minecraft.block.BlockEnderChest
- createBlockState() - Method in class net.minecraft.block.BlockEndPortalFrame
- createBlockState() - Method in class net.minecraft.block.BlockFarmland
- createBlockState() - Method in class net.minecraft.block.BlockFence
- createBlockState() - Method in class net.minecraft.block.BlockFenceGate
- createBlockState() - Method in class net.minecraft.block.BlockFire
- createBlockState() - Method in class net.minecraft.block.BlockFlower
- createBlockState() - Method in class net.minecraft.block.BlockFlowerPot
- createBlockState() - Method in class net.minecraft.block.BlockFurnace
- createBlockState() - Method in class net.minecraft.block.BlockGrass
- createBlockState() - Method in class net.minecraft.block.BlockHay
- createBlockState() - Method in class net.minecraft.block.BlockHopper
- createBlockState() - Method in class net.minecraft.block.BlockHugeMushroom
- createBlockState() - Method in class net.minecraft.block.BlockJukebox
- createBlockState() - Method in class net.minecraft.block.BlockLadder
- createBlockState() - Method in class net.minecraft.block.BlockLever
- createBlockState() - Method in class net.minecraft.block.BlockLiquid
- createBlockState() - Method in class net.minecraft.block.BlockMycelium
- createBlockState() - Method in class net.minecraft.block.BlockNetherWart
- createBlockState() - Method in class net.minecraft.block.BlockNewLeaf
- createBlockState() - Method in class net.minecraft.block.BlockNewLog
- createBlockState() - Method in class net.minecraft.block.BlockOldLeaf
- createBlockState() - Method in class net.minecraft.block.BlockOldLog
- createBlockState() - Method in class net.minecraft.block.BlockPane
- createBlockState() - Method in class net.minecraft.block.BlockPistonBase
- createBlockState() - Method in class net.minecraft.block.BlockPistonExtension
- createBlockState() - Method in class net.minecraft.block.BlockPistonMoving
- createBlockState() - Method in class net.minecraft.block.BlockPlanks
- createBlockState() - Method in class net.minecraft.block.BlockPortal
- createBlockState() - Method in class net.minecraft.block.BlockPressurePlate
- createBlockState() - Method in class net.minecraft.block.BlockPressurePlateWeighted
- createBlockState() - Method in class net.minecraft.block.BlockPrismarine
- createBlockState() - Method in class net.minecraft.block.BlockPumpkin
- createBlockState() - Method in class net.minecraft.block.BlockQuartz
- createBlockState() - Method in class net.minecraft.block.BlockRail
- createBlockState() - Method in class net.minecraft.block.BlockRailDetector
- createBlockState() - Method in class net.minecraft.block.BlockRailPowered
- createBlockState() - Method in class net.minecraft.block.BlockRedSandstone
- createBlockState() - Method in class net.minecraft.block.BlockRedstoneComparator
- createBlockState() - Method in class net.minecraft.block.BlockRedstoneRepeater
- createBlockState() - Method in class net.minecraft.block.BlockRedstoneWire
- createBlockState() - Method in class net.minecraft.block.BlockReed
- createBlockState() - Method in class net.minecraft.block.BlockSand
- createBlockState() - Method in class net.minecraft.block.BlockSandStone
- createBlockState() - Method in class net.minecraft.block.BlockSapling
- createBlockState() - Method in class net.minecraft.block.BlockSilverfish
- createBlockState() - Method in class net.minecraft.block.BlockSkull
- createBlockState() - Method in class net.minecraft.block.BlockSnow
- createBlockState() - Method in class net.minecraft.block.BlockSponge
- createBlockState() - Method in class net.minecraft.block.BlockStainedGlass
- createBlockState() - Method in class net.minecraft.block.BlockStainedGlassPane
- createBlockState() - Method in class net.minecraft.block.BlockStairs
- createBlockState() - Method in class net.minecraft.block.BlockStandingSign
- createBlockState() - Method in class net.minecraft.block.BlockStem
- createBlockState() - Method in class net.minecraft.block.BlockStone
- createBlockState() - Method in class net.minecraft.block.BlockStoneBrick
- createBlockState() - Method in class net.minecraft.block.BlockStoneSlab
- createBlockState() - Method in class net.minecraft.block.BlockStoneSlabNew
- createBlockState() - Method in class net.minecraft.block.BlockTallGrass
- createBlockState() - Method in class net.minecraft.block.BlockTNT
- createBlockState() - Method in class net.minecraft.block.BlockTorch
- createBlockState() - Method in class net.minecraft.block.BlockTrapDoor
- createBlockState() - Method in class net.minecraft.block.BlockTripWire
- createBlockState() - Method in class net.minecraft.block.BlockTripWireHook
- createBlockState() - Method in class net.minecraft.block.BlockVine
- createBlockState() - Method in class net.minecraft.block.BlockWall
- createBlockState() - Method in class net.minecraft.block.BlockWallSign
- createBlockState() - Method in class net.minecraft.block.BlockWoodSlab
- createButtons() - Method in class net.minecraft.client.gui.achievement.GuiStats
- createButtons() - Method in class net.minecraft.client.gui.GuiMultiplayer
- createChild(EntityAgeable) - Method in class net.minecraft.entity.EntityAgeable
- createChild(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityChicken
- createChild(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityCow
- createChild(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityHorse
- createChild(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityMooshroom
- createChild(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityOcelot
- createChild(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityPig
- createChild(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityRabbit
- createChild(EntityAgeable) - Method in class net.minecraft.entity.passive.EntitySheep
- createChild(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityVillager
- createChild(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityWolf
- createChunkProvider() - Method in class net.minecraft.client.multiplayer.WorldClient
-
+ Creates the chunk provider for this world.
- createChunkProvider() - Method in class net.minecraft.world.World
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.block.BlockAnvil.Anvil
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.block.BlockWorkbench.InterfaceCraftingTable
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.client.player.inventory.ContainerLocalMenu
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.client.player.inventory.LocalBlockIntercommunication
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.entity.item.EntityMinecartChest
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.entity.item.EntityMinecartHopper
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.inventory.InventoryLargeChest
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityBeacon
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityChest
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityDispenser
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityEnchantmentTable
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityFurnace
- createContainer(InventoryPlayer, EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityHopper
- createContainer(InventoryPlayer, EntityPlayer) - Method in interface net.minecraft.world.IInteractionObject
- createCopy() - Method in class net.minecraft.util.ChatComponentScore
-
+ Creates a copy of this component.
- createCopy() - Method in class net.minecraft.util.ChatComponentSelector
-
+ Creates a copy of this component.
- createCopy() - Method in class net.minecraft.util.ChatComponentText
-
+ Creates a copy of this component.
- createCopy() - Method in class net.minecraft.util.ChatComponentTranslation
-
+ Creates a copy of this component.
- createCopy() - Method in interface net.minecraft.util.IChatComponent
-
+ Creates a copy of this component.
- createDeepCopy() - Method in class net.minecraft.util.ChatStyle
-
+ Creates a deep copy of this style.
- createDeepCopyIterator(Iterable<IChatComponent>) - Static method in class net.minecraft.util.ChatComponentStyle
-
+ Creates an iterator that iterates over the given components, returning deep copies of each component in turn so that the properties of the returned objects will remain externally consistent after being returned.
- createDirectByteBuffer(int) - Static method in class net.minecraft.client.renderer.GLAllocation
-
+ Creates and returns a direct byte buffer with the specified capacity.
- createDirectFloatBuffer(int) - Static method in class net.minecraft.client.renderer.GLAllocation
-
+ Creates and returns a direct float buffer with the specified capacity.
- createDirectIntBuffer(int) - Static method in class net.minecraft.client.renderer.GLAllocation
-
+ Creates and returns a direct int buffer with the specified capacity.
- createDouble(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a
String
to aDouble
. - createEaglerURLSkinUUID(String) - Static method in class net.lax1dude.eaglercraft.v1_8.profile.SkinPackets
- createEatingParticles() - Method in class net.minecraft.entity.passive.EntityRabbit
- createEntity(World) - Method in interface net.minecraft.entity.EntityConstructor
- createEntityByID(int, World) - Static method in class net.minecraft.entity.EntityList
-
+ Create a new instance of an entity in the world by using an entity ID.
- createEntityByName(String, World) - Static method in class net.minecraft.entity.EntityList
-
+ Create a new instance of an entity in the world by using the entity name.
- createEntityFromNBT(NBTTagCompound, World) - Static method in class net.minecraft.entity.EntityList
-
+ create a new instance of an entity from NBT store
- createExplosion(Entity, double, double, double, float, boolean) - Method in class net.minecraft.world.World
-
+ Creates an explosion.
- createFlatGeneratorFromString(String) - Static method in class net.minecraft.world.gen.FlatGeneratorInfo
- createFloat(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a
String
to aFloat
. - createIDBFactory() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- createIndex(String, String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- createIndex(String, String[]) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- createInstance() - Method in class net.minecraft.entity.monster.EntityMagmaCube
- createInstance() - Method in class net.minecraft.entity.monster.EntitySlime
- createInteger(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a
String
to aInteger
, handling hex (0xhhhh) and octal (0dddd) notations. - createKnot(World, BlockPos) - Static method in class net.minecraft.entity.EntityLeashKnot
- createLong(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a
String
to aLong
; since 3.1 it handles hex (0Xhhhh) and octal (0ddd) notations. - createLookup(Class<?>) - Method in class net.minecraft.util.ClassInheritanceMultiMap
- createMap(Iterable<K>, Iterable<V>) - Static method in class net.minecraft.util.MapPopulator
- createMapDataPacket(ItemStack, World, EntityPlayer) - Method in class net.minecraft.item.ItemMap
- createMapDataPacket(ItemStack, World, EntityPlayer) - Method in class net.minecraft.item.ItemMapBase
- createMutatedBiome(int) - Method in class net.minecraft.world.biome.BiomeGenBase
- createMutatedBiome(int) - Method in class net.minecraft.world.biome.BiomeGenForest
- createMutatedBiome(int) - Method in class net.minecraft.world.biome.BiomeGenHills
- createMutatedBiome(int) - Method in class net.minecraft.world.biome.BiomeGenMesa
- createMutatedBiome(int) - Method in class net.minecraft.world.biome.BiomeGenPlains
- createMutatedBiome(int) - Method in class net.minecraft.world.biome.BiomeGenSavanna
- createMutatedBiome(int) - Method in class net.minecraft.world.biome.BiomeGenSnow
- createMutatedBiome(int) - Method in class net.minecraft.world.biome.BiomeGenTaiga
- createMutation() - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ Creates a mutated version of the biome and places it into the biomeList with an index equal to the original plus 128
- createNewByType(byte) - Static method in class net.minecraft.nbt.NBTBase
-
+ Creates a new NBTBase object that corresponds with the passed in id.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockBanner
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockBeacon
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockBrewingStand
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockChest
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockCommandBlock
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockDaylightDetector
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockDispenser
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockDropper
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockEnchantmentTable
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockEnderChest
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockEndPortal
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockFlowerPot
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockFurnace
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockHopper
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockJukebox
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockMobSpawner
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockNote
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockPistonMoving
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockRedstoneComparator
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockSign
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in class net.minecraft.block.BlockSkull
-
+ Returns a new instance of a block's tile entity class.
- createNewTileEntity(World, int) - Method in interface net.minecraft.block.ITileEntityProvider
-
+ Returns a new instance of a block's tile entity class.
- createNumber(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Turns a string value into a java.lang.Number.
- createObjectStore(String) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBDatabase
- createObjectStore(String, IDBObjectStoreParameters) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBDatabase
- createPath(Object...) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- createQuery() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- createRateLimitKick(GuiScreen) - Static method in class net.minecraft.client.gui.GuiDisconnected
- createRenderChunks(IRenderChunkFactory) - Method in class net.minecraft.client.renderer.ViewFrustum
- createRunningParticles() - Method in class net.minecraft.entity.Entity
- createShallowCopy() - Method in class net.minecraft.util.ChatStyle
-
+ Creates a shallow copy of this style.
- createStackedBlock(IBlockState) - Method in class net.minecraft.block.Block
- createStackedBlock(IBlockState) - Method in class net.minecraft.block.BlockHay
- createStackedBlock(IBlockState) - Method in class net.minecraft.block.BlockNewLeaf
- createStackedBlock(IBlockState) - Method in class net.minecraft.block.BlockNewLog
- createStackedBlock(IBlockState) - Method in class net.minecraft.block.BlockOldLeaf
- createStackedBlock(IBlockState) - Method in class net.minecraft.block.BlockOldLog
- createStackedBlock(IBlockState) - Method in class net.minecraft.block.BlockQuartz
- createStackedBlock(IBlockState) - Method in class net.minecraft.block.BlockRedstoneLight
- createStackedBlock(IBlockState) - Method in class net.minecraft.block.BlockRedstoneOre
- createStackedBlock(IBlockState) - Method in class net.minecraft.block.BlockSilverfish
- createStarted() - Static method in class org.apache.commons.lang3.time.StopWatch
-
Creates a started stopwatch for convenience.
- createTeam(String) - Method in class net.minecraft.scoreboard.Scoreboard
- createUnderlyingMap() - Method in class net.minecraft.client.audio.SoundRegistry
- createUnderlyingMap() - Method in class net.minecraft.util.RegistryNamespaced
- createUnderlyingMap() - Method in class net.minecraft.util.RegistrySimple
- createVertexArray() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- CREATIVE - net.minecraft.client.audio.MusicTicker.MusicType
- CREATIVE - net.minecraft.world.WorldSettings.GameType
- CreativeCrafting - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- CreativeCrafting(Minecraft) - Constructor for class net.minecraft.client.gui.inventory.CreativeCrafting
- creativeMode - Variable in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- creativeTabArray - Static variable in class net.minecraft.creativetab.CreativeTabs
- CreativeTabs - Class in net.minecraft.creativetab
- CreativeTabs(int, String) - Constructor for class net.minecraft.creativetab.CreativeTabs
- CREATURE - net.minecraft.entity.EnumCreatureType
- CREDITS - net.minecraft.client.audio.MusicTicker.MusicType
- CREEBET - net.minecraft.entity.item.EntityPainting.EnumArt
- CREEPER - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- CREEPER - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- creeperArmor - Variable in class net.minecraft.client.model.ModelCreeper
- CRIT - net.minecraft.util.EnumParticleTypes
- CRIT_MAGIC - net.minecraft.util.EnumParticleTypes
- CRLFtoLF(String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- cross(Vector3f, Vector3f, Vector3f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
-
The cross product of two vectors.
- CROSS - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- crossProduct(Vec3) - Method in class net.minecraft.util.Vec3
-
+ Returns a new vector with the result of this vector x the specified vector.
- crossProduct(Vec3i) - Method in class net.minecraft.util.BlockPos
-
+ Calculate the cross product of this and the given Vector
- crossProduct(Vec3i) - Method in class net.minecraft.util.Vec3i
-
+ Calculate the cross product of this and the given Vector
- cubeList - Variable in class net.minecraft.client.model.ModelRenderer
- cullFace - Variable in class net.minecraft.client.renderer.block.model.BlockPartFace
- cullFace(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- CURLY_BORDER - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- current() - Static method in class net.lax1dude.eaglercraft.v1_8.ThreadLocalRandom
- currentAngle - Variable in class net.minecraft.client.renderer.texture.TextureCompass
- currentItem - Variable in class net.minecraft.entity.player.InventoryPlayer
- currentItem - Variable in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- currentLocale - Static variable in class net.minecraft.client.resources.LanguageManager
- currentQuery - Variable in class net.minecraft.client.multiplayer.ServerData
- currentScreen - Variable in class net.minecraft.client.Minecraft
- currentServerMaxPlayers - Variable in class net.minecraft.client.network.NetHandlerPlayClient
- CUSTOMIZED - Static variable in class net.minecraft.world.WorldType
- customName - Variable in class net.minecraft.tileentity.TileEntityDispenser
- customSkin - Variable in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache.SkinCacheEntry
- CustomSkin - Class in net.lax1dude.eaglercraft.v1_8.profile
-
Copyright (c) 2022-2023 LAX1DUDE.
- CustomSkin(String, byte[], SkinModel) - Constructor for class net.lax1dude.eaglercraft.v1_8.profile.CustomSkin
- customSkinId - Static variable in class net.lax1dude.eaglercraft.v1_8.profile.EaglerProfile
- customSkins - Static variable in class net.lax1dude.eaglercraft.v1_8.profile.EaglerProfile
- CUTOUT - net.minecraft.util.EnumWorldBlockLayer
- CUTOUT_MIPPED - net.minecraft.util.EnumWorldBlockLayer
- CYAN - net.minecraft.item.EnumDyeColor
- cyanColor - Static variable in class net.minecraft.block.material.MapColor
- cycle() - Method in class com.google.common.collect.FluentIterable
-
Returns a fluent iterable whose
Iterator
cycles indefinitely over the elements of this fluent iterable. - cycle(Iterable<T>) - Static method in class com.google.common.collect.Iterables
-
Returns an iterable whose iterators cycle indefinitely over the elements of
iterable
. - cycle(Iterable<T>) - Static method in class com.google.common.collect.Iterators
-
Returns an iterator that cycles indefinitely over the elements of
iterable
. - cycle(T...) - Static method in class com.google.common.collect.Iterables
-
Returns an iterable whose iterators cycle indefinitely over the provided elements.
- cycle(T...) - Static method in class com.google.common.collect.Iterators
-
Returns an iterator that cycles indefinitely over the provided elements.
- cycleProperty(IProperty<T>) - Method in class net.minecraft.block.state.BlockStateBase
- cycleProperty(IProperty<T>) - Method in interface net.minecraft.block.state.IBlockState
- cyclePropertyValue(Collection<T>, T) - Static method in class net.minecraft.block.state.BlockStateBase
- CYCLIST_ALEX - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- CYCLIST_STEVE - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
D
- D3D11 - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformANGLE
- DAMAGE - Static variable in class net.minecraft.block.BlockAnvil
- damageArmor(float) - Method in class net.minecraft.entity.EntityLivingBase
- damageArmor(float) - Method in class net.minecraft.entity.player.EntityPlayer
- damageArmor(float) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Damages armor in each slot by the specified amount.
- damageBoost - Static variable in class net.minecraft.potion.Potion
- damageDealtStat - Static variable in class net.minecraft.stats.StatList
-
+ the amount of damage you've dealt
- damageDropped(IBlockState) - Method in class net.minecraft.block.Block
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockAnvil
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockCarpet
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockColored
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockDirt
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockDoublePlant
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockFlower
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockNewLeaf
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockNewLog
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockOldLeaf
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockOldLog
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockOre
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockPlanks
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockPrismarine
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockQuartz
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockRedSandstone
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockSand
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockSandStone
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockSapling
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockSponge
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockStainedGlass
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockStainedGlassPane
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockStone
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockStoneBrick
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockStoneSlab
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockStoneSlabNew
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockWall
-
+ Gets the metadata of the item this Block can drop.
- damageDropped(IBlockState) - Method in class net.minecraft.block.BlockWoodSlab
-
+ Gets the metadata of the item this Block can drop.
- damageEntity(DamageSource, float) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Deals damage to the entity.
- damageEntity(DamageSource, float) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Deals damage to the entity.
- damageEntity(DamageSource, float) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Deals damage to the entity.
- damageItem(int, EntityLivingBase) - Method in class net.minecraft.item.ItemStack
-
+ Damages the item in the ItemStack
- damageReduceAmount - Variable in class net.minecraft.item.ItemArmor
- DamageSource - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- DamageSource(String) - Constructor for class net.minecraft.util.DamageSource
- damageSourceEntity - Variable in class net.minecraft.util.EntityDamageSource
- damageTakenStat - Static variable in class net.minecraft.stats.StatList
-
+ the amount of damage you have taken
- damageType - Variable in class net.minecraft.enchantment.EnchantmentDamage
- damageType - Variable in class net.minecraft.util.DamageSource
- DANDELION - net.minecraft.block.BlockFlower.EnumFlowerType
- DANDELION - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- DARK - net.minecraft.block.BlockPrismarine.EnumType
- DARK_AQUA - net.minecraft.util.EnumChatFormatting
- DARK_BLUE - net.minecraft.util.EnumChatFormatting
- DARK_GRAY - net.minecraft.util.EnumChatFormatting
- DARK_GREEN - net.minecraft.util.EnumChatFormatting
- DARK_META - Static variable in class net.minecraft.block.BlockPrismarine
- DARK_OAK - net.minecraft.block.BlockPlanks.EnumType
- dark_oak_door - Static variable in class net.minecraft.init.Blocks
- dark_oak_door - Static variable in class net.minecraft.init.Items
- dark_oak_fence - Static variable in class net.minecraft.init.Blocks
- dark_oak_fence_gate - Static variable in class net.minecraft.init.Blocks
- DARK_OAK_SAPLING - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- dark_oak_stairs - Static variable in class net.minecraft.init.Blocks
- DARK_PURPLE - net.minecraft.util.EnumChatFormatting
- DARK_RED - net.minecraft.util.EnumChatFormatting
- data - Variable in class net.minecraft.network.play.server.S21PacketChunkData.Extracted
- data - Variable in class net.minecraft.network.play.server.S3FPacketCustomPayload
- data - Variable in class net.minecraft.world.chunk.storage.NibbleArrayReader
- database - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- database - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.DatabaseOpen
- databaseName() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
Name of a database on a server.
- DatabaseOpen(boolean, boolean, String, IDBDatabase) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.DatabaseOpen
- dataSize - Variable in class net.minecraft.network.play.server.S21PacketChunkData.Extracted
- DataSourceDefinition - Annotation Type in javax.annotation.sql
-
Annotation used to define a container
DataSource
to be registered with JNDI. - DataSourceDefinitions - Annotation Type in javax.annotation.sql
-
Declares one or more
DataSourceDefinition
annotations. - dataWatcher - Variable in class net.minecraft.entity.Entity
- DataWatcher - Class in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- DataWatcher(Entity) - Constructor for class net.minecraft.entity.DataWatcher
- DataWatcher.WatchableObject - Class in net.minecraft.entity
- date() - Method in annotation type javax.annotation.Generated
-
Date when the source was generated.
- DateFormatUtils - Class in org.apache.commons.lang3.time
-
Date and time formatting utilities and constants.
- DateFormatUtils() - Constructor for class org.apache.commons.lang3.time.DateFormatUtils
-
DateFormatUtils instances should NOT be constructed in standard programming.
- DateParser - Interface in org.apache.commons.lang3.time
-
DateParser is the "missing" interface for the parsing methods of
DateFormat
. - DatePrinter - Interface in org.apache.commons.lang3.time
-
DatePrinter is the "missing" interface for the format methods of
DateFormat
. - DateUtils - Class in org.apache.commons.lang3.time
-
A suite of utilities surrounding the use of the
Calendar
andDate
object. - DateUtils() - Constructor for class org.apache.commons.lang3.time.DateUtils
-
DateUtils
instances should NOT be constructed in standard programming. - daylight_detector - Static variable in class net.minecraft.init.Blocks
- daylight_detector_inverted - Static variable in class net.minecraft.init.Blocks
- DC1 - Static variable in class com.google.common.base.Ascii
-
Device Control 1.
- DC2 - Static variable in class com.google.common.base.Ascii
-
Device Control 2.
- DC3 - Static variable in class com.google.common.base.Ascii
-
Device Control 3.
- DC4 - Static variable in class com.google.common.base.Ascii
-
Device Control 4.
- dead - Variable in class net.minecraft.entity.EntityLivingBase
- DEAD_BUSH - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- DEAD_BUSH - net.minecraft.block.BlockTallGrass.EnumType
- deadbush - Static variable in class net.minecraft.init.Blocks
- dealFireDamage(int) - Method in class net.minecraft.entity.Entity
-
+ Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage.
- dealFireDamage(int) - Method in class net.minecraft.entity.item.EntityItem
-
+ Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage.
- dealFireDamage(int) - Method in class net.minecraft.entity.item.EntityXPOrb
-
+ Will deal the specified amount of damage to the entity if the entity isn't immune to fire damage.
- deathCount - Static variable in interface net.minecraft.scoreboard.IScoreObjectiveCriteria
- deathMessage - Variable in class net.minecraft.network.play.server.S42PacketCombatEvent
- deathsStat - Static variable in class net.minecraft.stats.StatList
-
+ the number of times you have died
- deathTicks - Variable in class net.minecraft.entity.boss.EntityDragon
- deathTime - Variable in class net.minecraft.entity.EntityLivingBase
- debug - Variable in class net.minecraft.client.Minecraft
-
+ String that shows the debug information
- debug(String) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- debug(String, Object...) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- debug(Throwable) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- DEBUG - net.lax1dude.eaglercraft.v1_8.log4j.Level
- debugCamEnable - Variable in class net.minecraft.client.settings.GameSettings
- debugPrintStackTrace(Throwable) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- debugPrintStackTraceToSTDERR(Throwable) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- DECAYABLE - Static variable in class net.minecraft.block.BlockLeaves
- DECIMAL_FLOAT - net.lax1dude.eaglercraft.v1_8.HFormatter.BigDecimalLayoutForm
-
Use normal decimal/float style for BigDecimals.
- DECIMALFORMAT - Static variable in class net.minecraft.item.ItemStack
- DeclareRoles - Annotation Type in javax.annotation.security
-
Used by application to declare security roles.
- DECLINED - net.minecraft.network.play.client.C19PacketResourcePackStatus.Action
- decode(byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Decodes a byte[] containing characters in the Base-N alphabet.
- decode(CharSequence) - Method in class com.google.common.io.BaseEncoding
-
Decodes the specified character sequence, and returns the resulting
byte[]
. - decode(Object) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Decodes an Object using the Base-N algorithm.
- decode(String) - Static method in class com.google.common.primitives.UnsignedInts
-
Returns the unsigned
int
value represented by the given string. - decode(String) - Static method in class com.google.common.primitives.UnsignedLongs
-
Returns the unsigned
long
value represented by the given string. - decode(String) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Decodes a String containing characters in the Base-N alphabet.
- decodeAudioAsync(ArrayBuffer, String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio
- decodeBase64(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Decodes Base64 data into octets.
- decodeBase64(String) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Decodes a Base64 String into octets.
- decodeHex(CharSequence) - Static method in class net.lax1dude.eaglercraft.v1_8.EagUtils
- decodeHexByte(CharSequence, int) - Static method in class net.lax1dude.eaglercraft.v1_8.EagUtils
- decodeHexByte(CharSequence, int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufUtil
-
Decode a 2-digit hex byte from within a string.
- decodeInteger(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
- DecoderException - Exception in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- DecoderException() - Constructor for exception net.lax1dude.eaglercraft.v1_8.DecoderException
- DecoderException(String) - Constructor for exception net.lax1dude.eaglercraft.v1_8.DecoderException
- DecoderException(String, Throwable) - Constructor for exception net.lax1dude.eaglercraft.v1_8.DecoderException
- DecoderException(Throwable) - Constructor for exception net.lax1dude.eaglercraft.v1_8.DecoderException
- decodingSource(CharSource) - Method in class com.google.common.io.BaseEncoding
-
Returns a
ByteSource
that reads base-encoded bytes from the specifiedCharSource
. - decodingStream(Reader) - Method in class com.google.common.io.BaseEncoding
-
Returns an
InputStream
that decodes base-encoded input from the specifiedReader
. - decreaseAirSupply(int) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Decrements the entity's air supply when underwater
- decreaseAirSupply(int) - Method in class net.minecraft.entity.monster.EntityIronGolem
-
+ Decrements the entity's air supply when underwater
- decreaseScore(int) - Method in class net.minecraft.scoreboard.Score
- decrement() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Decrements the value.
- decrement() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Decrements the value.
- decrement() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Decrements the value.
- decrement() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Decrements the value.
- decrement() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Decrements the value.
- decrement() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Decrements the value.
- decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
- decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
- decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
- decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
- decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
- decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
- decrementAnimations() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Decrement the number of animations remaining.
- decrStackSize(int) - Method in class net.minecraft.inventory.Slot
-
+ Decrease the size of the stack in slot (first int arg) by the amount of the second int arg.
- decrStackSize(int) - Method in class net.minecraft.inventory.SlotCrafting
-
+ Decrease the size of the stack in slot (first int arg) by the amount of the second int arg.
- decrStackSize(int) - Method in class net.minecraft.inventory.SlotFurnaceOutput
-
+ Decrease the size of the stack in slot (first int arg) by the amount of the second int arg.
- decrStackSize(int) - Method in class net.minecraft.inventory.SlotMerchantResult
-
+ Decrease the size of the stack in slot (first int arg) by the amount of the second int arg.
- decrStackSize(int, int) - Method in class net.minecraft.entity.item.EntityMinecartContainer
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in interface net.minecraft.inventory.IInventory
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.inventory.InventoryBasic
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.inventory.InventoryCrafting
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.inventory.InventoryCraftResult
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.inventory.InventoryMerchant
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityBeacon
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityChest
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityDispenser
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- decrStackSize(int, int) - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Removes up to a specified number of items from an inventory slot and returns them in a new stack.
- deepCheckNotNull(String, T...) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Check that the given varargs is not null and does not contain elements null elements.
- deepOcean - Static variable in class net.minecraft.world.biome.BiomeGenBase
- DEFAULT - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformANGLE
- DEFAULT - net.minecraft.block.BlockPistonExtension.EnumPistonType
- DEFAULT - net.minecraft.block.BlockQuartz.EnumType
- DEFAULT - net.minecraft.block.BlockRedSandstone.EnumType
- DEFAULT - net.minecraft.block.BlockSandStone.EnumType
- DEFAULT - net.minecraft.block.BlockStoneBrick.EnumType
- DEFAULT - Static variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- DEFAULT - Static variable in class net.minecraft.client.renderer.block.model.ItemTransformVec3f
- DEFAULT - Static variable in class net.minecraft.world.WorldType
-
+ Default world type.
- DEFAULT_1_1 - Static variable in class net.minecraft.world.WorldType
-
+ Default (1.1) world type.
- DEFAULT_ALEX - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- DEFAULT_DIFFICULTY - Static variable in class net.minecraft.world.storage.WorldInfo
- DEFAULT_ESCAPE - Static variable in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Constant for the default escape character.
- DEFAULT_META - Static variable in class net.minecraft.block.BlockStoneBrick
- DEFAULT_PREFIX - Static variable in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Constant for the default variable prefix.
- DEFAULT_STEVE - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- DEFAULT_STYLE - Static variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The default toString style.
- DEFAULT_SUFFIX - Static variable in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Constant for the default variable suffix.
- DEFAULT_VALUE_DELIMITER - Static variable in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Constant for the default value delimiter of a variable.
- defaultIfBlank(T, T) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns either the passed in CharSequence, or if the CharSequence is whitespace, empty ("") or
null
, the value ofdefaultStr
. - defaultIfEmpty(T, T) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns either the passed in CharSequence, or if the CharSequence is empty or
null
, the value ofdefaultStr
. - defaultIfNull(T, T) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Returns a default value if the object passed is
null
. - defaultLightValue - Variable in enum net.minecraft.world.EnumSkyBlock
- defaultNull - Static variable in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.TexturesProperty
- DefaultPlayerSkin - Class in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- DefaultPlayerSkin() - Constructor for class net.minecraft.client.resources.DefaultPlayerSkin
- defaultResourceDomains - Static variable in class net.minecraft.client.resources.DefaultResourcePack
- DefaultResourcePack - Class in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- DefaultResourcePack() - Constructor for class net.minecraft.client.resources.DefaultResourcePack
- Defaults - Class in com.google.common.base
-
This class provides default values for all Java types, as defined by the JLS.
- DefaultServer(String, String) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.IClientConfigAdapter.DefaultServer
- DefaultSkins - Enum in net.lax1dude.eaglercraft.v1_8.profile
-
Copyright (c) 2022-2023 LAX1DUDE.
- defaultSkinsMap - Static variable in enum net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- DefaultStateMapper - Class in net.minecraft.client.renderer.block.statemap
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- DefaultStateMapper() - Constructor for class net.minecraft.client.renderer.block.statemap.DefaultStateMapper
- defaultString(String) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns either the passed in String, or if the String is
null
, an empty String (""). - defaultString(String, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns either the passed in String, or if the String is
null
, the value ofdefaultStr
. - defaultTexUnit - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.OpenGlHelper
- defaultTimeout - Static variable in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- defaultValue(Class<T>) - Static method in class com.google.common.base.Defaults
-
Returns the default value of
type
as defined by JLS ---0
for numbers,false
forboolean
and'\0'
forchar
. - DefaultVertexFormats - Class in net.minecraft.client.renderer.vertex
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- DefaultVertexFormats() - Constructor for class net.minecraft.client.renderer.vertex.DefaultVertexFormats
- dehexchar(char) - Static method in class org.json.JSONTokener
-
Get the hex value of a character (base16).
- DEL - Static variable in class com.google.common.base.Ascii
-
Delete: This character is used primarily to "erase" or "obliterate" erroneous or unwanted characters in perforated tape.
- DELAY - Static variable in class net.minecraft.block.BlockRedstoneRepeater
- delayBeforeCanPickup - Variable in class net.minecraft.entity.item.EntityXPOrb
- delegate() - Method in class com.google.common.collect.EvictingQueue
- delegate() - Method in class com.google.common.collect.ForwardingCollection
- delegate() - Method in class com.google.common.collect.ForwardingDeque
- delegate() - Method in class com.google.common.collect.ForwardingIterator
- delegate() - Method in class com.google.common.collect.ForwardingList
- delegate() - Method in class com.google.common.collect.ForwardingListIterator
- delegate() - Method in class com.google.common.collect.ForwardingListMultimap
- delegate() - Method in class com.google.common.collect.ForwardingMap
- delegate() - Method in class com.google.common.collect.ForwardingMapEntry
- delegate() - Method in class com.google.common.collect.ForwardingMultimap
- delegate() - Method in class com.google.common.collect.ForwardingMultiset
- delegate() - Method in class com.google.common.collect.ForwardingNavigableMap
- delegate() - Method in class com.google.common.collect.ForwardingNavigableSet
- delegate() - Method in class com.google.common.collect.ForwardingObject
-
Returns the backing delegate instance that methods are forwarded to.
- delegate() - Method in class com.google.common.collect.ForwardingQueue
- delegate() - Method in class com.google.common.collect.ForwardingSet
- delegate() - Method in class com.google.common.collect.ForwardingSetMultimap
- delegate() - Method in class com.google.common.collect.ForwardingSortedMap
- delegate() - Method in class com.google.common.collect.ForwardingSortedMultiset
- delegate() - Method in class com.google.common.collect.ForwardingSortedSet
- delegate() - Method in class com.google.common.collect.ForwardingSortedSetMultimap
- delegate() - Method in class com.google.common.collect.ForwardingTable
- delegate() - Method in class com.google.common.collect.ImmutableClassToInstanceMap
- delegate() - Method in class net.minecraft.util.JsonSerializableSet
- delete() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- delete() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- delete() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- delete() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- delete() - Method in class net.lax1dude.eaglercraft.v1_8.profile.CustomSkin
- delete(int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Deletes the characters between the two specified indices.
- delete(String, String...) - Static method in class org.apache.commons.lang3.CharSetUtils
-
Takes an argument in set-syntax, see evaluateSet, and deletes any of characters present in the specified string.
- delete(JSObject) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- deleteAll() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- deleteAll() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- deleteAll(char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Deletes the character wherever it occurs in the builder.
- deleteAll(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Deletes the string wherever it occurs in the builder.
- deleteAll(StrMatcher) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Deletes all parts of the builder that the matcher matches.
- deleteAllDisplayLists() - Method in class net.minecraft.client.renderer.RenderGlobal
-
+ Deletes all display lists
- deleteCharAt(int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Deletes the character at the specified index.
- deleteChatLine(int) - Method in class net.minecraft.client.gui.GuiNewChat
-
+ finds and deletes a Chat line by ID
- deleteDatabase(String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBFactory
- deleteDisplayLists(int) - Static method in class net.minecraft.client.renderer.GLAllocation
- deleteFile(String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- deleteFile(IDBDatabase, String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.AsyncHandlers
- deleteFiles(String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- deleteFiles(IDBDatabase, String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.AsyncHandlers
- deleteFirst(char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Deletes the character wherever it occurs in the builder.
- deleteFirst(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Deletes the string wherever it occurs in the builder.
- deleteFirst(StrMatcher) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Deletes the first match within the builder using the specified matcher.
- deleteFromCursor(int) - Method in class net.minecraft.client.gui.GuiTextField
-
+ delete the selected text, otherwsie deletes characters from either side of the cursor.
- deleteGlResources() - Method in class net.minecraft.client.renderer.chunk.ListedRenderChunk
- deleteGlResources() - Method in class net.minecraft.client.renderer.chunk.RenderChunk
- deleteGlResources() - Method in class net.minecraft.client.renderer.ViewFrustum
- deleteGlTexture() - Method in class net.minecraft.client.renderer.texture.AbstractTexture
- deleteIndex(String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- deleteObjectStore(String) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBDatabase
- deleteQuery(WebGLQuery) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- deleteResourcePack(String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.SYS
- deleteTexture(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- deleteTexture(int) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
- deleteTexture(ResourceLocation) - Method in class net.minecraft.client.renderer.texture.TextureManager
- deleteVertexArray(WebGLVertexArray) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- deleteWhitespace(String) - Static method in class org.apache.commons.lang3.StringUtils
-
Deletes all whitespaces from a String as defined by
Character.isWhitespace(char)
. - deleteWords(int) - Method in class net.minecraft.client.gui.GuiTextField
-
+ Deletes the specified number of words starting at the cursor position.
- deltaX - Variable in class net.minecraft.util.MouseHelper
- deltaY - Variable in class net.minecraft.util.MouseHelper
- denormalizeClamp(double, double, double) - Static method in class net.minecraft.util.MathHelper
- denormalizeValue(float) - Method in enum net.minecraft.client.settings.GameSettings.Options
- DenyAll - Annotation Type in javax.annotation.security
-
Specifies that no security roles are allowed to invoke the specified method(s).
- DEPTH_COMPONENT32F - Static variable in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- DEPTH24_STENCIL8 - Static variable in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- depthFunc(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- depthMask(boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- depthStrider - Static variable in class net.minecraft.enchantment.Enchantment
- descendingIterator() - Method in class com.google.common.collect.ForwardingDeque
- descendingIterator() - Method in class com.google.common.collect.ForwardingNavigableSet
- descendingIterator() - Method in class com.google.common.collect.ImmutableSortedSet
- descendingKeySet() - Method in class com.google.common.collect.ForwardingNavigableMap
- descendingKeySet() - Method in class com.google.common.collect.ImmutableSortedMap
- descendingMap() - Method in class com.google.common.collect.ForwardingNavigableMap
- descendingMap() - Method in class com.google.common.collect.ImmutableSortedMap
- descendingMultiset() - Method in class com.google.common.collect.ForwardingSortedMultiset
- descendingMultiset() - Method in class com.google.common.collect.ImmutableSortedMultiset
- descendingMultiset() - Method in interface com.google.common.collect.SortedMultiset
-
Returns a descending view of this multiset.
- descendingSet() - Method in class com.google.common.collect.ForwardingNavigableSet
- descendingSet() - Method in class com.google.common.collect.ImmutableSortedSet
- description() - Method in annotation type javax.annotation.Resource
-
Description of this resource.
- description() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
Description of this data source
- descriptionToAttributeInstanceMap - Variable in class net.minecraft.entity.ai.attributes.ServersideAttributeMap
- deserialize(byte[]) - Static method in class org.apache.commons.lang3.SerializationUtils
-
Deserializes a single
Object
from an array of bytes. - deserialize(J) - Method in interface net.lax1dude.eaglercraft.v1_8.json.JSONTypeDeserializer
- deserialize(InputStream) - Static method in class org.apache.commons.lang3.SerializationUtils
-
Deserializes an
Object
from the specified stream. - deserialize(Object) - Method in class net.minecraft.util.IChatComponent.Serializer
- deserialize(Object, Class<O>) - Static method in class net.lax1dude.eaglercraft.v1_8.json.JSONTypeProvider
- deserialize(String) - Static method in class net.minecraft.client.renderer.block.model.ModelBlock
- deserialize(JSONObject) - Method in class net.lax1dude.eaglercraft.v1_8.json.impl.SoundMapDeserializer
- deserialize(JSONObject) - Method in class net.minecraft.client.audio.SoundListSerializer
- deserialize(JSONObject) - Method in class net.minecraft.client.renderer.block.model.BlockFaceUV.Deserializer
- deserialize(JSONObject) - Method in class net.minecraft.client.renderer.block.model.BlockPart.Deserializer
- deserialize(JSONObject) - Method in class net.minecraft.client.renderer.block.model.BlockPartFace.Deserializer
- deserialize(JSONObject) - Method in class net.minecraft.client.renderer.block.model.ItemCameraTransforms.Deserializer
- deserialize(JSONObject) - Method in class net.minecraft.client.renderer.block.model.ItemTransformVec3f.Deserializer
- deserialize(JSONObject) - Method in class net.minecraft.client.renderer.block.model.ModelBlock.Deserializer
- deserialize(JSONObject) - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Deserializer
- deserialize(JSONObject) - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variant.Deserializer
- deserialize(JSONObject) - Method in class net.minecraft.client.resources.data.AnimationMetadataSectionSerializer
- deserialize(JSONObject) - Method in class net.minecraft.client.resources.data.FontMetadataSectionSerializer
- deserialize(JSONObject) - Method in class net.minecraft.client.resources.data.LanguageMetadataSectionSerializer
- deserialize(JSONObject) - Method in class net.minecraft.client.resources.data.PackMetadataSectionSerializer
- deserialize(JSONObject) - Method in class net.minecraft.client.resources.data.TextureMetadataSectionSerializer
- deserialize(JSONObject) - Method in class net.minecraft.network.ServerStatusResponse.MinecraftProtocolVersionIdentifier.Serializer
- deserialize(JSONObject) - Method in class net.minecraft.network.ServerStatusResponse.PlayerCountData.Serializer
- deserialize(JSONObject) - Method in class net.minecraft.network.ServerStatusResponse.Serializer
- deserialize(JSONObject) - Method in class net.minecraft.util.ChatStyle.Serializer
- deserializeFromJson(J) - Method in interface net.lax1dude.eaglercraft.v1_8.json.JSONTypeDeserializer
- deserializeNoCast(Object, Class<O>) - Static method in class net.lax1dude.eaglercraft.v1_8.json.JSONTypeProvider
- Deserializer() - Constructor for class net.minecraft.client.renderer.block.model.BlockFaceUV.Deserializer
- Deserializer() - Constructor for class net.minecraft.client.renderer.block.model.BlockPart.Deserializer
- Deserializer() - Constructor for class net.minecraft.client.renderer.block.model.BlockPartFace.Deserializer
- Deserializer() - Constructor for class net.minecraft.client.renderer.block.model.ItemCameraTransforms.Deserializer
- Deserializer() - Constructor for class net.minecraft.client.renderer.block.model.ItemTransformVec3f.Deserializer
- Deserializer() - Constructor for class net.minecraft.client.renderer.block.model.ModelBlock.Deserializer
- Deserializer() - Constructor for class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Deserializer
- Deserializer() - Constructor for class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variant.Deserializer
- desert - Static variable in class net.minecraft.world.biome.BiomeGenBase
- desertHills - Static variable in class net.minecraft.world.biome.BiomeGenBase
- DESKTOP - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformAgent
- DESKTOP - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformType
- despawnEntity() - Method in class net.minecraft.entity.boss.EntityDragon
-
+ Makes the entity despawn if requirements are reached
- despawnEntity() - Method in class net.minecraft.entity.boss.EntityWither
-
+ Makes the entity despawn if requirements are reached
- despawnEntity() - Method in class net.minecraft.entity.EntityLiving
-
+ Makes the entity despawn if requirements are reached
- destPos - Variable in class net.minecraft.entity.passive.EntityChicken
- destroy() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- destroy() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- destroy() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.GameOverlayFramebuffer
- destroy() - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache
- destroy() - Method in class net.minecraft.client.renderer.culling.ClippingHelperImpl
- DESTROY_STAGES - Static variable in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer
- destroyBlock(BlockPos, boolean) - Method in class net.minecraft.world.World
-
+ Sets a block to air, but also plays the sound and particles and can spawn drops
- DestroyBlockProgress - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- DestroyBlockProgress(int, BlockPos) - Constructor for class net.minecraft.client.renderer.DestroyBlockProgress
- destroyCurrentEquippedItem() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Destroys the currently equipped item from the player's inventory.
- detachHome() - Method in class net.minecraft.entity.EntityCreature
- Detainted - Annotation Type in javax.annotation
- detectAndSendChanges() - Method in class net.minecraft.inventory.Container
-
+ Looks for changes made in the container, sends them to every listener.
- detectAndSendChanges() - Method in class net.minecraft.inventory.ContainerBrewingStand
-
+ Looks for changes made in the container, sends them to every listener.
- detectAndSendChanges() - Method in class net.minecraft.inventory.ContainerEnchantment
-
+ Looks for changes made in the container, sends them to every listener.
- detectAndSendChanges() - Method in class net.minecraft.inventory.ContainerFurnace
-
+ Looks for changes made in the container, sends them to every listener.
- detectAndSendChanges() - Method in class net.minecraft.inventory.ContainerMerchant
-
+ Looks for changes made in the container, sends them to every listener.
- detector_rail - Static variable in class net.minecraft.init.Blocks
- determinant() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix
- determinant() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
- determinant() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- determinant() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- DEVELOPER_ALEX - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- DEVELOPER_STEVE - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- DIAGONAL_LEFT - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- DIAGONAL_LEFT_MIRROR - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- DIAGONAL_RIGHT - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- DIAGONAL_RIGHT_MIRROR - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- diameter - Variable in class net.minecraft.network.play.server.S44PacketWorldBorder
- diamond - Static variable in class net.minecraft.init.Items
- DIAMOND - net.minecraft.item.ItemArmor.ArmorMaterial
- diamond_axe - Static variable in class net.minecraft.init.Items
- diamond_block - Static variable in class net.minecraft.init.Blocks
- diamond_boots - Static variable in class net.minecraft.init.Items
- diamond_chestplate - Static variable in class net.minecraft.init.Items
- diamond_helmet - Static variable in class net.minecraft.init.Items
- diamond_hoe - Static variable in class net.minecraft.init.Items
- diamond_horse_armor - Static variable in class net.minecraft.init.Items
- diamond_leggings - Static variable in class net.minecraft.init.Items
- diamond_ore - Static variable in class net.minecraft.init.Blocks
- diamond_pickaxe - Static variable in class net.minecraft.init.Items
- diamond_shovel - Static variable in class net.minecraft.init.Items
- diamond_sword - Static variable in class net.minecraft.init.Items
- diamondColor - Static variable in class net.minecraft.block.material.MapColor
- diamonds - Static variable in class net.minecraft.stats.AchievementList
- diamondsToYou - Static variable in class net.minecraft.stats.AchievementList
- difference(Multiset<E>, Multiset<?>) - Static method in class com.google.common.collect.Multisets
-
Returns an unmodifiable view of the difference of two multisets.
- difference(String, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Compares two Strings, and returns the portion where they differ.
- difference(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Computes the difference between two maps.
- difference(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Equivalence<? super V>) - Static method in class com.google.common.collect.Maps
-
Computes the difference between two maps.
- difference(Set<E>, Set<?>) - Static method in class com.google.common.collect.Sets
-
Returns an unmodifiable view of the difference of two sets.
- difference(SortedMap<K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Computes the difference between two sorted maps, using the comparator of the left map, or
Ordering.natural()
if the left map uses the natural ordering of its elements. - difficulty - Variable in class net.minecraft.client.settings.GameSettings
- difficulty - Variable in class net.minecraft.network.play.server.S07PacketRespawn
- difficulty - Variable in class net.minecraft.network.play.server.S41PacketServerDifficulty
- DifficultyInstance - Class in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- DifficultyInstance(EnumDifficulty, long, long, float) - Constructor for class net.minecraft.world.DifficultyInstance
- difficultyLocked - Variable in class net.minecraft.network.play.server.S41PacketServerDifficulty
- DIGGER - net.minecraft.enchantment.EnumEnchantmentType
- DIGIT - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is a digit according to Unicode.
- digSlowdown - Static variable in class net.minecraft.potion.Potion
- digSpeed - Static variable in class net.minecraft.potion.Potion
- dimension - Variable in class net.minecraft.entity.Entity
- dimension - Variable in class net.minecraft.network.play.server.S01PacketJoinGame
- dimension - Variable in class net.minecraft.world.storage.MapData
- dimensionId - Variable in class net.minecraft.world.WorldProvider
- dimensionID - Variable in class net.minecraft.network.play.server.S07PacketRespawn
- DIORITE - net.minecraft.block.BlockStone.EnumType
- DIORITE_SMOOTH - net.minecraft.block.BlockStone.EnumType
- DIRECTION_NEXT - Static variable in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- DIRECTION_NEXT_UNIQUE - Static variable in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- DIRECTION_PREVIOUS - Static variable in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- DIRECTION_PREVIOUS_UNIQUE - Static variable in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- dirt - Static variable in class net.minecraft.init.Blocks
- DIRT - net.minecraft.block.BlockDirt.DirtType
- dirtColor - Static variable in class net.minecraft.block.material.MapColor
- disableAlpha() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableBlend() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableColorLogic() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableColorMaterial() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableCull() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- DISABLED - net.minecraft.client.multiplayer.ServerData.ServerResourceMode
- disableDamage - Variable in class net.minecraft.entity.player.PlayerCapabilities
- disableDepth() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableFog() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableLighting() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableLightmap() - Method in class net.minecraft.client.renderer.EntityRenderer
- disableMCLight(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableOverlayFramebufferBlending() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disablePolygonOffset() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableRescaleNormal() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableSecurityWarning() - Method in class net.minecraft.client.gui.GuiConfirmOpenLink
- disableShaderBlendAdd() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableStandardItemLighting() - Static method in class net.minecraft.client.renderer.RenderHelper
-
+ Disables the OpenGL lighting properties enabled by enableStandardItemLighting
- disableStats() - Method in class net.minecraft.block.Block
- disableTexGen() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- disableTexture2D() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- DISARMED - Static variable in class net.minecraft.block.BlockTripWire
- discardReadBytes() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- discardReadBytes() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Discards the bytes between the 0th index and
readerIndex
. - discardReadBytes() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- discardReadBytes() - Method in class net.minecraft.network.PacketBuffer
- discardSomeReadBytes() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- discardSomeReadBytes() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Similar to
ByteBuf.discardReadBytes()
except that this method might discard some, all, or none of read bytes depending on its internal implementation to reduce overall memory bandwidth consumption at the cost of potentially additional memory consumption. - discardSomeReadBytes() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- discardSomeReadBytes() - Method in class net.minecraft.network.PacketBuffer
- DiscreteDomain<C extends java.lang.Comparable> - Class in com.google.common.collect
-
A descriptor for a discrete
Comparable
domain such as allInteger
instances. - DiscreteDomain() - Constructor for class com.google.common.collect.DiscreteDomain
-
Constructor for use by subclasses.
- dismountEntity(Entity) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Moves the entity to a position out of the way of its mount.
- dispatchKeypresses() - Method in class net.minecraft.client.Minecraft
- dispense(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorDefaultDispenseItem
-
+ Dispenses the specified ItemStack from a dispenser.
- dispense(IBlockSource, ItemStack) - Method in interface net.minecraft.dispenser.IBehaviorDispenseItem
-
+ Dispenses the specified ItemStack from a dispenser.
- dispense(World, BlockPos) - Method in class net.minecraft.block.BlockDispenser
- dispense(World, BlockPos) - Method in class net.minecraft.block.BlockDropper
- dispenseBehaviorRegistry - Static variable in class net.minecraft.block.BlockDispenser
- dispenser - Static variable in class net.minecraft.init.Blocks
- dispenserInventory - Variable in class net.minecraft.client.gui.inventory.GuiDispenser
- dispenseStack(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorDefaultDispenseItem
-
+ Dispense the specified stack, play the dispense sound and spawn particles.
- dispenseStack(IBlockSource, ItemStack) - Method in class net.minecraft.dispenser.BehaviorProjectileDispense
-
+ Dispense the specified stack, play the dispense sound and spawn particles.
- Display - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- Display() - Constructor for class net.lax1dude.eaglercraft.v1_8.Display
- displayAchievement(Achievement) - Method in class net.minecraft.client.gui.achievement.GuiAchievement
- displayAllReleventItems(List<ItemStack>) - Method in class net.minecraft.creativetab.CreativeTabs
-
+ only shows items which have tabToDisplayOn == this
- displayAuthProtocolConfirm(int, GuiScreen, GuiScreen) - Static method in class net.lax1dude.eaglercraft.v1_8.socket.ConnectionHandshake
- displayColumn - Variable in class net.minecraft.stats.Achievement
- displayCrashReport(CrashReport) - Method in class net.minecraft.client.Minecraft
-
+ Wrapper around displayCrashReportInternal
- displayFileChooser(String, String) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- displayFileChooser(String, String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformApplication
- displayGui() - Static method in class net.zxmushroom63.plugins.PluginGUI
- displayGui(IInteractionObject) - Method in class net.minecraft.client.entity.EntityPlayerSP
- displayGui(IInteractionObject) - Method in class net.minecraft.entity.player.EntityPlayer
- displayGUIBook(ItemStack) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Displays the GUI for interacting with a book.
- displayGUIBook(ItemStack) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Displays the GUI for interacting with a book.
- displayGUIChest(IInventory) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Displays the GUI for interacting with a chest inventory.
- displayGUIChest(IInventory) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Displays the GUI for interacting with a chest inventory.
- displayGUIHorse(EntityHorse, IInventory) - Method in class net.minecraft.client.entity.EntityPlayerSP
- displayGUIHorse(EntityHorse, IInventory) - Method in class net.minecraft.entity.player.EntityPlayer
- displayGuiScreen(GuiScreen) - Method in class net.minecraft.client.Minecraft
-
+ Sets the argument GuiScreen as the main (topmost visible) screen.
- displayHeight - Variable in class net.minecraft.client.Minecraft
- displayInfo - Variable in class net.minecraft.client.main.GameConfiguration
- DisplayInformation(int, int, boolean, boolean) - Constructor for class net.minecraft.client.main.GameConfiguration.DisplayInformation
- displayInGameMenu() - Method in class net.minecraft.client.Minecraft
-
+ Displays the ingame menu
- displayLoadingString(String) - Method in class net.minecraft.client.gui.GuiScreenWorking
-
+ Displays a string on the loading screen supposed to indicate what is being done currently.
- displayLoadingString(String) - Method in class net.minecraft.client.LoadingScreenRenderer
-
+ Displays a string on the loading screen supposed to indicate what is being done currently.
- displayLoadingString(String) - Method in interface net.minecraft.util.IProgressUpdate
-
+ Displays a string on the loading screen supposed to indicate what is being done currently.
- displayName - Variable in class net.minecraft.network.play.server.S38PacketPlayerListItem.AddPlayerData
- displayRow - Variable in class net.minecraft.stats.Achievement
- displaySavingString(String) - Method in class net.minecraft.client.gui.GuiScreenWorking
-
+ Shows the 'Saving level' string.
- displaySavingString(String) - Method in class net.minecraft.client.LoadingScreenRenderer
-
+ Shows the 'Saving level' string.
- displaySavingString(String) - Method in interface net.minecraft.util.IProgressUpdate
-
+ Shows the 'Saving level' string.
- displayString - Variable in class net.minecraft.client.gui.GuiButton
- displayTime - Variable in class net.minecraft.network.play.server.S45PacketTitle
- displayTitle(String, String, int, int, int) - Method in class net.minecraft.client.gui.GuiIngame
- displayUnformattedAchievement(Achievement) - Method in class net.minecraft.client.gui.achievement.GuiAchievement
- displayVillagerTradeGui(IMerchant) - Method in class net.minecraft.client.entity.EntityPlayerSP
- displayVillagerTradeGui(IMerchant) - Method in class net.minecraft.entity.player.EntityPlayer
- displayWidth - Variable in class net.minecraft.client.Minecraft
- DIST_HASH_MAGIC - Variable in class net.minecraft.world.World
-
+ magic number used to generate fast random numbers for 3d distribution within a chunk
- distance(C, C) - Method in class com.google.common.collect.DiscreteDomain
-
Returns a signed value indicating how many nested invocations of
DiscreteDomain.next(C)
(if positive) orDiscreteDomain.previous(C)
(if negative) are needed to reachend
starting fromstart
. - distanceByBoatStat - Static variable in class net.minecraft.stats.StatList
-
+ the distance you've traveled by boat
- distanceByHorseStat - Static variable in class net.minecraft.stats.StatList
- distanceByMinecartStat - Static variable in class net.minecraft.stats.StatList
-
+ the distance you've traveled by minecart
- distanceByPigStat - Static variable in class net.minecraft.stats.StatList
-
+ the distance you've traveled by pig
- distanceClimbedStat - Static variable in class net.minecraft.stats.StatList
-
+ the distance you've climbed
- distanceCrouchedStat - Static variable in class net.minecraft.stats.StatList
- distanceDoveStat - Static variable in class net.minecraft.stats.StatList
-
+ the distance you've dived
- distanceFallenStat - Static variable in class net.minecraft.stats.StatList
-
+ the distance you have fallen
- distanceFlownStat - Static variable in class net.minecraft.stats.StatList
-
+ the distance you've flown
- distanceSprintedStat - Static variable in class net.minecraft.stats.StatList
- distanceSq(double, double, double) - Method in class net.minecraft.util.Vec3i
-
+ Calculate squared distance to the given coordinates
- distanceSq(Vec3i) - Method in class net.minecraft.util.Vec3i
-
+ Calculate squared distance to the given coordinates
- distanceSqToCenter(double, double, double) - Method in class net.minecraft.util.Vec3i
-
+ Compute square of distance from point x, y, z to center of this Block
- distanceStatType - Static variable in class net.minecraft.stats.StatBase
- distanceSwumStat - Static variable in class net.minecraft.stats.StatList
-
+ distance you have swam
- distanceTo(Vec3) - Method in class net.minecraft.util.Vec3
-
+ Euclidean distance between this and the specified vector, returned as double.
- distanceWalkedModified - Variable in class net.minecraft.entity.Entity
- distanceWalkedOnStepModified - Variable in class net.minecraft.entity.Entity
- distanceWalkedStat - Static variable in class net.minecraft.stats.StatList
-
+ distance you've walked
- divide(int, int) - Static method in class com.google.common.primitives.UnsignedInts
-
Returns dividend / divisor, where the dividend and divisor are treated as unsigned 32-bit quantities.
- divide(int, int, RoundingMode) - Static method in class com.google.common.math.IntMath
-
Returns the result of dividing
p
byq
, rounding using the specifiedRoundingMode
. - divide(long, long) - Static method in class com.google.common.primitives.UnsignedLongs
-
Returns dividend / divisor, where the dividend and divisor are treated as unsigned 64-bit quantities.
- divide(long, long, RoundingMode) - Static method in class com.google.common.math.LongMath
-
Returns the result of dividing
p
byq
, rounding using the specifiedRoundingMode
. - divide(BigInteger, BigInteger, RoundingMode) - Static method in class com.google.common.math.BigIntegerMath
-
Returns the result of dividing
p
byq
, rounding using the specifiedRoundingMode
. - divideBy(Fraction) - Method in class org.apache.commons.lang3.math.Fraction
-
Divide the value of this fraction by another.
- dividedBy(UnsignedInteger) - Method in class com.google.common.primitives.UnsignedInteger
-
Returns the result of dividing this by
val
. - dividedBy(UnsignedLong) - Method in class com.google.common.primitives.UnsignedLong
-
Returns the result of dividing this by
val
. - DLE - Static variable in class com.google.common.base.Ascii
-
Data Link Escape: A communication control character which will change the meaning of a limited number of contiguously following characters.
- doBackward(B) - Method in class com.google.common.base.Converter
-
Returns a representation of
b
as an instance of typeA
. - doBlockCollisions() - Method in class net.minecraft.entity.Entity
- doc - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- doCLINIT() - Static method in class net.minecraft.util.StringTranslate
- doContinue() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- doDispense(World, ItemStack, int, EnumFacing, IPosition) - Static method in class net.minecraft.dispenser.BehaviorDefaultDispenseItem
- doEquivalent(T, T) - Method in class com.google.common.base.Equivalence
-
Returns
true
ifa
andb
are considered equivalent. - doesBlockHaveSolidTopSurface(IBlockAccess, BlockPos) - Static method in class net.minecraft.world.World
- doesCookieExist(String) - Static method in class me.otterdev.eaglerreborn.CookieLib
- doesEntityNotTriggerPressurePlate() - Method in class net.minecraft.entity.Entity
-
+ Return whether this entity should NOT trigger a pressure plate or a tripwire.
- doesEntityNotTriggerPressurePlate() - Method in class net.minecraft.entity.passive.EntityBat
-
+ Return whether this entity should NOT trigger a pressure plate or a tripwire.
- doesGuiPauseGame() - Method in class net.minecraft.client.gui.achievement.GuiAchievements
-
+ Returns true if this GUI should pause the game when it is displayed in single-player
- doesGuiPauseGame() - Method in class net.minecraft.client.gui.achievement.GuiStats
-
+ Returns true if this GUI should pause the game when it is displayed in single-player
- doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiChat
-
+ Returns true if this GUI should pause the game when it is displayed in single-player
- doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiDownloadTerrain
-
+ Returns true if this GUI should pause the game when it is displayed in single-player
- doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiGameOver
-
+ Returns true if this GUI should pause the game when it is displayed in single-player
- doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiMainMenu
-
+ Returns true if this GUI should pause the game when it is displayed in single-player
- doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiScreen
-
+ Returns true if this GUI should pause the game when it is displayed in single-player
- doesGuiPauseGame() - Method in class net.minecraft.client.gui.GuiWinGame
-
+ Returns true if this GUI should pause the game when it is displayed in single-player
- doesGuiPauseGame() - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ Returns true if this GUI should pause the game when it is displayed in single-player
- doesWaterVaporize() - Method in class net.minecraft.world.WorldProvider
- doesXZShowFog(int, int) - Method in class net.minecraft.world.WorldProvider
-
+ Returns true if the given X,Z coordinate should show environmental fog.
- doesXZShowFog(int, int) - Method in class net.minecraft.world.WorldProviderEnd
-
+ Returns true if the given X,Z coordinate should show environmental fog.
- doesXZShowFog(int, int) - Method in class net.minecraft.world.WorldProviderHell
-
+ Returns true if the given X,Z coordinate should show environmental fog.
- doExplosionA() - Method in class net.minecraft.world.Explosion
-
+ Does the first part of the explosion (destroy blocks)
- doExplosionB(boolean) - Method in class net.minecraft.world.Explosion
-
+ Does the second part of the explosion (sound, particles, drop spawn)
- doFinal(byte[], int) - Method in class net.lax1dude.eaglercraft.v1_8.crypto.MD5Digest
- doFinal(byte[], int) - Method in class net.lax1dude.eaglercraft.v1_8.crypto.SHA1Digest
- doFinal(byte[], int) - Method in class net.lax1dude.eaglercraft.v1_8.crypto.SHA256Digest
- doForward(A) - Method in class com.google.common.base.Converter
-
Returns a representation of
a
as an instance of typeB
. - doHash(T) - Method in class com.google.common.base.Equivalence
-
Returns a hash code for non-null object
t
. - doMovementAction(EntityRabbit.EnumMoveType) - Method in class net.minecraft.entity.passive.EntityRabbit
- done() - Method in class net.lax1dude.eaglercraft.v1_8.futures.FutureTask
- done() - Method in class net.lax1dude.eaglercraft.v1_8.futures.ListenableFutureTask
- DONE - net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator.Status
- doneLoading() - Method in class net.minecraft.client.gui.achievement.GuiAchievements
- doneLoading() - Method in class net.minecraft.client.gui.achievement.GuiStats
- doneLoading() - Method in interface net.minecraft.client.gui.IProgressMeter
- donePlaying - Variable in class net.minecraft.client.audio.MovingSound
- DONKEY_KONG - net.minecraft.entity.item.EntityPainting.EnumArt
- doPolygonOffset(float, float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- doPreChunk(int, int, boolean) - Method in class net.minecraft.client.multiplayer.WorldClient
- doRender(AbstractClientPlayer, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderPlayer
-
+ Actually renders the given argument.
- doRender(EntityDragon, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderDragon
-
+ Actually renders the given argument.
- doRender(EntityWither, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderWither
-
+ Actually renders the given argument.
- doRender(EntityLightningBolt, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderLightningBolt
-
+ Actually renders the given argument.
- doRender(EntityLeashKnot, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderLeashKnot
-
+ Actually renders the given argument.
- doRender(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderEntity
-
+ Actually renders the given argument.
- doRender(EntityBoat, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderBoat
-
+ Actually renders the given argument.
- doRender(EntityEnderCrystal, double, double, double, float, float) - Method in class net.minecraft.client.renderer.tileentity.RenderEnderCrystal
-
+ Actually renders the given argument.
- doRender(EntityFallingBlock, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderFallingBlock
-
+ Actually renders the given argument.
- doRender(EntityItemFrame, double, double, double, float, float) - Method in class net.minecraft.client.renderer.tileentity.RenderItemFrame
-
+ Actually renders the given argument.
- doRender(EntityItem, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderEntityItem
-
+ Actually renders the given argument.
- doRender(EntityPainting, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderPainting
-
+ Actually renders the given argument.
- doRender(EntityTNTPrimed, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderTNTPrimed
-
+ Actually renders the given argument.
- doRender(EntityXPOrb, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderXPOrb
-
+ Actually renders the given argument.
- doRender(EntityEnderman, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderEnderman
-
+ Actually renders the given argument.
- doRender(EntityGuardian, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderGuardian
-
+ Actually renders the given argument.
- doRender(EntitySlime, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderSlime
-
+ Actually renders the given argument.
- doRender(EntityWitch, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderWitch
-
+ Actually renders the given argument.
- doRender(EntityZombie, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderZombie
-
+ Actually renders the given argument.
- doRender(EntityWolf, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderWolf
-
+ Actually renders the given argument.
- doRender(EntityArrow, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderArrow
-
+ Actually renders the given argument.
- doRender(EntityFireball, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderFireball
-
+ Actually renders the given argument.
- doRender(EntityFishHook, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderFish
-
+ Actually renders the given argument.
- doRender(EntityWitherSkull, double, double, double, float, float) - Method in class net.minecraft.client.renderer.tileentity.RenderWitherSkull
-
+ Actually renders the given argument.
- doRender(T, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.Render
-
+ Actually renders the given argument.
- doRender(T, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RendererLivingEntity
-
+ Actually renders the given argument.
- doRender(T, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderLiving
-
+ Actually renders the given argument.
- doRender(T, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderMinecart
-
+ Actually renders the given argument.
- doRender(T, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.RenderSnowball
-
+ Actually renders the given argument.
- doRenderEntity(Entity, double, double, double, float, float, boolean) - Method in class net.minecraft.client.renderer.entity.RenderManager
- doRenderLayer(E, float, float, float, float, float, float, float) - Method in interface net.minecraft.client.renderer.entity.layers.LayerRenderer
- doRenderLayer(AbstractClientPlayer, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerCape
- doRenderLayer(AbstractClientPlayer, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerDeadmau5Head
- doRenderLayer(EntityDragon, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerEnderDragonDeath
- doRenderLayer(EntityDragon, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerEnderDragonEyes
- doRenderLayer(EntityWither, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerWitherAura
- doRenderLayer(EntityLivingBase, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerArmorBase
- doRenderLayer(EntityLivingBase, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerArrow
- doRenderLayer(EntityLivingBase, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerCustomHead
- doRenderLayer(EntityLivingBase, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerHeldItem
- doRenderLayer(EntityCreeper, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerCreeperCharge
- doRenderLayer(EntityEnderman, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerEndermanEyes
- doRenderLayer(EntityEnderman, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerHeldBlock
- doRenderLayer(EntityIronGolem, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerIronGolemFlower
- doRenderLayer(EntitySlime, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerSlimeGel
- doRenderLayer(EntitySnowman, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerSnowmanHead
- doRenderLayer(EntitySpider, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerSpiderEyes
- doRenderLayer(EntityWitch, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerHeldItemWitch
- doRenderLayer(EntityMooshroom, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerMooshroomMushroom
- doRenderLayer(EntityPig, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerSaddle
- doRenderLayer(EntitySheep, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerSheepWool
- doRenderLayer(EntityWolf, float, float, float, float, float, float, float) - Method in class net.minecraft.client.renderer.entity.layers.LayerWolfCollar
- doRenderShadowAndFire(Entity, double, double, double, float, float) - Method in class net.minecraft.client.renderer.entity.Render
-
+ Renders the entity's shadow and fire (if its on fire).
- doStitch() - Method in class net.minecraft.client.renderer.texture.Stitcher
- dot(Quaternion, Quaternion) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
-
The dot product of two quaternions
- dot(Vector2f, Vector2f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
-
The dot product of two vectors is calculated as v1.x * v2.x + v1.y * v2.y + v1.z * v2.z
- dot(Vector3f, Vector3f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
-
The dot product of two vectors is calculated as v1.x * v2.x + v1.y * v2.y + v1.z * v2.z
- dot(Vector4f, Vector4f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
-
The dot product of two vectors is calculated as v1.x * v2.x + v1.y * v2.y + v1.z * v2.z + v1.w * v2.w
- dotProduct(Vec3) - Method in class net.minecraft.util.Vec3
- DOUBLE_MINUS_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Double constant for minus one.
- DOUBLE_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Double constant for one.
- double_plant - Static variable in class net.minecraft.init.Blocks
- double_stone_slab - Static variable in class net.minecraft.init.Blocks
- double_stone_slab2 - Static variable in class net.minecraft.init.Blocks
- double_wooden_slab - Static variable in class net.minecraft.init.Blocks
- DOUBLE_ZERO - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Double constant for zero.
- DoubleMath - Class in com.google.common.math
-
A class for arithmetic on doubles that is not covered by
Math
. - doubleQuoteMatcher() - Static method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.Returns a matcher which matches the double quote character.
- Doubles - Class in com.google.common.primitives
-
Static utility methods pertaining to
double
primitives, that are not already found in eitherDouble
orArrays
. - doubleToString(double) - Static method in class org.json.JSONObject
-
Produce a string from a double.
- doubleValue() - Method in class com.google.common.primitives.UnsignedInteger
-
Returns the value of this
UnsignedInteger
as afloat
, analogous to a widening primitive conversion fromint
todouble
, and correctly rounded. - doubleValue() - Method in class com.google.common.primitives.UnsignedLong
-
Returns the value of this
UnsignedLong
as adouble
, analogous to a widening primitive conversion fromlong
todouble
, and correctly rounded. - doubleValue() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets the fraction as a
double
. - doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Returns the value of this MutableByte as a double.
- doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Returns the value of this MutableDouble as a double.
- doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Returns the value of this MutableFloat as a double.
- doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Returns the value of this MutableInt as a double.
- doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Returns the value of this MutableLong as a double.
- doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Returns the value of this MutableShort as a double.
- doVoidFogParticles(int, int, int) - Method in class net.minecraft.client.multiplayer.WorldClient
- down() - Method in class net.minecraft.util.BlockPos
-
+ Offset this BlockPos 1 block down
- down(int) - Method in class net.minecraft.util.BlockPos
-
+ Offset this BlockPos 1 block down
- DOWN - net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- DOWN - net.minecraft.client.renderer.BlockModelRenderer.Orientation
- DOWN - net.minecraft.client.renderer.EnumFaceDirection
- DOWN - net.minecraft.util.EnumFacing
- DOWN_INDEX - Static variable in class net.minecraft.client.renderer.EnumFaceDirection.Constants
- DOWN_X - net.minecraft.block.BlockLever.EnumOrientation
- DOWN_Z - net.minecraft.block.BlockLever.EnumOrientation
- downloadRemoteURI(String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- downloadRemoteURI(String, Consumer<ArrayBuffer>) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- downloadResourcePack(String, String, Consumer<Boolean>) - Method in class net.minecraft.client.resources.ResourcePackRepository
- downTo(C, BoundType) - Static method in class com.google.common.collect.Range
-
Returns a range from the given endpoint, which may be either inclusive (closed) or exclusive (open), with no upper bound.
- dragging - Variable in class net.minecraft.client.gui.GuiOptionSlider
- dragon_egg - Static variable in class net.minecraft.init.Blocks
- dragonEgg - Static variable in class net.minecraft.block.material.Material
- dragonPartArray - Variable in class net.minecraft.entity.boss.EntityDragon
- dragonPartBody - Variable in class net.minecraft.entity.boss.EntityDragon
- dragonPartHead - Variable in class net.minecraft.entity.boss.EntityDragon
- dragonPartTail1 - Variable in class net.minecraft.entity.boss.EntityDragon
- dragonPartTail2 - Variable in class net.minecraft.entity.boss.EntityDragon
- dragonPartTail3 - Variable in class net.minecraft.entity.boss.EntityDragon
- dragonPartWing1 - Variable in class net.minecraft.entity.boss.EntityDragon
- dragonPartWing2 - Variable in class net.minecraft.entity.boss.EntityDragon
- dragSplitting - Variable in class net.minecraft.client.gui.inventory.GuiContainer
- dragSplittingSlots - Variable in class net.minecraft.client.gui.inventory.GuiContainer
- draw() - Method in class net.minecraft.client.renderer.Tessellator
-
+ Draws the data set up in this tessellator and resets the state to prepare for new drawing.
- draw(float, float) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.AcceleratedEffectRenderer
- draw(WorldRenderer, float) - Method in class net.minecraft.client.model.TexturedQuad
-
+ Draw this primitve.
- DRAW_FRAMEBUFFER - Static variable in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- drawAchievementScreen(int, int, float) - Method in class net.minecraft.client.gui.achievement.GuiAchievements
- drawArraysInstanced(int, int, int, int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- drawBackground() - Method in class net.minecraft.client.gui.GuiListExtended
- drawBackground() - Method in class net.minecraft.client.gui.GuiSlot
- drawBackground(int) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Draws the background (i is always 0 as of 1.2.2)
- drawBlockDamageTexture(Tessellator, WorldRenderer, Entity, float) - Method in class net.minecraft.client.renderer.RenderGlobal
- drawBuffers(int[]) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- drawButton(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiButton
-
+ Draws this button to the screen.
- drawButton(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiButtonLanguage
-
+ Draws this button to the screen.
- drawButton(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiLockIconButton
-
+ Draws this button to the screen.
- drawButtonForegroundLayer(int, int) - Method in class net.minecraft.client.gui.GuiButton
- drawCenteredString(FontRenderer, String, int, int, int) - Method in class net.minecraft.client.gui.Gui
-
+ Renders the specified text to the screen, center-aligned.
- drawChat(int) - Method in class net.minecraft.client.gui.GuiNewChat
- drawCreativeTabHoveringText(String, int, int) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Draws the text when mouse is over creative inventory tab.
- drawDefaultBackground() - Method in class net.minecraft.client.gui.GuiScreen
-
+ Draws either a gradient over the background screen (when it exists) or a flat gradient over background.png
- drawEaglerPlayerOverlay(int, int, float) - Method in class net.minecraft.client.gui.GuiIngame
- drawElementsInstanced(int, int, int, int, int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- drawEntityOnScreen(int, int, int, float, float, EntityLivingBase) - Static method in class net.minecraft.client.gui.inventory.GuiInventory
-
+ Draws the entity to the screen.
- drawEntry(int, int, int, int, int, int, int, boolean) - Method in class net.minecraft.client.gui.GuiKeyBindingList.CategoryEntry
- drawEntry(int, int, int, int, int, int, int, boolean) - Method in class net.minecraft.client.gui.GuiKeyBindingList.KeyEntry
- drawEntry(int, int, int, int, int, int, int, boolean) - Method in interface net.minecraft.client.gui.GuiListExtended.IGuiListEntry
- drawEntry(int, int, int, int, int, int, int, boolean) - Method in class net.minecraft.client.gui.GuiOptionsRowList.Row
- drawEntry(int, int, int, int, int, int, int, boolean) - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiEntry
- drawEntry(int, int, int, int, int, int, int, boolean) - Method in class net.minecraft.client.gui.ServerListEntryNormal
- drawEntry(int, int, int, int, int, int, int, boolean) - Method in class net.minecraft.client.resources.ResourcePackListEntry
- drawGradientRect(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.Gui
-
+ Draws a rectangle with a vertical gradient between the specified colors (ARGB format).
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.GuiEnchantment
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.GuiHopper
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.GuiMerchant
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.GuiRepair
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.inventory.GuiBeacon
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.inventory.GuiBrewingStand
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.inventory.GuiChest
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainer
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.inventory.GuiCrafting
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.inventory.GuiDispenser
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.inventory.GuiFurnace
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.inventory.GuiInventory
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerBackgroundLayer(float, int, int) - Method in class net.minecraft.client.gui.inventory.GuiScreenHorseInventory
-
+ Args : renderPartialTicks, mouseX, mouseY
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.GuiEnchantment
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.GuiHopper
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.GuiMerchant
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.GuiRepair
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.inventory.GuiBeacon
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.inventory.GuiBrewingStand
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.inventory.GuiChest
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.inventory.GuiCrafting
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.inventory.GuiDispenser
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.inventory.GuiFurnace
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.inventory.GuiInventory
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawGuiContainerForegroundLayer(int, int) - Method in class net.minecraft.client.gui.inventory.GuiScreenHorseInventory
-
+ Draw the foreground layer for the GuiContainer (everything in front of the items).
- drawHorizontalLine(int, int, int, int) - Method in class net.minecraft.client.gui.Gui
-
+ Draw a 1 pixel wide horizontal line.
- drawHoveringText(List<String>, int, int) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Draws a List of strings as a tooltip.
- drawInForegroundOfTab() - Method in class net.minecraft.creativetab.CreativeTabs
- drawLabel(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiLabel
- drawLabelBackground(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiLabel
- drawLayer(ImageData, int, int, int, int, int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- drawListHeader(int, int, Tessellator) - Method in class net.minecraft.client.gui.GuiResourcePackList
-
+ Handles drawing a list's header row.
- drawListHeader(int, int, Tessellator) - Method in class net.minecraft.client.gui.GuiSlot
-
+ Handles drawing a list's header row.
- drawModalRectWithCustomSizedTexture(int, int, float, float, int, int, float, float) - Static method in class net.minecraft.client.gui.Gui
-
+ Draws a textured rectangle at z = 0.
- drawParticle(float, float, float, int, int, int, int, float, float, float, float, float) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.AcceleratedEffectRenderer
- drawParticle(float, float, float, int, int, int, int, float, float, float, float, float) - Method in interface net.lax1dude.eaglercraft.v1_8.minecraft.IAcceleratedParticleEngine
- drawParticle(float, float, float, int, int, int, int, float, int) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.AcceleratedEffectRenderer
- drawParticle(float, float, float, int, int, int, int, float, int) - Method in interface net.lax1dude.eaglercraft.v1_8.minecraft.IAcceleratedParticleEngine
- drawParticle(Entity, int, int, int, int, float, float, float, float, float) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.AcceleratedEffectRenderer
- drawParticle(Entity, int, int, int, int, float, float, float, float, float) - Method in interface net.lax1dude.eaglercraft.v1_8.minecraft.IAcceleratedParticleEngine
- drawParticle(Entity, int, int, int, int, float, int) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.AcceleratedEffectRenderer
- drawParticle(Entity, int, int, int, int, float, int) - Method in interface net.lax1dude.eaglercraft.v1_8.minecraft.IAcceleratedParticleEngine
- drawPing(int, int, int, NetworkPlayerInfo) - Method in class net.minecraft.client.gui.GuiPlayerTabOverlay
- drawRechargeRay(EntityDragon, double, double, double, float) - Method in class net.minecraft.client.renderer.entity.RenderDragon
-
+ Draws the ray from the dragon to it's crystal
- drawRect(int, int, int, int, int) - Static method in class net.minecraft.client.gui.Gui
-
+ Draws a solid color rectangle with the specified coordinates and color (ARGB format).
- drawScaledCustomSizeModalRect(int, int, float, float, int, int, int, int, float, float) - Static method in class net.minecraft.client.gui.Gui
-
+ Draws a scaled, textured, tiled modal rect at z = 0.
- drawScreen(int, int, float) - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiAuthenticationScreen
- drawScreen(int, int, float) - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiScreenEditProfile
- drawScreen(int, int, float) - Method in class net.lax1dude.eaglercraft.v1_8.socket.GuiHandshakeApprove
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.achievement.GuiAchievements
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.achievement.GuiStats
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiChat
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiCommandBlock
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiConfirmOpenLink
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiControls
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiCustomizeSkin
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiDisconnected
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiDownloadTerrain
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiEnchantment
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiErrorScreen
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiGameOver
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiIngameMenu
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiLanguage
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiMainMenu
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiMemoryErrorScreen
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiMerchant
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiMultiplayer
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiOptions
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiRepair
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreenAddServer
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreenBook
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreenOptionsSounds
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreenServerList
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiScreenWorking
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiSlot
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiVideoSettings
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiWinGame
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.GuiYesNo
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.inventory.GuiEditSign
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.inventory.GuiInventory
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.inventory.GuiScreenHorseInventory
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.gui.ScreenChatOptions
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.multiplayer.GuiConnecting
-
+ Draws the screen and all the components in it.
- drawScreen(int, int, float) - Method in class net.minecraft.client.renderer.InventoryEffectRenderer
-
+ Draws the screen and all the components in it.
- drawSelectionBox(int, int, int, int) - Method in class net.minecraft.client.gui.GuiSlot
-
+ Draws the selection box around the selected slot element.
- drawSelectionBox(EntityPlayer, MovingObjectPosition, int, float) - Method in class net.minecraft.client.renderer.RenderGlobal
-
+ Draws the selection box for the player.
- drawSlot(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.GuiListExtended
- drawSlot(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.GuiSlot
- drawSplitString(String, int, int, int, int) - Method in class net.minecraft.client.gui.FontRenderer
-
+ Splits and draws a String with wordwrap (maximum length is parameter k)
- drawSprite(float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.SpriteLevelMixer
- drawString(String, float, float, int, boolean) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerFontRenderer
- drawString(String, float, float, int, boolean) - Method in class net.minecraft.client.gui.FontRenderer
-
+ Draws the specified string.
- drawString(String, int, int, int) - Method in class net.minecraft.client.gui.FontRenderer
-
+ Draws the specified string.
- drawString(FontRenderer, String, int, int, int) - Method in class net.minecraft.client.gui.Gui
-
+ Renders the specified text to the screen.
- drawStringWithShadow(String, float, float, int) - Method in class net.minecraft.client.gui.FontRenderer
-
+ Draws the specified string with a shadow.
- drawTextBox() - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiPasswordTextField
- drawTextBox() - Method in class net.minecraft.client.gui.GuiTextField
-
+ Draws the textbox
- drawTexturedModalRect(float, float, int, int, int, int) - Method in class net.minecraft.client.gui.Gui
-
+ Draws a textured rectangle using the texture currently bound to the TextureManager
- drawTexturedModalRect(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.Gui
-
+ Draws a textured rectangle using the texture currently bound to the TextureManager
- drawTexturedModalRect(int, int, EaglerTextureAtlasSprite, int, int) - Method in class net.minecraft.client.gui.Gui
-
+ Draws a textured rectangle using the texture currently bound to the TextureManager
- drawTitle() - Method in class net.minecraft.client.gui.achievement.GuiAchievements
- drawVerticalLine(int, int, int, int) - Method in class net.minecraft.client.gui.Gui
-
+ Draw a 1 pixel wide vertical line.
- drawWorldBackground(int) - Method in class net.minecraft.client.gui.GuiScreen
- DRINK - net.minecraft.item.EnumAction
- DRIP_LAVA - net.minecraft.util.EnumParticleTypes
- DRIP_WATER - net.minecraft.util.EnumParticleTypes
- DROP_ALL_ITEMS - net.minecraft.network.play.client.C07PacketPlayerDigging.Action
- DROP_ITEM - net.minecraft.network.play.client.C07PacketPlayerDigging.Action
- dropAllItems() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Drop all armor and main inventory items.
- dropApple(World, BlockPos, IBlockState, int) - Method in class net.minecraft.block.BlockLeaves
- dropApple(World, BlockPos, IBlockState, int) - Method in class net.minecraft.block.BlockNewLeaf
- dropApple(World, BlockPos, IBlockState, int) - Method in class net.minecraft.block.BlockOldLeaf
- dropBlockAsItem(World, BlockPos, IBlockState, int) - Method in class net.minecraft.block.Block
-
+ Spawn this Block's drops into the World as EntityItems
- dropBlockAsItemWithChance(World, BlockPos, IBlockState, float, int) - Method in class net.minecraft.block.Block
-
+ Spawns this Block's drops into the World as EntityItems.
- dropBlockAsItemWithChance(World, BlockPos, IBlockState, float, int) - Method in class net.minecraft.block.BlockAir
-
+ Spawns this Block's drops into the World as EntityItems.
- dropBlockAsItemWithChance(World, BlockPos, IBlockState, float, int) - Method in class net.minecraft.block.BlockBanner
-
+ Spawns this Block's drops into the World as EntityItems.
- dropBlockAsItemWithChance(World, BlockPos, IBlockState, float, int) - Method in class net.minecraft.block.BlockBarrier
-
+ Spawns this Block's drops into the World as EntityItems.
- dropBlockAsItemWithChance(World, BlockPos, IBlockState, float, int) - Method in class net.minecraft.block.BlockBed
-
+ Spawns this Block's drops into the World as EntityItems.
- dropBlockAsItemWithChance(World, BlockPos, IBlockState, float, int) - Method in class net.minecraft.block.BlockCocoa
-
+ Spawns this Block's drops into the World as EntityItems.
- dropBlockAsItemWithChance(World, BlockPos, IBlockState, float, int) - Method in class net.minecraft.block.BlockMobSpawner
-
+ Spawns this Block's drops into the World as EntityItems.
- dropBlockAsItemWithChance(World, BlockPos, IBlockState, float, int) - Method in class net.minecraft.block.BlockOre
-
+ Spawns this Block's drops into the World as EntityItems.
- dropBlockAsItemWithChance(World, BlockPos, IBlockState, float, int) - Method in class net.minecraft.block.BlockRedstoneOre
-
+ Spawns this Block's drops into the World as EntityItems.
- dropBlockAsItemWithChance(World, BlockPos, IBlockState, float, int) - Method in class net.minecraft.block.BlockSkull
-
+ Spawns this Block's drops into the World as EntityItems.
- dropChestItems() - Method in class net.minecraft.entity.passive.EntityHorse
- dropChests() - Method in class net.minecraft.entity.passive.EntityHorse
- dropEquipment(boolean, int) - Method in class net.minecraft.entity.EntityLiving
-
+ Drop the equipment for this entity.
- dropEquipment(boolean, int) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Drop the equipment for this entity.
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.boss.EntityWither
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.EntityLiving
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntityBlaze
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntityEnderman
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntityGhast
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntityIronGolem
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntityPigZombie
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntitySkeleton
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntitySnowman
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntitySpider
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.monster.EntityWitch
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.passive.EntityChicken
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.passive.EntityCow
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.passive.EntityPig
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.passive.EntityRabbit
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.passive.EntitySheep
-
+ Drop 0-2 items of this living's type
- dropFewItems(boolean, int) - Method in class net.minecraft.entity.passive.EntitySquid
-
+ Drop 0-2 items of this living's type
- dropInventoryItems(World, BlockPos, IInventory) - Static method in class net.minecraft.inventory.InventoryHelper
- dropItem(Item, int) - Method in class net.minecraft.entity.Entity
- dropItem(ItemStack, boolean, boolean) - Method in class net.minecraft.entity.player.EntityPlayer
- dropItemOrSelf(Entity, boolean) - Method in class net.minecraft.entity.item.EntityItemFrame
- dropItemWithOffset(Item, int, float) - Method in class net.minecraft.entity.Entity
- dropOneItem(boolean) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Called when player presses the drop item key
- dropOneItem(boolean) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Called when player presses the drop item key
- dropper - Static variable in class net.minecraft.init.Blocks
- dropPlayerItemWithRandomChoice(ItemStack, boolean) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Args: itemstack, flag
- dropStat - Static variable in class net.minecraft.stats.StatList
-
+ the distance you've dropped (or times you've fallen?)
- dropXpOnBlockBreak(World, BlockPos, int) - Method in class net.minecraft.block.Block
-
+ Spawns the given amount of experience into the World as XP orb entities
- drown - Static variable in class net.minecraft.util.DamageSource
- DUMMY - Static variable in class net.minecraft.client.renderer.chunk.CompiledChunk
- DUMMY - Static variable in interface net.minecraft.scoreboard.IScoreObjectiveCriteria
- dumpStack() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- duplicate() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- duplicate() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- duplicate() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- duplicate() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- duplicate() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- duplicate() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- duplicate() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- duplicate() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- duplicate() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns a buffer which shares the whole region of this buffer.
- duplicate() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- duplicate() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- duplicate() - Method in class net.minecraft.network.PacketBuffer
- DuplicateFormatFlagsException() - Constructor for exception net.lax1dude.eaglercraft.v1_8.HFormatter.DuplicateFormatFlagsException
- DuplicateFormatFlagsException(String) - Constructor for exception net.lax1dude.eaglercraft.v1_8.HFormatter.DuplicateFormatFlagsException
- duration - Variable in class net.minecraft.network.play.server.S1DPacketEntityEffect
- DurationFormatUtils - Class in org.apache.commons.lang3.time
-
Duration formatting utilities and constants.
- DurationFormatUtils() - Constructor for class org.apache.commons.lang3.time.DurationFormatUtils
-
DurationFormatUtils instances should NOT be constructed in standard programming.
- DurationUtils - Class in org.apache.commons.lang3.time
-
Utilities for
Duration
. - DurationUtils() - Constructor for class org.apache.commons.lang3.time.DurationUtils
- dye - Static variable in class net.minecraft.init.Items
- dyeColors - Static variable in class net.minecraft.item.ItemDye
- DynamicTexture - Class in net.minecraft.client.renderer.texture
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- DynamicTexture(int, int) - Constructor for class net.minecraft.client.renderer.texture.DynamicTexture
- DynamicTexture(ImageData) - Constructor for class net.minecraft.client.renderer.texture.DynamicTexture
E
- EAGLER_SHA256_SALT_BASE - Static variable in class net.lax1dude.eaglercraft.v1_8.socket.HandshakePacketTypes
- EAGLER_SHA256_SALT_SAVE - Static variable in class net.lax1dude.eaglercraft.v1_8.socket.HandshakePacketTypes
- EaglerArrayBufferAllocator - Class in net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerArrayBufferAllocator() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- EaglerArrayBufferAllocator.WrongBufferClassType - Exception in net.lax1dude.eaglercraft.v1_8.internal.buffer
- EaglerArrayByteBuffer - Class in net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerArrayFloatBuffer - Class in net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerArrayIntBuffer - Class in net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerArrayShortBuffer - Class in net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerBufferInputStream - Class in net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerBufferInputStream(ByteBuffer) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerBufferInputStream
- EaglerCacheProvider<K,V> - Interface in net.lax1dude.eaglercraft.v1_8.cache
-
Copyright (c) 2022-2023 LAX1DUDE.
- eaglercraftAttribBits - Variable in enum net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- EaglercraftGPU - Class in net.lax1dude.eaglercraft.v1_8.opengl
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglercraftGPU() - Constructor for class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- EaglercraftNetworkManager - Class in net.lax1dude.eaglercraft.v1_8.socket
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglercraftNetworkManager(String) - Constructor for class net.lax1dude.eaglercraft.v1_8.socket.EaglercraftNetworkManager
- EaglercraftRandom - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglercraftRandom() - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- EaglercraftRandom(long) - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- EaglercraftSoundManager - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglercraftSoundManager(GameSettings, SoundHandler) - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglercraftSoundManager
- EaglercraftSoundManager.ActiveSoundEvent - Class in net.lax1dude.eaglercraft.v1_8
- EaglercraftSoundManager.WaitingSoundEvent - Class in net.lax1dude.eaglercraft.v1_8
- EaglercraftUUID - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglercraftUUID(byte[]) - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- EaglercraftUUID(long, long) - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- EaglercraftUUID(String) - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- EaglercraftVersion - Class in net.lax1dude.eaglercraft.v1_8
- EaglercraftVersion() - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglercraftVersion
- EaglerFontRenderer - Class in net.lax1dude.eaglercraft.v1_8.minecraft
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerFontRenderer(GameSettings, ResourceLocation, TextureManager, boolean) - Constructor for class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerFontRenderer
- EaglerInputStream - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerInputStream(byte[]) - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglerInputStream
- EaglerInputStream(byte[], int, int) - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglerInputStream
- EaglerLoadingCache<K,V> - Class in net.lax1dude.eaglercraft.v1_8.cache
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerLoadingCache(EaglerCacheProvider<K, V>) - Constructor for class net.lax1dude.eaglercraft.v1_8.cache.EaglerLoadingCache
- eaglerPlayer - Variable in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.TexturesProperty
- EaglerProfile - Class in net.lax1dude.eaglercraft.v1_8.profile
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerProfile() - Constructor for class net.lax1dude.eaglercraft.v1_8.profile.EaglerProfile
- eaglerShow(String, String) - Method in class net.minecraft.client.LoadingScreenRenderer
- EaglerSkinTexture - Class in net.lax1dude.eaglercraft.v1_8.profile
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerSkinTexture(byte[], int, int) - Constructor for class net.lax1dude.eaglercraft.v1_8.profile.EaglerSkinTexture
- EaglerSkinTexture(int[], int, int) - Constructor for class net.lax1dude.eaglercraft.v1_8.profile.EaglerSkinTexture
- EaglerTextureAtlasSprite - Class in net.lax1dude.eaglercraft.v1_8.minecraft
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerTextureAtlasSprite(String) - Constructor for class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- EaglerZLIB - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- EaglerZLIB() - Constructor for class net.lax1dude.eaglercraft.v1_8.EaglerZLIB
- EagRuntime - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- EagRuntime() - Constructor for class net.lax1dude.eaglercraft.v1_8.EagRuntime
- EagUtils - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- EagUtils() - Constructor for class net.lax1dude.eaglercraft.v1_8.EagUtils
- EarlyLoadScreen - Class in net.lax1dude.eaglercraft.v1_8.internal.teavm
-
Copyright (c) 2022-2023 LAX1DUDE.
- EarlyLoadScreen() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.teavm.EarlyLoadScreen
- east() - Method in class net.minecraft.util.BlockPos
-
+ Offset this BlockPos 1 block in eastern direction
- east(int) - Method in class net.minecraft.util.BlockPos
-
+ Offset this BlockPos 1 block in eastern direction
- EAST - net.minecraft.block.BlockHugeMushroom.EnumType
- EAST - net.minecraft.block.BlockLever.EnumOrientation
- EAST - net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- EAST - net.minecraft.client.renderer.BlockModelRenderer.Orientation
- EAST - net.minecraft.client.renderer.EnumFaceDirection
- EAST - net.minecraft.util.EnumFacing
- EAST - Static variable in class net.minecraft.block.BlockFence
-
+ Whether this fence connects in the eastern direction
- EAST - Static variable in class net.minecraft.block.BlockFire
- EAST - Static variable in class net.minecraft.block.BlockPane
- EAST - Static variable in class net.minecraft.block.BlockRedstoneWire
- EAST - Static variable in class net.minecraft.block.BlockTripWire
- EAST - Static variable in class net.minecraft.block.BlockVine
- EAST - Static variable in class net.minecraft.block.BlockWall
- EAST_INDEX - Static variable in class net.minecraft.client.renderer.EnumFaceDirection.Constants
- EAST_WEST - net.minecraft.block.BlockRailBase.EnumRailDirection
- EASY - net.minecraft.world.EnumDifficulty
- EAT - net.minecraft.item.EnumAction
- eatGrassBonus() - Method in class net.minecraft.entity.EntityLiving
-
+ This function applies the benefits of growing back wool and faster growing up to the acting entity.
- eatGrassBonus() - Method in class net.minecraft.entity.passive.EntitySheep
-
+ This function applies the benefits of growing back wool and faster growing up to the acting entity.
- EDGE - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformAgent
- EditBoxEntry(int, String, boolean, Predicate<String>) - Constructor for class net.minecraft.client.gui.GuiPageButtonList.EditBoxEntry
- effectId - Variable in class net.minecraft.enchantment.Enchantment
- effectId - Variable in class net.minecraft.network.play.server.S1DPacketEntityEffect
- effectId - Variable in class net.minecraft.network.play.server.S1EPacketRemoveEntityEffect
- EffectPipelineFXAA - Class in net.lax1dude.eaglercraft.v1_8.opengl
-
Copyright (c) 2022-2023 LAX1DUDE.
- EffectPipelineFXAA() - Constructor for class net.lax1dude.eaglercraft.v1_8.opengl.EffectPipelineFXAA
- effectRenderer - Variable in class net.minecraft.client.Minecraft
- EffectRenderer - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EffectRenderer(World, TextureManager) - Constructor for class net.minecraft.client.particle.EffectRenderer
- effectsList - Static variable in class net.minecraft.tileentity.TileEntityBeacon
-
+ List of effects that Beacon can apply
- efficiency - Static variable in class net.minecraft.enchantment.Enchantment
-
+ Faster resource gathering while in use
- efficiencyOnProperMaterial - Variable in class net.minecraft.item.ItemTool
- egg - Static variable in class net.minecraft.init.Items
- eglEnum - Variable in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformANGLE
- elapsedPartialTicks - Variable in class net.minecraft.util.Timer
- elapsedTicks - Variable in class net.minecraft.util.Timer
- electronAppTCP() - Static method in class me.otterdev.eaglerreborn.TCPAPI
- element() - Method in class com.google.common.collect.ForwardingQueue
- elementClicked(int, boolean, int, int) - Method in class net.minecraft.client.gui.GuiListExtended
-
+ The element in the slot that was clicked, boolean for whether it was double clicked or not
- elementClicked(int, boolean, int, int) - Method in class net.minecraft.client.gui.GuiSlot
- elementCompareTo(T) - Method in class org.apache.commons.lang3.Range
-
Checks where the specified element occurs relative to this range.
- elementsEqual(Iterable<?>, Iterable<?>) - Static method in class com.google.common.collect.Iterables
-
Determines whether two iterables contain equal elements in the same order.
- elementsEqual(Iterator<?>, Iterator<?>) - Static method in class com.google.common.collect.Iterators
-
Determines whether two iterators contain equal elements in the same order.
- elementSet() - Method in class com.google.common.collect.ForwardingMultiset
- elementSet() - Method in class com.google.common.collect.ForwardingSortedMultiset
- elementSet() - Method in class com.google.common.collect.ImmutableSortedMultiset
- elementSet() - Method in interface com.google.common.collect.Multiset
-
Returns the set of distinct elements contained in this multiset.
- elementSet() - Method in interface com.google.common.collect.SortedMultiset
-
Returns a
NavigableSet
view of the distinct elements in this multiset. - EM - Static variable in class com.google.common.base.Ascii
-
End of Medium: A control character associated with the sent data which may be used to identify the physical end of the medium, or the end of the used, or wanted, portion of information recorded on a medium.
- emerald - Static variable in class net.minecraft.init.Items
- EMERALD - net.minecraft.item.Item.ToolMaterial
- emerald_block - Static variable in class net.minecraft.init.Blocks
- emerald_ore - Static variable in class net.minecraft.init.Blocks
- emeraldColor - Static variable in class net.minecraft.block.material.MapColor
- emitParticleAtEntity(Entity, EnumParticleTypes) - Method in class net.minecraft.client.particle.EffectRenderer
- empty() - Static method in class com.google.common.io.ByteSource
-
Returns an immutable
ByteSource
that contains no bytes. - empty() - Static method in class com.google.common.io.CharSource
-
Returns an immutable
CharSource
that contains no characters. - EMPTY - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- EMPTY - Static variable in class org.apache.commons.lang3.CharSet
-
A CharSet defining no characters.
- EMPTY - Static variable in class org.apache.commons.lang3.StringUtils
-
The empty String
""
. - EMPTY_BUFFER - Static variable in class net.lax1dude.eaglercraft.v1_8.netty.Unpooled
- EMPTY_CODE - Static variable in class net.minecraft.world.LockCode
- EMPTY_SLOT_NAMES - Static variable in class net.minecraft.item.ItemArmor
- EmptyBlockLayerException() - Constructor for exception net.lax1dude.eaglercraft.v1_8.minecraft.ChunkUpdateManager.EmptyBlockLayerException
- EmptyChunk - Class in net.minecraft.world.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EmptyChunk(World, int, int) - Constructor for class net.minecraft.world.chunk.EmptyChunk
- emptyIterator() - Static method in class com.google.common.collect.Iterators
-
Returns the empty iterator.
- emptyToNull(String) - Static method in class com.google.common.base.Strings
-
Returns the given string if it is nonempty;
null
otherwise. - emulated() - Method in annotation type com.google.common.annotations.GwtCompatible
-
When
true
, the annotated type is emulated in GWT. - enableAlpha() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableBlend() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableBonusChest() - Method in class net.minecraft.world.WorldSettings
-
+ Enables the bonus chest.
- enableColorLogic() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableColorMaterial() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableCommands() - Method in class net.minecraft.world.WorldSettings
-
+ Enables Commands (cheats).
- enableCull() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enabled - Variable in class net.minecraft.client.gui.GuiButton
- ENABLED - net.minecraft.client.multiplayer.ServerData.ServerResourceMode
- ENABLED - Static variable in class net.minecraft.block.BlockHopper
- enableDepth() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableFog() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableGUIStandardItemLighting() - Static method in class net.minecraft.client.renderer.RenderHelper
-
+ Sets OpenGL lighting for rendering blocks as items inside GUI screens (such as containers).
- enableLighting() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableLightmap() - Method in class net.minecraft.client.renderer.EntityRenderer
- enableMCLight(int, float, double, double, double, double) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableOverlayFramebufferBlending() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enablePersistence() - Method in class net.minecraft.entity.EntityLiving
-
+ Enable the Entity persistence
- enablePolygonOffset() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableRain - Variable in class net.minecraft.world.biome.BiomeGenBase
- enableRepeatEvents(boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.Keyboard
- enableRescaleNormal() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableScreen - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.teavm.EarlyLoadScreen
- enableShaderBlendAdd() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableSnow - Variable in class net.minecraft.world.biome.BiomeGenBase
- enableStandardItemLighting() - Static method in class net.minecraft.client.renderer.RenderHelper
-
+ Sets the OpenGL lighting properties to the values used when rendering blocks as items
- enableStats - Variable in class net.minecraft.block.Block
- enableTexGen() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableTexture2D() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- enableVsync - Variable in class net.minecraft.client.settings.GameSettings
- enchanted_book - Static variable in class net.minecraft.init.Items
- ENCHANTED_ITEM_GLINT_RES - Static variable in class net.minecraft.client.renderer.entity.layers.LayerArmorBase
- enchanting_table - Static variable in class net.minecraft.init.Blocks
- enchantItem(EntityPlayer, int) - Method in class net.minecraft.inventory.Container
-
+ Handles the given Button-click on the server, currently only used by enchanting.
- enchantItem(EntityPlayer, int) - Method in class net.minecraft.inventory.ContainerEnchantment
-
+ Handles the given Button-click on the server, currently only used by enchanting.
- enchantLevels - Variable in class net.minecraft.inventory.ContainerEnchantment
- Enchantment - Class in net.minecraft.enchantment
- Enchantment(int, ResourceLocation, int, EnumEnchantmentType) - Constructor for class net.minecraft.enchantment.Enchantment
- ENCHANTMENT_TABLE - net.minecraft.util.EnumParticleTypes
- EnchantmentArrowDamage - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentArrowDamage(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentArrowDamage
- EnchantmentArrowFire - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentArrowFire(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentArrowFire
- EnchantmentArrowInfinite - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentArrowInfinite(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentArrowInfinite
- EnchantmentArrowKnockback - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentArrowKnockback(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentArrowKnockback
- EnchantmentDamage - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentDamage(int, ResourceLocation, int, int) - Constructor for class net.minecraft.enchantment.EnchantmentDamage
- EnchantmentData - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentData(Enchantment, int) - Constructor for class net.minecraft.enchantment.EnchantmentData
- EnchantmentDigging - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentDigging(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentDigging
- EnchantmentDurability - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentDurability(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentDurability
- EnchantmentFireAspect - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentFireAspect(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentFireAspect
- EnchantmentFishingSpeed - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentFishingSpeed(int, ResourceLocation, int, EnumEnchantmentType) - Constructor for class net.minecraft.enchantment.EnchantmentFishingSpeed
- EnchantmentHelper - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentHelper() - Constructor for class net.minecraft.enchantment.EnchantmentHelper
- EnchantmentKnockback - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentKnockback(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentKnockback
- enchantmentLevel - Variable in class net.minecraft.enchantment.EnchantmentData
- EnchantmentLootBonus - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentLootBonus(int, ResourceLocation, int, EnumEnchantmentType) - Constructor for class net.minecraft.enchantment.EnchantmentLootBonus
- EnchantmentNameParts - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentNameParts() - Constructor for class net.minecraft.util.EnchantmentNameParts
- enchantmentobj - Variable in class net.minecraft.enchantment.EnchantmentData
- EnchantmentOxygen - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentOxygen(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentOxygen
- EnchantmentProtection - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentProtection(int, ResourceLocation, int, int) - Constructor for class net.minecraft.enchantment.EnchantmentProtection
- enchantments - Static variable in class net.minecraft.stats.AchievementList
- enchantmentsBookList - Static variable in class net.minecraft.enchantment.Enchantment
- EnchantmentTable() - Constructor for class net.minecraft.client.particle.EntityEnchantmentTableParticleFX.EnchantmentTable
- EnchantmentThorns - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentThorns(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentThorns
- EnchantmentUntouching - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentUntouching(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentUntouching
- EnchantmentWaterWalker - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentWaterWalker(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentWaterWalker
- EnchantmentWaterWorker - Class in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnchantmentWaterWorker(int, ResourceLocation, int) - Constructor for class net.minecraft.enchantment.EnchantmentWaterWorker
- encloseAll(Iterable<C>) - Static method in class com.google.common.collect.Range
-
Returns the minimal range that contains all of the given values.
- encloses(Range<C>) - Method in class com.google.common.collect.ImmutableRangeSet
- encloses(Range<C>) - Method in class com.google.common.collect.Range
-
Returns
true
if the bounds ofother
do not extend outside the bounds of this range. - encloses(Range<C>) - Method in interface com.google.common.collect.RangeSet
-
Returns
true
if there exists a member range in this range set which encloses the specified range. - encloses(Range<C>) - Method in class com.google.common.collect.TreeRangeSet
- enclosesAll(RangeSet<C>) - Method in interface com.google.common.collect.RangeSet
-
Returns
true
if for each member range inother
there exists a member range in this range set which encloses it. - encode(byte[]) - Method in class com.google.common.io.BaseEncoding
-
Encodes the specified byte array, and returns the encoded
String
. - encode(byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
- encode(byte[], int, int) - Method in class com.google.common.io.BaseEncoding
-
Encodes the specified range of the specified byte array, and returns the encoded
String
. - encode(byte[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
- encode(Object) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Encodes an Object using the Base-N algorithm.
- encodeAsString(byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
- encodeBase64(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64URLSafe(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodedLength(CharSequence) - Static method in class com.google.common.base.Utf8
-
Returns the number of bytes in the UTF-8-encoded form of
sequence
. - encodeInteger(BigInteger) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
- EncoderException - Exception in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- EncoderException() - Constructor for exception net.lax1dude.eaglercraft.v1_8.EncoderException
- EncoderException(String) - Constructor for exception net.lax1dude.eaglercraft.v1_8.EncoderException
- EncoderException(String, Throwable) - Constructor for exception net.lax1dude.eaglercraft.v1_8.EncoderException
- EncoderException(Throwable) - Constructor for exception net.lax1dude.eaglercraft.v1_8.EncoderException
- encodeString(CharBuffer, Charset) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufUtil
-
Encode the given
CharBuffer
using the givenCharset
into a newByteBuf
which is allocated via theByteBufAllocator
. - encodeToString(byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
- encodingSink(CharSink) - Method in class com.google.common.io.BaseEncoding
-
Returns a
ByteSink
that writes base-encoded bytes to the specifiedCharSink
. - encodingStream(Writer) - Method in class com.google.common.io.BaseEncoding
-
Returns an
OutputStream
that encodes bytes using this encoding into the specifiedWriter
. - EncryptionNotSupportedException - Exception in net.lax1dude.eaglercraft.v1_8.socket
-
Copyright (c) 2022-2023 LAX1DUDE.
- EncryptionNotSupportedException() - Constructor for exception net.lax1dude.eaglercraft.v1_8.socket.EncryptionNotSupportedException
- end() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IAudioHandle
- end() - Method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioHandle
- end() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.vfs.VFSIterator
- end() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EffectPipelineFXAA
- end() - Method in class org.json.JSONTokener
-
Checks if the end of the input has been reached.
- END - net.minecraft.client.audio.MusicTicker.MusicType
- END_BOSS - net.minecraft.client.audio.MusicTicker.MusicType
- END_COMBAT - net.minecraft.network.play.server.S42PacketCombatEvent.Event
- end_portal - Static variable in class net.minecraft.init.Blocks
- end_portal_frame - Static variable in class net.minecraft.init.Blocks
- end_stone - Static variable in class net.minecraft.init.Blocks
- endArray() - Method in class org.json.JSONWriter
-
End an array.
- ender_chest - Static variable in class net.minecraft.init.Blocks
- ender_eye - Static variable in class net.minecraft.init.Items
- ender_pearl - Static variable in class net.minecraft.init.Items
- endObject() - Method in class org.json.JSONWriter
-
End an object.
- endOfData() - Method in class com.google.common.collect.AbstractIterator
-
Implementations of
AbstractIterator.computeNext()
must invoke this method when there are no elements left in the iteration. - endQuery(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- endRender() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.GameOverlayFramebuffer
- endSection() - Method in class net.minecraft.profiler.Profiler
-
+ End section
- endStartSection(String) - Method in class net.minecraft.profiler.Profiler
-
+ End current section and start a new section
- endsWith(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Check if a CharSequence ends with a specified suffix.
- endsWith(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Checks whether this builder ends with the specified string.
- endsWithAny(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Check if a CharSequence ends with any of the provided case-sensitive suffixes.
- endsWithIgnoreCase(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Case insensitive check if a CharSequence ends with a specified suffix.
- endVertex() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
-
increases the index of the current vertex by 1
- ENQ - Static variable in class com.google.common.base.Ascii
-
Enquiry: A communication control character used in data communication systems as a request for a response from a remote station.
- enqueueRelightChecks() - Method in class net.minecraft.world.chunk.Chunk
-
+ Called once-per-chunk-per-tick, and advances the round-robin relight check index by up to 8 blocks at a time.
- ensureBufferSize(int, BaseNCodec.Context) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Ensure that the buffer has room for
size
bytes - ensureCapacity(boolean[], int, int) - Static method in class com.google.common.primitives.Booleans
-
Returns an array containing the same values as
array
, but guaranteed to be of a specified minimum length. - ensureCapacity(byte[], int, int) - Static method in class com.google.common.primitives.Bytes
-
Returns an array containing the same values as
array
, but guaranteed to be of a specified minimum length. - ensureCapacity(char[], int, int) - Static method in class com.google.common.primitives.Chars
-
Returns an array containing the same values as
array
, but guaranteed to be of a specified minimum length. - ensureCapacity(double[], int, int) - Static method in class com.google.common.primitives.Doubles
-
Returns an array containing the same values as
array
, but guaranteed to be of a specified minimum length. - ensureCapacity(float[], int, int) - Static method in class com.google.common.primitives.Floats
-
Returns an array containing the same values as
array
, but guaranteed to be of a specified minimum length. - ensureCapacity(int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Checks the capacity and ensures that it is at least the size specified.
- ensureCapacity(int[], int, int) - Static method in class com.google.common.primitives.Ints
-
Returns an array containing the same values as
array
, but guaranteed to be of a specified minimum length. - ensureCapacity(long[], int, int) - Static method in class com.google.common.primitives.Longs
-
Returns an array containing the same values as
array
, but guaranteed to be of a specified minimum length. - ensureCapacity(short[], int, int) - Static method in class com.google.common.primitives.Shorts
-
Returns an array containing the same values as
array
, but guaranteed to be of a specified minimum length. - ensureWritable(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- ensureWritable(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Makes sure the number of the writable bytes is equal to or greater than the specified value.
- ensureWritable(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- ensureWritable(int) - Method in class net.minecraft.network.PacketBuffer
- ensureWritable(int, boolean) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- ensureWritable(int, boolean) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Tries to make sure the number of the writable bytes is equal to or greater than the specified value.
- ensureWritable(int, boolean) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- ensureWritable(int, boolean) - Method in class net.minecraft.network.PacketBuffer
- ENTER_COMBAT - net.minecraft.network.play.server.S42PacketCombatEvent.Event
- entitiesById - Variable in class net.minecraft.world.World
- entity - Variable in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- Entity - Class in net.minecraft.entity
- Entity(World) - Constructor for class net.minecraft.entity.Entity
- ENTITY - net.minecraft.util.MovingObjectPosition.MovingObjectType
- ENTITY_DIED - net.minecraft.network.play.server.S42PacketCombatEvent.Event
- ENTITY_SHADOWS - net.minecraft.client.settings.GameSettings.Options
- entityAge - Variable in class net.minecraft.entity.EntityLivingBase
- EntityAgeable - Class in net.minecraft.entity
- EntityAgeable(World) - Constructor for class net.minecraft.entity.EntityAgeable
- EntityAmbientCreature - Class in net.minecraft.entity.passive
- EntityAmbientCreature(World) - Constructor for class net.minecraft.entity.passive.EntityAmbientCreature
- EntityAnimal - Class in net.minecraft.entity.passive
- EntityAnimal(World) - Constructor for class net.minecraft.entity.passive.EntityAnimal
- EntityArmorStand - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityArmorStand(World) - Constructor for class net.minecraft.entity.item.EntityArmorStand
- EntityArmorStand(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityArmorStand
- EntityArrow - Class in net.minecraft.entity.projectile
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityArrow(World) - Constructor for class net.minecraft.entity.projectile.EntityArrow
- EntityArrow(World, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntityArrow
- EntityArrow(World, EntityLivingBase, float) - Constructor for class net.minecraft.entity.projectile.EntityArrow
- EntityArrow(World, EntityLivingBase, EntityLivingBase, float, float) - Constructor for class net.minecraft.entity.projectile.EntityArrow
- EntityAuraFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityAuraFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityAuraFX
- EntityAuraFX.Factory - Class in net.minecraft.client.particle
- EntityAuraFX.HappyVillagerFactory - Class in net.minecraft.client.particle
- EntityBat - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityBat(World) - Constructor for class net.minecraft.entity.passive.EntityBat
- EntityBlaze - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityBlaze(World) - Constructor for class net.minecraft.entity.monster.EntityBlaze
- EntityBlockDustFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityBlockDustFX(World, double, double, double, double, double, double, IBlockState) - Constructor for class net.minecraft.client.particle.EntityBlockDustFX
- EntityBlockDustFX.Factory - Class in net.minecraft.client.particle
- EntityBoat - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityBoat(World) - Constructor for class net.minecraft.entity.item.EntityBoat
- EntityBoat(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityBoat
- EntityBodyHelper - Class in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityBodyHelper(EntityLivingBase) - Constructor for class net.minecraft.entity.EntityBodyHelper
- EntityBreakingFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityBreakingFX(World, double, double, double, double, double, double, Item, int) - Constructor for class net.minecraft.client.particle.EntityBreakingFX
- EntityBreakingFX(World, double, double, double, Item) - Constructor for class net.minecraft.client.particle.EntityBreakingFX
- EntityBreakingFX(World, double, double, double, Item, int) - Constructor for class net.minecraft.client.particle.EntityBreakingFX
- EntityBreakingFX.Factory - Class in net.minecraft.client.particle
- EntityBreakingFX.SlimeFactory - Class in net.minecraft.client.particle
- EntityBreakingFX.SnowballFactory - Class in net.minecraft.client.particle
- EntityBubbleFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityBubbleFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityBubbleFX
- EntityBubbleFX.Factory - Class in net.minecraft.client.particle
- EntityCaveSpider - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityCaveSpider(World) - Constructor for class net.minecraft.entity.monster.EntityCaveSpider
- EntityChicken - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityChicken(World) - Constructor for class net.minecraft.entity.passive.EntityChicken
- entityClass - Variable in class net.minecraft.world.biome.BiomeGenBase.SpawnListEntry
- EntityCloudFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityCloudFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityCloudFX
- EntityCloudFX.Factory - Class in net.minecraft.client.particle
- entityCollisionReduction - Variable in class net.minecraft.entity.Entity
- EntityConstructor<T> - Interface in net.minecraft.entity
-
Copyright (c) 2022-2023 LAX1DUDE.
- EntityCow - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityCow(World) - Constructor for class net.minecraft.entity.passive.EntityCow
- EntityCreature - Class in net.minecraft.entity
- EntityCreature(World) - Constructor for class net.minecraft.entity.EntityCreature
- EntityCreeper - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityCreeper(World) - Constructor for class net.minecraft.entity.monster.EntityCreeper
- EntityCrit2FX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityCrit2FX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityCrit2FX
- EntityCrit2FX(World, double, double, double, double, double, double, float) - Constructor for class net.minecraft.client.particle.EntityCrit2FX
- EntityCrit2FX.Factory - Class in net.minecraft.client.particle
- EntityCrit2FX.MagicFactory - Class in net.minecraft.client.particle
- EntityCritFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityCritFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityCritFX
- EntityCritFX.Factory - Class in net.minecraft.client.particle
- EntityDamageSource - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityDamageSource(String, Entity) - Constructor for class net.minecraft.util.EntityDamageSource
- EntityDamageSourceIndirect - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityDamageSourceIndirect(String, Entity, Entity) - Constructor for class net.minecraft.util.EntityDamageSourceIndirect
- EntityDiggingFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityDiggingFX(World, double, double, double, double, double, double, IBlockState) - Constructor for class net.minecraft.client.particle.EntityDiggingFX
- EntityDiggingFX.Factory - Class in net.minecraft.client.particle
- EntityDragon - Class in net.minecraft.entity.boss
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityDragon(World) - Constructor for class net.minecraft.entity.boss.EntityDragon
- entityDragonObj - Variable in class net.minecraft.entity.boss.EntityDragonPart
- EntityDragonPart - Class in net.minecraft.entity.boss
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityDragonPart(IEntityMultiPart, String, float, float) - Constructor for class net.minecraft.entity.boss.EntityDragonPart
- entityDropItem(ItemStack, float) - Method in class net.minecraft.entity.Entity
-
+ Drops an item at the position of the entity.
- EntityDropParticleFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityDropParticleFX(World, double, double, double, Material) - Constructor for class net.minecraft.client.particle.EntityDropParticleFX
- EntityDropParticleFX.LavaFactory - Class in net.minecraft.client.particle
- EntityDropParticleFX.WaterFactory - Class in net.minecraft.client.particle
- EntityEgg - Class in net.minecraft.entity.projectile
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityEgg(World) - Constructor for class net.minecraft.entity.projectile.EntityEgg
- EntityEgg(World, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntityEgg
- EntityEgg(World, EntityLivingBase) - Constructor for class net.minecraft.entity.projectile.EntityEgg
- EntityEggInfo(int, int, int) - Constructor for class net.minecraft.entity.EntityList.EntityEggInfo
- entityEggs - Static variable in class net.minecraft.entity.EntityList
- EntityEnchantmentTableParticleFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityEnchantmentTableParticleFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityEnchantmentTableParticleFX
- EntityEnchantmentTableParticleFX.EnchantmentTable - Class in net.minecraft.client.particle
- EntityEnderCrystal - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityEnderCrystal(World) - Constructor for class net.minecraft.entity.item.EntityEnderCrystal
- EntityEnderCrystal(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityEnderCrystal
- EntityEnderEye - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityEnderEye(World) - Constructor for class net.minecraft.entity.item.EntityEnderEye
- EntityEnderEye(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityEnderEye
- EntityEnderman - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityEnderman(World) - Constructor for class net.minecraft.entity.monster.EntityEnderman
- EntityEndermite - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityEndermite(World) - Constructor for class net.minecraft.entity.monster.EntityEndermite
- EntityEnderPearl - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityEnderPearl(World) - Constructor for class net.minecraft.entity.item.EntityEnderPearl
- EntityEnderPearl(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityEnderPearl
- EntityEnderPearl(World, EntityLivingBase) - Constructor for class net.minecraft.entity.item.EntityEnderPearl
- EntityExpBottle - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityExpBottle(World) - Constructor for class net.minecraft.entity.item.EntityExpBottle
- EntityExpBottle(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityExpBottle
- EntityExpBottle(World, EntityLivingBase) - Constructor for class net.minecraft.entity.item.EntityExpBottle
- EntityExplodeFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityExplodeFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityExplodeFX
- EntityExplodeFX.Factory - Class in net.minecraft.client.particle
- EntityFallingBlock - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityFallingBlock(World) - Constructor for class net.minecraft.entity.item.EntityFallingBlock
- EntityFallingBlock(World, double, double, double, IBlockState) - Constructor for class net.minecraft.entity.item.EntityFallingBlock
- EntityFireball - Class in net.minecraft.entity.projectile
- EntityFireball(World) - Constructor for class net.minecraft.entity.projectile.EntityFireball
- EntityFireball(World, double, double, double, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntityFireball
- EntityFireball(World, EntityLivingBase, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntityFireball
- EntityFirework - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityFirework() - Constructor for class net.minecraft.client.particle.EntityFirework
- EntityFirework.Factory - Class in net.minecraft.client.particle
- EntityFirework.OverlayFX - Class in net.minecraft.client.particle
- EntityFirework.SparkFX - Class in net.minecraft.client.particle
- EntityFirework.StarterFX - Class in net.minecraft.client.particle
- EntityFireworkRocket - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityFireworkRocket(World) - Constructor for class net.minecraft.entity.item.EntityFireworkRocket
- EntityFireworkRocket(World, double, double, double, ItemStack) - Constructor for class net.minecraft.entity.item.EntityFireworkRocket
- EntityFishHook - Class in net.minecraft.entity.projectile
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityFishHook(World) - Constructor for class net.minecraft.entity.projectile.EntityFishHook
- EntityFishHook(World, double, double, double, EntityPlayer) - Constructor for class net.minecraft.entity.projectile.EntityFishHook
- EntityFishHook(World, EntityPlayer) - Constructor for class net.minecraft.entity.projectile.EntityFishHook
- EntityFishWakeFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityFishWakeFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityFishWakeFX
- EntityFishWakeFX.Factory - Class in net.minecraft.client.particle
- EntityFlameFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityFlameFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityFlameFX
- EntityFlameFX.Factory - Class in net.minecraft.client.particle
- EntityFlying - Class in net.minecraft.entity
- EntityFlying(World) - Constructor for class net.minecraft.entity.EntityFlying
- EntityFootStepFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityFootStepFX(TextureManager, World, double, double, double) - Constructor for class net.minecraft.client.particle.EntityFootStepFX
- EntityFootStepFX.Factory - Class in net.minecraft.client.particle
- EntityFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityFX(World, double, double, double) - Constructor for class net.minecraft.client.particle.EntityFX
- EntityFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityFX
- EntityGhast - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityGhast(World) - Constructor for class net.minecraft.entity.monster.EntityGhast
- EntityGiantZombie - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityGiantZombie(World) - Constructor for class net.minecraft.entity.monster.EntityGiantZombie
- EntityGolem - Class in net.minecraft.entity.monster
- EntityGolem(World) - Constructor for class net.minecraft.entity.monster.EntityGolem
- EntityGuardian - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityGuardian(World) - Constructor for class net.minecraft.entity.monster.EntityGuardian
- EntityHanging - Class in net.minecraft.entity
- EntityHanging(World) - Constructor for class net.minecraft.entity.EntityHanging
- EntityHanging(World, BlockPos) - Constructor for class net.minecraft.entity.EntityHanging
- entityHasObjective(String, ScoreObjective) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Returns if the entity has the given ScoreObjective
- EntityHeartFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityHeartFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityHeartFX
- EntityHeartFX(World, double, double, double, double, double, double, float) - Constructor for class net.minecraft.client.particle.EntityHeartFX
- EntityHeartFX.AngryVillagerFactory - Class in net.minecraft.client.particle
- EntityHeartFX.Factory - Class in net.minecraft.client.particle
- entityHit - Variable in class net.minecraft.util.MovingObjectPosition
- EntityHorse - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityHorse(World) - Constructor for class net.minecraft.entity.passive.EntityHorse
- EntityHorse.GroupData - Class in net.minecraft.entity.passive
- EntityHugeExplodeFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityHugeExplodeFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityHugeExplodeFX
- EntityHugeExplodeFX.Factory - Class in net.minecraft.client.particle
- entityId - Variable in class net.minecraft.network.play.server.S01PacketJoinGame
- entityId - Variable in class net.minecraft.network.play.server.S0BPacketAnimation
- entityId - Variable in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- entityId - Variable in class net.minecraft.network.play.server.S0DPacketCollectItem
- entityId - Variable in class net.minecraft.network.play.server.S0EPacketSpawnObject
- entityId - Variable in class net.minecraft.network.play.server.S0FPacketSpawnMob
- entityId - Variable in class net.minecraft.network.play.server.S14PacketEntity
- entityId - Variable in class net.minecraft.network.play.server.S18PacketEntityTeleport
- entityId - Variable in class net.minecraft.network.play.server.S19PacketEntityHeadLook
- entityId - Variable in class net.minecraft.network.play.server.S19PacketEntityStatus
- entityId - Variable in class net.minecraft.network.play.server.S1BPacketEntityAttach
- entityId - Variable in class net.minecraft.network.play.server.S1CPacketEntityMetadata
- entityId - Variable in class net.minecraft.network.play.server.S1DPacketEntityEffect
- entityId - Variable in class net.minecraft.network.play.server.S1EPacketRemoveEntityEffect
- entityId - Variable in class net.minecraft.network.play.server.S20PacketEntityProperties
- entityId - Variable in class net.minecraft.network.play.server.S2CPacketSpawnGlobalEntity
- entityId - Variable in class net.minecraft.network.play.server.S2DPacketOpenWindow
- entityId - Variable in class net.minecraft.network.play.server.S43PacketCamera
- entityId - Variable in class net.minecraft.network.play.server.S49PacketUpdateEntityNBT
- entityID - Variable in class net.minecraft.network.play.server.S04PacketEntityEquipment
- entityID - Variable in class net.minecraft.network.play.server.S10PacketSpawnPainting
- entityID - Variable in class net.minecraft.network.play.server.S11PacketSpawnExperienceOrb
- entityID - Variable in class net.minecraft.network.play.server.S12PacketEntityVelocity
- entityIDs - Variable in class net.minecraft.network.play.server.S13PacketDestroyEntities
- entityInit() - Method in class net.minecraft.client.particle.EntityFX
- entityInit() - Method in class net.minecraft.entity.boss.EntityDragon
- entityInit() - Method in class net.minecraft.entity.boss.EntityDragonPart
- entityInit() - Method in class net.minecraft.entity.boss.EntityWither
- entityInit() - Method in class net.minecraft.entity.effect.EntityLightningBolt
- entityInit() - Method in class net.minecraft.entity.Entity
- entityInit() - Method in class net.minecraft.entity.EntityAgeable
- entityInit() - Method in class net.minecraft.entity.EntityHanging
- entityInit() - Method in class net.minecraft.entity.EntityLeashKnot
- entityInit() - Method in class net.minecraft.entity.EntityLiving
- entityInit() - Method in class net.minecraft.entity.EntityLivingBase
- entityInit() - Method in class net.minecraft.entity.EntityMinecartCommandBlock
- entityInit() - Method in class net.minecraft.entity.item.EntityArmorStand
- entityInit() - Method in class net.minecraft.entity.item.EntityBoat
- entityInit() - Method in class net.minecraft.entity.item.EntityEnderCrystal
- entityInit() - Method in class net.minecraft.entity.item.EntityEnderEye
- entityInit() - Method in class net.minecraft.entity.item.EntityFallingBlock
- entityInit() - Method in class net.minecraft.entity.item.EntityFireworkRocket
- entityInit() - Method in class net.minecraft.entity.item.EntityItem
- entityInit() - Method in class net.minecraft.entity.item.EntityItemFrame
- entityInit() - Method in class net.minecraft.entity.item.EntityMinecart
- entityInit() - Method in class net.minecraft.entity.item.EntityMinecartFurnace
- entityInit() - Method in class net.minecraft.entity.item.EntityTNTPrimed
- entityInit() - Method in class net.minecraft.entity.item.EntityXPOrb
- entityInit() - Method in class net.minecraft.entity.monster.EntityBlaze
- entityInit() - Method in class net.minecraft.entity.monster.EntityCreeper
- entityInit() - Method in class net.minecraft.entity.monster.EntityEnderman
- entityInit() - Method in class net.minecraft.entity.monster.EntityGhast
- entityInit() - Method in class net.minecraft.entity.monster.EntityGuardian
- entityInit() - Method in class net.minecraft.entity.monster.EntityIronGolem
- entityInit() - Method in class net.minecraft.entity.monster.EntitySkeleton
- entityInit() - Method in class net.minecraft.entity.monster.EntitySlime
- entityInit() - Method in class net.minecraft.entity.monster.EntitySpider
- entityInit() - Method in class net.minecraft.entity.monster.EntityWitch
- entityInit() - Method in class net.minecraft.entity.monster.EntityZombie
- entityInit() - Method in class net.minecraft.entity.passive.EntityBat
- entityInit() - Method in class net.minecraft.entity.passive.EntityHorse
- entityInit() - Method in class net.minecraft.entity.passive.EntityOcelot
- entityInit() - Method in class net.minecraft.entity.passive.EntityPig
- entityInit() - Method in class net.minecraft.entity.passive.EntityRabbit
- entityInit() - Method in class net.minecraft.entity.passive.EntitySheep
- entityInit() - Method in class net.minecraft.entity.passive.EntityTameable
- entityInit() - Method in class net.minecraft.entity.passive.EntityVillager
- entityInit() - Method in class net.minecraft.entity.passive.EntityWolf
- entityInit() - Method in class net.minecraft.entity.player.EntityPlayer
- entityInit() - Method in class net.minecraft.entity.projectile.EntityArrow
- entityInit() - Method in class net.minecraft.entity.projectile.EntityFireball
- entityInit() - Method in class net.minecraft.entity.projectile.EntityFishHook
- entityInit() - Method in class net.minecraft.entity.projectile.EntityThrowable
- entityInit() - Method in class net.minecraft.entity.projectile.EntityWitherSkull
- EntityIronGolem - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityIronGolem(World) - Constructor for class net.minecraft.entity.monster.EntityIronGolem
- EntityItem - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityItem(World) - Constructor for class net.minecraft.entity.item.EntityItem
- EntityItem(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityItem
- EntityItem(World, double, double, double, ItemStack) - Constructor for class net.minecraft.entity.item.EntityItem
- EntityItemFrame - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityItemFrame(World) - Constructor for class net.minecraft.entity.item.EntityItemFrame
- EntityItemFrame(World, BlockPos, EnumFacing) - Constructor for class net.minecraft.entity.item.EntityItemFrame
- EntityLargeExplodeFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityLargeExplodeFX(TextureManager, World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityLargeExplodeFX
- EntityLargeExplodeFX.Factory - Class in net.minecraft.client.particle
- EntityLargeFireball - Class in net.minecraft.entity.projectile
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityLargeFireball(World) - Constructor for class net.minecraft.entity.projectile.EntityLargeFireball
- EntityLargeFireball(World, double, double, double, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntityLargeFireball
- EntityLargeFireball(World, EntityLivingBase, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntityLargeFireball
- EntityLavaFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityLavaFX(World, double, double, double) - Constructor for class net.minecraft.client.particle.EntityLavaFX
- EntityLavaFX.Factory - Class in net.minecraft.client.particle
- EntityLeashKnot - Class in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityLeashKnot(World) - Constructor for class net.minecraft.entity.EntityLeashKnot
- EntityLeashKnot(World, BlockPos) - Constructor for class net.minecraft.entity.EntityLeashKnot
- EntityLightningBolt - Class in net.minecraft.entity.effect
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityLightningBolt(World, double, double, double) - Constructor for class net.minecraft.entity.effect.EntityLightningBolt
- EntityList - Class in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityList() - Constructor for class net.minecraft.entity.EntityList
- EntityList.EntityEggInfo - Class in net.minecraft.entity
- EntityLiving - Class in net.minecraft.entity
- EntityLiving(World) - Constructor for class net.minecraft.entity.EntityLiving
- EntityLiving.SpawnPlacementType - Enum in net.minecraft.entity
- EntityLivingBase - Class in net.minecraft.entity
- EntityLivingBase(World) - Constructor for class net.minecraft.entity.EntityLivingBase
- EntityMagmaCube - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityMagmaCube(World) - Constructor for class net.minecraft.entity.monster.EntityMagmaCube
- EntityMinecart - Class in net.minecraft.entity.item
- EntityMinecart(World) - Constructor for class net.minecraft.entity.item.EntityMinecart
- EntityMinecart(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityMinecart
- EntityMinecart.EnumMinecartType - Enum in net.minecraft.entity.item
- EntityMinecartChest - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityMinecartChest(World) - Constructor for class net.minecraft.entity.item.EntityMinecartChest
- EntityMinecartChest(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityMinecartChest
- EntityMinecartCommandBlock - Class in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityMinecartCommandBlock(World) - Constructor for class net.minecraft.entity.EntityMinecartCommandBlock
- EntityMinecartCommandBlock(World, double, double, double) - Constructor for class net.minecraft.entity.EntityMinecartCommandBlock
- EntityMinecartContainer - Class in net.minecraft.entity.item
- EntityMinecartContainer(World) - Constructor for class net.minecraft.entity.item.EntityMinecartContainer
- EntityMinecartContainer(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityMinecartContainer
- EntityMinecartEmpty - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityMinecartEmpty(World) - Constructor for class net.minecraft.entity.item.EntityMinecartEmpty
- EntityMinecartEmpty(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityMinecartEmpty
- EntityMinecartFurnace - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityMinecartFurnace(World) - Constructor for class net.minecraft.entity.item.EntityMinecartFurnace
- EntityMinecartFurnace(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityMinecartFurnace
- EntityMinecartHopper - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityMinecartHopper(World) - Constructor for class net.minecraft.entity.item.EntityMinecartHopper
- EntityMinecartHopper(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityMinecartHopper
- EntityMinecartMobSpawner - Class in net.minecraft.entity.ai
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityMinecartMobSpawner(World) - Constructor for class net.minecraft.entity.ai.EntityMinecartMobSpawner
- EntityMinecartMobSpawner(World, double, double, double) - Constructor for class net.minecraft.entity.ai.EntityMinecartMobSpawner
- EntityMinecartTNT - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityMinecartTNT(World) - Constructor for class net.minecraft.entity.item.EntityMinecartTNT
- EntityMinecartTNT(World, double, double, double) - Constructor for class net.minecraft.entity.item.EntityMinecartTNT
- EntityMob - Class in net.minecraft.entity.monster
- EntityMob(World) - Constructor for class net.minecraft.entity.monster.EntityMob
- EntityMooshroom - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityMooshroom(World) - Constructor for class net.minecraft.entity.passive.EntityMooshroom
- EntityNoteFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityNoteFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityNoteFX
- EntityNoteFX(World, double, double, double, double, double, double, float) - Constructor for class net.minecraft.client.particle.EntityNoteFX
- EntityNoteFX.Factory - Class in net.minecraft.client.particle
- EntityNotFoundException - Exception in net.minecraft.command
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityNotFoundException() - Constructor for exception net.minecraft.command.EntityNotFoundException
- EntityNotFoundException(String, Object...) - Constructor for exception net.minecraft.command.EntityNotFoundException
- EntityOcelot - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityOcelot(World) - Constructor for class net.minecraft.entity.passive.EntityOcelot
- EntityOtherPlayerMP - Class in net.minecraft.client.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityOtherPlayerMP(World, GameProfile) - Constructor for class net.minecraft.client.entity.EntityOtherPlayerMP
- EntityPainting - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityPainting(World) - Constructor for class net.minecraft.entity.item.EntityPainting
- EntityPainting(World, BlockPos, EnumFacing) - Constructor for class net.minecraft.entity.item.EntityPainting
- EntityPainting(World, BlockPos, EnumFacing, String) - Constructor for class net.minecraft.entity.item.EntityPainting
- EntityPainting.EnumArt - Enum in net.minecraft.entity.item
- EntityParticleEmitter - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityParticleEmitter(World, Entity, EnumParticleTypes) - Constructor for class net.minecraft.client.particle.EntityParticleEmitter
- EntityPickupFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityPickupFX(World, Entity, Entity, float) - Constructor for class net.minecraft.client.particle.EntityPickupFX
- EntityPig - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityPig(World) - Constructor for class net.minecraft.entity.passive.EntityPig
- EntityPigZombie - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityPigZombie(World) - Constructor for class net.minecraft.entity.monster.EntityPigZombie
- entityPitch - Variable in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- EntityPlayer - Class in net.minecraft.entity.player
- EntityPlayer(World, GameProfile) - Constructor for class net.minecraft.entity.player.EntityPlayer
- EntityPlayer.EnumChatVisibility - Enum in net.minecraft.entity.player
- EntityPlayer.EnumStatus - Enum in net.minecraft.entity.player
- entityplayerObj - Variable in class net.minecraft.world.storage.MapData.MapInfo
- EntityPlayerSP - Class in net.minecraft.client.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityPlayerSP(Minecraft, World, NetHandlerPlayClient, StatFileWriter) - Constructor for class net.minecraft.client.entity.EntityPlayerSP
- EntityPortalFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityPortalFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntityPortalFX
- EntityPortalFX.Factory - Class in net.minecraft.client.particle
- EntityPotion - Class in net.minecraft.entity.projectile
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityPotion(World) - Constructor for class net.minecraft.entity.projectile.EntityPotion
- EntityPotion(World, double, double, double, int) - Constructor for class net.minecraft.entity.projectile.EntityPotion
- EntityPotion(World, double, double, double, ItemStack) - Constructor for class net.minecraft.entity.projectile.EntityPotion
- EntityPotion(World, EntityLivingBase, int) - Constructor for class net.minecraft.entity.projectile.EntityPotion
- EntityPotion(World, EntityLivingBase, ItemStack) - Constructor for class net.minecraft.entity.projectile.EntityPotion
- EntityRabbit - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityRabbit(World) - Constructor for class net.minecraft.entity.passive.EntityRabbit
- EntityRabbit.RabbitTypeData - Class in net.minecraft.entity.passive
- EntityRainFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityRainFX(World, double, double, double) - Constructor for class net.minecraft.client.particle.EntityRainFX
- EntityRainFX.Factory - Class in net.minecraft.client.particle
- EntityReddustFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityReddustFX(World, double, double, double, float, float, float) - Constructor for class net.minecraft.client.particle.EntityReddustFX
- EntityReddustFX(World, double, double, double, float, float, float, float) - Constructor for class net.minecraft.client.particle.EntityReddustFX
- EntityReddustFX.Factory - Class in net.minecraft.client.particle
- entityRenderer - Variable in class net.minecraft.client.Minecraft
- EntityRenderer - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityRenderer(Minecraft, IResourceManager) - Constructor for class net.minecraft.client.renderer.EntityRenderer
- EntitySelectors - Class in net.minecraft.util
- EntitySelectors() - Constructor for class net.minecraft.util.EntitySelectors
- EntitySelectors.ArmoredMob - Class in net.minecraft.util
- EntitySheep - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySheep(World) - Constructor for class net.minecraft.entity.passive.EntitySheep
- EntitySilverfish - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySilverfish(World) - Constructor for class net.minecraft.entity.monster.EntitySilverfish
- EntitySkeleton - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySkeleton(World) - Constructor for class net.minecraft.entity.monster.EntitySkeleton
- EntitySlime - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySlime(World) - Constructor for class net.minecraft.entity.monster.EntitySlime
- EntitySmallFireball - Class in net.minecraft.entity.projectile
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySmallFireball(World) - Constructor for class net.minecraft.entity.projectile.EntitySmallFireball
- EntitySmallFireball(World, double, double, double, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntitySmallFireball
- EntitySmallFireball(World, EntityLivingBase, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntitySmallFireball
- EntitySmokeFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySmokeFX(World, double, double, double, double, double, double, float) - Constructor for class net.minecraft.client.particle.EntitySmokeFX
- EntitySmokeFX.Factory - Class in net.minecraft.client.particle
- EntitySnowball - Class in net.minecraft.entity.projectile
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySnowball(World) - Constructor for class net.minecraft.entity.projectile.EntitySnowball
- EntitySnowball(World, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntitySnowball
- EntitySnowball(World, EntityLivingBase) - Constructor for class net.minecraft.entity.projectile.EntitySnowball
- EntitySnowman - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySnowman(World) - Constructor for class net.minecraft.entity.monster.EntitySnowman
- EntitySnowShovelFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySnowShovelFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntitySnowShovelFX
- EntitySnowShovelFX(World, double, double, double, double, double, double, float) - Constructor for class net.minecraft.client.particle.EntitySnowShovelFX
- EntitySnowShovelFX.Factory - Class in net.minecraft.client.particle
- EntitySpawnPlacementRegistry - Class in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySpawnPlacementRegistry() - Constructor for class net.minecraft.entity.EntitySpawnPlacementRegistry
- EntitySpellParticleFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySpellParticleFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntitySpellParticleFX
- EntitySpellParticleFX.AmbientMobFactory - Class in net.minecraft.client.particle
- EntitySpellParticleFX.Factory - Class in net.minecraft.client.particle
- EntitySpellParticleFX.InstantFactory - Class in net.minecraft.client.particle
- EntitySpellParticleFX.MobFactory - Class in net.minecraft.client.particle
- EntitySpellParticleFX.WitchFactory - Class in net.minecraft.client.particle
- EntitySpider - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySpider(World) - Constructor for class net.minecraft.entity.monster.EntitySpider
- EntitySpider.GroupData - Class in net.minecraft.entity.monster
- EntitySplashFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySplashFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntitySplashFX
- EntitySplashFX.Factory - Class in net.minecraft.client.particle
- EntitySquid - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySquid(World) - Constructor for class net.minecraft.entity.passive.EntitySquid
- EntitySuspendFX - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntitySuspendFX(World, double, double, double, double, double, double) - Constructor for class net.minecraft.client.particle.EntitySuspendFX
- EntitySuspendFX.Factory - Class in net.minecraft.client.particle
- EntityTameable - Class in net.minecraft.entity.passive
- EntityTameable(World) - Constructor for class net.minecraft.entity.passive.EntityTameable
- EntityThrowable - Class in net.minecraft.entity.projectile
- EntityThrowable(World) - Constructor for class net.minecraft.entity.projectile.EntityThrowable
- EntityThrowable(World, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntityThrowable
- EntityThrowable(World, EntityLivingBase) - Constructor for class net.minecraft.entity.projectile.EntityThrowable
- EntityTNTPrimed - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityTNTPrimed(World) - Constructor for class net.minecraft.entity.item.EntityTNTPrimed
- EntityTNTPrimed(World, double, double, double, EntityLivingBase) - Constructor for class net.minecraft.entity.item.EntityTNTPrimed
- entityUniqueID - Variable in class net.minecraft.entity.Entity
- EntityVillager - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityVillager(World) - Constructor for class net.minecraft.entity.passive.EntityVillager
- EntityVillager(World, int) - Constructor for class net.minecraft.entity.passive.EntityVillager
- EntityWaterMob - Class in net.minecraft.entity.passive
- EntityWaterMob(World) - Constructor for class net.minecraft.entity.passive.EntityWaterMob
- EntityWeatherEffect - Class in net.minecraft.entity.effect
- EntityWeatherEffect(World) - Constructor for class net.minecraft.entity.effect.EntityWeatherEffect
- EntityWitch - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityWitch(World) - Constructor for class net.minecraft.entity.monster.EntityWitch
- EntityWither - Class in net.minecraft.entity.boss
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityWither(World) - Constructor for class net.minecraft.entity.boss.EntityWither
- EntityWitherSkull - Class in net.minecraft.entity.projectile
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityWitherSkull(World) - Constructor for class net.minecraft.entity.projectile.EntityWitherSkull
- EntityWitherSkull(World, double, double, double, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntityWitherSkull
- EntityWitherSkull(World, EntityLivingBase, double, double, double) - Constructor for class net.minecraft.entity.projectile.EntityWitherSkull
- EntityWolf - Class in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityWolf(World) - Constructor for class net.minecraft.entity.passive.EntityWolf
- entityX - Variable in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- EntityXPOrb - Class in net.minecraft.entity.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityXPOrb(World) - Constructor for class net.minecraft.entity.item.EntityXPOrb
- EntityXPOrb(World, double, double, double, int) - Constructor for class net.minecraft.entity.item.EntityXPOrb
- entityY - Variable in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- entityYaw - Variable in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- entityZ - Variable in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- EntityZombie - Class in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EntityZombie(World) - Constructor for class net.minecraft.entity.monster.EntityZombie
- entries() - Method in class com.google.common.collect.ForwardingMultimap
- entries() - Method in class com.google.common.collect.ForwardingSetMultimap
- entries() - Method in class com.google.common.collect.ImmutableMultimap
-
Returns an immutable collection of all key-value pairs in the multimap.
- entries() - Method in class com.google.common.collect.ImmutableSetMultimap
-
Returns an immutable collection of all key-value pairs in the multimap.
- entries() - Method in class com.google.common.collect.LinkedHashMultimap
-
Returns a set of all key-value pairs.
- entries() - Method in class com.google.common.collect.LinkedListMultimap
-
Returns a view collection of all key-value pairs contained in this multimap, as
Map.Entry
instances. - entries() - Method in interface com.google.common.collect.Multimap
-
Returns a view collection of all key-value pairs contained in this multimap, as
Map.Entry
instances. - entries() - Method in interface com.google.common.collect.SetMultimap
-
Returns a view collection of all key-value pairs contained in this multimap, as
Map.Entry
instances. - entriesDiffering() - Method in interface com.google.common.collect.MapDifference
-
Returns an unmodifiable map describing keys that appear in both maps, but with different values.
- entriesDiffering() - Method in interface com.google.common.collect.SortedMapDifference
- entriesInCommon() - Method in interface com.google.common.collect.MapDifference
-
Returns an unmodifiable map containing the entries that appear in both maps; that is, the intersection of the two maps.
- entriesInCommon() - Method in interface com.google.common.collect.SortedMapDifference
- entriesOnlyOnLeft() - Method in interface com.google.common.collect.MapDifference
-
Returns an unmodifiable map containing the entries from the left map whose keys are not present in the right map.
- entriesOnlyOnLeft() - Method in interface com.google.common.collect.SortedMapDifference
- entriesOnlyOnRight() - Method in interface com.google.common.collect.MapDifference
-
Returns an unmodifiable map containing the entries from the right map whose keys are not present in the left map.
- entriesOnlyOnRight() - Method in interface com.google.common.collect.SortedMapDifference
- entryIterator() - Method in class com.google.common.collect.ForwardingNavigableMap.StandardDescendingMap
- entrySet() - Method in class com.google.common.collect.ForwardingMap
- entrySet() - Method in class com.google.common.collect.ForwardingMultiset
- entrySet() - Method in class com.google.common.collect.HashBiMap
- entrySet() - Method in class com.google.common.collect.ImmutableMap
-
Returns an immutable set of the mappings in this map.
- entrySet() - Method in class com.google.common.collect.ImmutableMultiset
- entrySet() - Method in class com.google.common.collect.ImmutableSortedMap
-
Returns an immutable set of the mappings in this map, sorted by the key ordering.
- entrySet() - Method in interface com.google.common.collect.Multiset
-
Returns a view of the contents of this multiset, grouped into
Multiset.Entry
instances, each providing an element of the multiset and the count of that element. - entrySet() - Method in interface com.google.common.collect.SortedMultiset
-
Returns a view of the contents of this multiset, grouped into
Multiset.Entry
instances, each providing an element of the multiset and the count of that element. - entrySet() - Method in class net.minecraft.server.management.LowerStringMap
- entrySet() - Method in class org.json.JSONObject
-
Get a set of entries of the JSONObject.
- EnumAction - Enum in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumBiMap<K extends java.lang.Enum<K>,V extends java.lang.Enum<V>> - Class in com.google.common.collect
-
A
BiMap
backed by twoEnumMap
instances. - EnumBorderStatus - Enum in net.minecraft.world.border
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumChatFormatting - Enum in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumConnectionState - Enum in net.minecraft.network
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumCreatureAttribute - Enum in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumCreatureType - Enum in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumDifficulty - Enum in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumDyeColor - Enum in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumEaglerConnectionState - Enum in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- EnumEnchantmentType - Enum in net.minecraft.enchantment
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumFaceDirection - Enum in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumFaceDirection.Constants - Class in net.minecraft.client.renderer
- EnumFaceDirection.VertexInformation - Class in net.minecraft.client.renderer
- EnumFacing - Enum in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumFacing.Axis - Enum in net.minecraft.util
- EnumFacing.AxisDirection - Enum in net.minecraft.util
- EnumFacing.Plane - Enum in net.minecraft.util
- EnumHashBiMap<K extends java.lang.Enum<K>,V> - Class in com.google.common.collect
-
A
BiMap
backed by anEnumMap
instance for keys-to-values, and aHashMap
instance for values-to-keys. - enumKeys(Class<K0>) - Static method in class com.google.common.collect.MultimapBuilder
-
Uses an
EnumMap
to map keys to value collections. - EnumMultiset<E extends java.lang.Enum<E>> - Class in com.google.common.collect
-
Multiset implementation backed by an
EnumMap
. - EnumPacketDirection - Enum in net.minecraft.network
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumParticleTypes - Enum in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumPlatformAgent - Enum in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- EnumPlatformANGLE - Enum in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- EnumPlatformOS - Enum in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- EnumPlatformType - Enum in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- EnumPlayerModelParts - Enum in net.minecraft.entity.player
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumRarity - Enum in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Enums - Class in com.google.common.base
-
Utility methods for working with
Enum
instances. - EnumServerRateLimit - Enum in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- enumSetValues(Class<V0>) - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
-
Uses an
EnumSet
to store value collections. - EnumSkyBlock - Enum in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EnumUtils - Class in org.apache.commons.lang3
-
Utility library to provide helper methods for Java enums.
- EnumUtils() - Constructor for class org.apache.commons.lang3.EnumUtils
-
This constructor is public to permit tools that require a JavaBean instance to operate.
- EnumWorldBlockLayer - Enum in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- EOT - Static variable in class com.google.common.base.Ascii
-
End of Transmission: A communication control character used to indicate the conclusion of a transmission, which may have contained one or more texts and any associated headings.
- EPIC - net.minecraft.item.EnumRarity
- EPKFileEntry(String, String) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.teavm.MainClass.EPKFileEntry
- EPKLoader - Class in net.lax1dude.eaglercraft.v1_8.internal.teavm
-
Copyright (c) 2022-2023 LAX1DUDE.
- EPKLoader() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.teavm.EPKLoader
- epsilonEquals(float, float) - Static method in class net.minecraft.util.MathHelper
- equal(InputSupplier<? extends InputStream>, InputSupplier<? extends InputStream>) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Use
ByteSource.contentEquals(ByteSource)
instead. This method is scheduled for removal in Guava 18.0. - equal(Object, Object) - Static method in class com.google.common.base.Objects
-
Determines whether two possibly-null objects are equal.
- equal(Matrix3f, Matrix3f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- equal(Matrix4f, Matrix4f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- equals() - Static method in class com.google.common.base.Equivalence
-
Returns an equivalence that delegates to
Object.equals(java.lang.Object)
andObject.hashCode()
. - equals(Annotation, Annotation) - Static method in class org.apache.commons.lang3.AnnotationUtils
-
Checks if two annotations are equal using the criteria for equality presented in the
Annotation.equals(Object)
API docs. - equals(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Compares two CharSequences, returning
true
if they represent equal sequences of characters. - equals(Object) - Method in class com.google.common.base.Converter
-
Indicates whether another object is equal to this converter.
- equals(Object) - Method in class com.google.common.base.Equivalence.Wrapper
-
Returns
true
ifEquivalence.equivalent(Object, Object)
applied to the wrapped references istrue
and both wrappers use thesame
equivalence. - equals(Object) - Method in interface com.google.common.base.Function
-
Indicates whether another object is equal to this function.
- equals(Object) - Method in class com.google.common.base.Optional
-
Returns
true
ifobject
is anOptional
instance, and either the contained references are equal to each other or both are absent. - equals(Object) - Method in interface com.google.common.base.Predicate
-
Indicates whether another object is equal to this predicate.
- equals(Object) - Method in class com.google.common.collect.ForwardingList
- equals(Object) - Method in class com.google.common.collect.ForwardingMap
- equals(Object) - Method in class com.google.common.collect.ForwardingMapEntry
- equals(Object) - Method in class com.google.common.collect.ForwardingMultimap
- equals(Object) - Method in class com.google.common.collect.ForwardingMultiset
- equals(Object) - Method in class com.google.common.collect.ForwardingSet
- equals(Object) - Method in class com.google.common.collect.ForwardingTable
- equals(Object) - Method in class com.google.common.collect.HashBasedTable
- equals(Object) - Method in class com.google.common.collect.ImmutableList
- equals(Object) - Method in class com.google.common.collect.ImmutableMap
- equals(Object) - Method in class com.google.common.collect.ImmutableMultiset
- equals(Object) - Method in class com.google.common.collect.ImmutableRangeMap
- equals(Object) - Method in class com.google.common.collect.ImmutableSet
- equals(Object) - Method in interface com.google.common.collect.ListMultimap
-
Compares the specified object to this multimap for equality.
- equals(Object) - Method in interface com.google.common.collect.MapDifference
-
Compares the specified object with this instance for equality.
- equals(Object) - Method in interface com.google.common.collect.MapDifference.ValueDifference
-
Two instances are considered equal if their
MapDifference.ValueDifference.leftValue()
values are equal and theirMapDifference.ValueDifference.rightValue()
values are also equal. - equals(Object) - Method in interface com.google.common.collect.Multimap
-
Compares the specified object with this multimap for equality.
- equals(Object) - Method in interface com.google.common.collect.Multiset.Entry
- equals(Object) - Method in interface com.google.common.collect.Multiset
-
Compares the specified object with this multiset for equality.
- equals(Object) - Method in class com.google.common.collect.Range
-
Returns
true
ifobject
is a range having the same endpoints and bound types as this range. - equals(Object) - Method in interface com.google.common.collect.RangeMap
- equals(Object) - Method in interface com.google.common.collect.RangeSet
-
Returns
true
ifobj
is anotherRangeSet
that contains the same ranges according toRange.equals(Object)
. - equals(Object) - Method in interface com.google.common.collect.SetMultimap
-
Compares the specified object to this multimap for equality.
- equals(Object) - Method in interface com.google.common.collect.Table.Cell
-
Compares the specified object with this cell for equality.
- equals(Object) - Method in interface com.google.common.collect.Table
-
Compares the specified object with this table for equality.
- equals(Object) - Method in class com.google.common.collect.TreeRangeMap
- equals(Object) - Method in class com.google.common.hash.BloomFilter
- equals(Object) - Method in class com.google.common.hash.HashCode
- equals(Object) - Method in class com.google.common.primitives.UnsignedInteger
- equals(Object) - Method in class com.google.common.primitives.UnsignedLong
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Determines if the content of the specified buffer is identical to the content of this array.
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
- equals(Object) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
- equals(Object) - Method in class net.minecraft.block.BlockEventData
- equals(Object) - Method in class net.minecraft.block.properties.PropertyHelper
- equals(Object) - Method in class net.minecraft.block.properties.PropertyInteger
- equals(Object) - Method in class net.minecraft.client.renderer.block.model.ItemTransformVec3f
- equals(Object) - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition
- equals(Object) - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variant
- equals(Object) - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variants
- equals(Object) - Method in class net.minecraft.client.resources.Language
- equals(Object) - Method in class net.minecraft.client.resources.model.ModelResourceLocation
- equals(Object) - Method in class net.minecraft.client.resources.ResourcePackRepository.Entry
- equals(Object) - Method in class net.minecraft.client.resources.SimpleResource
- equals(Object) - Method in class net.minecraft.client.util.JsonBlendingMode
- equals(Object) - Method in class net.minecraft.entity.ai.attributes.AttributeModifier
- equals(Object) - Method in class net.minecraft.entity.ai.attributes.BaseAttribute
- equals(Object) - Method in class net.minecraft.entity.Entity
- equals(Object) - Method in class net.minecraft.event.ClickEvent
- equals(Object) - Method in class net.minecraft.event.HoverEvent
- equals(Object) - Method in class net.minecraft.nbt.NBTBase
- equals(Object) - Method in class net.minecraft.nbt.NBTTagByte
- equals(Object) - Method in class net.minecraft.nbt.NBTTagByteArray
- equals(Object) - Method in class net.minecraft.nbt.NBTTagCompound
- equals(Object) - Method in class net.minecraft.nbt.NBTTagDouble
- equals(Object) - Method in class net.minecraft.nbt.NBTTagFloat
- equals(Object) - Method in class net.minecraft.nbt.NBTTagInt
- equals(Object) - Method in class net.minecraft.nbt.NBTTagIntArray
- equals(Object) - Method in class net.minecraft.nbt.NBTTagList
- equals(Object) - Method in class net.minecraft.nbt.NBTTagLong
- equals(Object) - Method in class net.minecraft.nbt.NBTTagShort
- equals(Object) - Method in class net.minecraft.nbt.NBTTagString
- equals(Object) - Method in class net.minecraft.network.PacketBuffer
- equals(Object) - Method in class net.minecraft.potion.PotionEffect
- equals(Object) - Method in class net.minecraft.stats.StatBase
- equals(Object) - Method in class net.minecraft.util.ChatComponentScore
- equals(Object) - Method in class net.minecraft.util.ChatComponentSelector
- equals(Object) - Method in class net.minecraft.util.ChatComponentStyle
- equals(Object) - Method in class net.minecraft.util.ChatComponentText
- equals(Object) - Method in class net.minecraft.util.ChatComponentTranslation
- equals(Object) - Method in class net.minecraft.util.ChatStyle
- equals(Object) - Method in class net.minecraft.util.ResourceLocation
- equals(Object) - Method in class net.minecraft.util.Rotations
- equals(Object) - Method in class net.minecraft.util.Vec3i
- equals(Object) - Method in class net.minecraft.util.Vec4b
- equals(Object) - Method in class net.minecraft.world.ChunkCoordIntPair
- equals(Object) - Method in class net.minecraft.world.NextTickListEntry
- equals(Object) - Method in class org.apache.commons.lang3.CharSet
-
Compares two
CharSet
objects, returning true if they represent exactly the same set of characters defined in the same way. - equals(Object) - Method in class org.apache.commons.lang3.math.Fraction
-
Compares this fraction to another object to test if they are equal.
- equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableBoolean
-
Compares this object to the specified object.
- equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Compares this object to the specified object.
- equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Compares this object against the specified object.
- equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Compares this object against some other object.
- equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Compares this object to the specified object.
- equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Compares this object to the specified object.
- equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableObject
-
Compares this object against the specified object.
- equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Compares this object to the specified object.
- equals(Object) - Method in class org.apache.commons.lang3.Range
-
Compares this range to another object to test if they are equal.
- equals(Object) - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.Check if this extended message format is equal to another object.
- equals(Object) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Checks the contents of this builder against another to see if they contain the same character content.
- equals(Object) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Compares two objects for equality.
- equals(Object) - Method in class org.apache.commons.lang3.time.FastDateParser
-
Compares another object for equality with this object.
- equals(Object) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
Compares two objects for equality.
- equals(Object, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Deprecated.this method has been replaced by
java.util.Objects.equals(Object, Object)
in Java 7 and will be removed from future releases. - equals(ByteBuf, ByteBuf) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufUtil
-
Returns
true
if and only if the two specified buffers are identical to each other as described inChannelBuffer#equals(Object)
. - equals(StrBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Checks the contents of this builder against another to see if they contain the same character content.
- equalsAny(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Compares given
string
to a CharSequences vararg ofsearchStrings
, returningtrue
if thestring
is equal to any of thesearchStrings
. - equalsAnyIgnoreCase(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Compares given
string
to a CharSequences vararg ofsearchStrings
, returningtrue
if thestring
is equal to any of thesearchStrings
, ignoring case. - equalsIgnoreCase(CharSequence, CharSequence) - Static method in class com.google.common.base.Ascii
-
Indicates whether the contents of the given character sequences
s1
ands2
are equal, ignoring the case of any ASCII alphabetic characters between'a'
and'z'
or'A'
and'Z'
inclusive. - equalsIgnoreCase(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Compares two CharSequences, returning
true
if they represent equal sequences of characters, ignoring case. - equalsIgnoreCase(StrBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Checks the contents of this builder against another to see if they contain the same character content ignoring case.
- equalTo(A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
-
Checks if the object passed to
ComparableUtils.is(A)
is equal tob
- equalTo(T) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if the object being testedequals()
the given target or both are null. - equipmentDropChances - Variable in class net.minecraft.entity.EntityLiving
-
+ Chances for each equipment piece from dropping when this entity dies.
- equipmentSlot - Variable in class net.minecraft.network.play.server.S04PacketEntityEquipment
- Equivalence<T> - Class in com.google.common.base
-
A strategy for determining whether two instances are considered equivalent.
- Equivalence() - Constructor for class com.google.common.base.Equivalence
-
Constructor for use by subclasses.
- Equivalence.Wrapper<T> - Class in com.google.common.base
-
Wraps an object so that
Equivalence.Wrapper.equals(Object)
andEquivalence.Wrapper.hashCode()
delegate to anEquivalence
. - equivalent(T, T) - Method in class com.google.common.base.Equivalence
-
Returns
true
if the given objects are considered equivalent. - equivalentTo(T) - Method in class com.google.common.base.Equivalence
-
Returns a predicate that evaluates to true if and only if the input is equivalent to
target
according to this equivalence relation. - erase(Object, Object) - Method in class com.google.common.collect.ArrayTable
-
Associates the value
null
with the specified keys, assuming both keys are valid. - eraseAll() - Method in class com.google.common.collect.ArrayTable
-
Associates the value
null
with every pair of allowed row and column keys. - error(String) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- error(String, Object...) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- error(Throwable) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- ERROR - net.lax1dude.eaglercraft.v1_8.log4j.Level
- ERROR - net.minecraft.client.stream.IStream.AuthFailureReason
- ESC - Static variable in class com.google.common.base.Ascii
-
Escape: A control character intended to provide code extension (supplementary characters) in general information interchange.
- escape(char) - Method in class com.google.common.escape.ArrayBasedCharEscaper
-
Escapes a single character using the replacement array and safe range values.
- escape(char) - Method in class com.google.common.escape.CharEscaper
-
Returns the escaped form of the given character, or
null
if this character does not need to be escaped. - escape(int) - Method in class com.google.common.escape.ArrayBasedUnicodeEscaper
-
Escapes a single Unicode code point using the replacement array and safe range values.
- escape(int) - Method in class com.google.common.escape.UnicodeEscaper
-
Returns the escaped form of the given Unicode code point, or
null
if this code point does not need to be escaped. - escape(String) - Method in class com.google.common.escape.ArrayBasedCharEscaper
- escape(String) - Method in class com.google.common.escape.ArrayBasedUnicodeEscaper
- escape(String) - Method in class com.google.common.escape.CharEscaper
-
Returns the escaped form of a given literal string.
- escape(String) - Method in class com.google.common.escape.Escaper
-
Returns the escaped form of a given literal string.
- escape(String) - Method in class com.google.common.escape.UnicodeEscaper
-
Returns the escaped form of a given literal string.
- Escaper - Class in com.google.common.escape
-
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
- Escaper() - Constructor for class com.google.common.escape.Escaper
-
Constructor for use by subclasses.
- Escapers - Class in com.google.common.escape
-
Static utility methods pertaining to
Escaper
instances. - Escapers.Builder - Class in com.google.common.escape
-
A builder for simple, fast escapers.
- escapeSlow(String, int) - Method in class com.google.common.escape.CharEscaper
-
Returns the escaped form of a given literal string, starting at the given index.
- escapeSlow(String, int) - Method in class com.google.common.escape.UnicodeEscaper
-
Returns the escaped form of a given literal string, starting at the given index.
- escapeUnsafe(char) - Method in class com.google.common.escape.ArrayBasedCharEscaper
-
Escapes a
char
value that has no direct explicit value in the replacement array and lies outside the stated safe range. - escapeUnsafe(int) - Method in class com.google.common.escape.ArrayBasedUnicodeEscaper
-
Escapes a code point that has no direct explicit value in the replacement array and lies outside the stated safe range.
- ETB - Static variable in class com.google.common.base.Ascii
-
End of Transmission Block: A communication control character used to indicate the end of a block of data for communication purposes.
- ETX - Static variable in class com.google.common.base.Ascii
-
End of Text: A communication control character used to terminate a sequence of characters started with STX and transmitted as an entity.
- EventHandler - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- eventType - Variable in class net.minecraft.network.play.server.S42PacketCombatEvent
- EVERYTHING - net.minecraft.block.BlockPressurePlate.Sensitivity
- EvictingQueue<E> - Class in com.google.common.collect
-
A non-blocking queue which automatically evicts elements from the head of the queue when attempting to add new elements onto the queue and it is full.
- evictSkin(EaglercraftUUID) - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache
- ExceptionUtils - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- ExceptionUtils() - Constructor for class net.lax1dude.eaglercraft.v1_8.ExceptionUtils
- Exclusive - Annotation Type in javax.annotation.meta
-
This annotation can be applied to the value() element of an annotation that is annotated as a TypeQualifier.
- exclusiveBetween(double, double, double) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception.
- exclusiveBetween(double, double, double, String) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception with the specified message.
- exclusiveBetween(long, long, long) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception.
- exclusiveBetween(long, long, long, String) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception with the specified message.
- exclusiveBetween(T, T, Comparable<T>) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception.
- exclusiveBetween(T, T, Comparable<T>, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception with the specified message.
- execFuncBaseData(String) - Method in class net.zxmushroom63.plugins.BaseData
- execFuncObject(String) - Method in class net.zxmushroom63.plugins.BaseData
- execFuncString(String) - Method in class net.zxmushroom63.plugins.BaseData
- executeCommand(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntitySign
- ExecutionException - Exception in net.lax1dude.eaglercraft.v1_8.futures
-
Copyright (c) 2022-2023 LAX1DUDE.
- ExecutionException() - Constructor for exception net.lax1dude.eaglercraft.v1_8.futures.ExecutionException
- ExecutionException(String) - Constructor for exception net.lax1dude.eaglercraft.v1_8.futures.ExecutionException
- ExecutionException(String, Throwable) - Constructor for exception net.lax1dude.eaglercraft.v1_8.futures.ExecutionException
- ExecutionException(Throwable) - Constructor for exception net.lax1dude.eaglercraft.v1_8.futures.ExecutionException
- Executors - Class in net.lax1dude.eaglercraft.v1_8.futures
-
Copyright (c) 2022-2023 LAX1DUDE.
- Executors() - Constructor for class net.lax1dude.eaglercraft.v1_8.futures.Executors
- Exhaustive - Annotation Type in javax.annotation.meta
-
This annotation can be applied to the value() element of an annotation that is annotated as a TypeQualifier.
- exists - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- exists() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- exists() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- exists() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- exit() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- exit() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- expand(double, double, double) - Method in class net.minecraft.util.AxisAlignedBB
-
+ Returns a bounding box expanded by the specified vector (if negative numbers are given it will shrink).
- expectedFpp() - Method in class com.google.common.hash.BloomFilter
-
Returns the probability that BloomFilter.mightContain(Object) will erroneously return
true
for an object that has not actually been put in theBloomFilter
. - expectedSize(int) - Method in class com.google.common.collect.MinMaxPriorityQueue.Builder
-
Configures this builder to build min-max priority queues with an initial expected size of
expectedSize
. - expectedSize(int) - Static method in class com.google.common.collect.MinMaxPriorityQueue
-
Creates and returns a new builder, configured to build
MinMaxPriorityQueue
instances sized appropriately to holdexpectedSize
elements. - experience - Variable in class net.minecraft.entity.player.EntityPlayer
- experience_bottle - Static variable in class net.minecraft.init.Items
- experienceLevel - Variable in class net.minecraft.entity.player.EntityPlayer
- experienceTotal - Variable in class net.minecraft.entity.player.EntityPlayer
- experienceValue - Variable in class net.minecraft.entity.EntityLiving
- explicit(List<T>) - Static method in class com.google.common.collect.Ordering
-
Returns an ordering that compares objects according to the order in which they appear in the given list.
- explicit(T, T...) - Static method in class com.google.common.collect.Ordering
-
Returns an ordering that compares objects according to the order in which they are given to this method.
- explode(World, BlockPos, IBlockState, EntityLivingBase) - Method in class net.minecraft.block.BlockTNT
- EXPLODE - Static variable in class net.minecraft.block.BlockTNT
- explodeCart(double) - Method in class net.minecraft.entity.item.EntityMinecartTNT
-
+ Makes the minecart explode.
- explorationBiomesList - Static variable in class net.minecraft.world.biome.BiomeGenBase
- exploreAllBiomes - Static variable in class net.minecraft.stats.AchievementList
- Explosion - Class in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Explosion(World, Entity, double, double, double, float, boolean, boolean) - Constructor for class net.minecraft.world.Explosion
- Explosion(World, Entity, double, double, double, float, boolean, boolean, List<BlockPos>) - Constructor for class net.minecraft.world.Explosion
- Explosion(World, Entity, double, double, double, float, List<BlockPos>) - Constructor for class net.minecraft.world.Explosion
- EXPLOSION_HUGE - net.minecraft.util.EnumParticleTypes
- EXPLOSION_LARGE - net.minecraft.util.EnumParticleTypes
- EXPLOSION_NORMAL - net.minecraft.util.EnumParticleTypes
- explosionPower - Variable in class net.minecraft.entity.projectile.EntityLargeFireball
- EXTENDED - Static variable in class net.minecraft.block.BlockPistonBase
- ExtendedBlockStorage - Class in net.minecraft.world.chunk.storage
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ExtendedBlockStorage(int, boolean) - Constructor for class net.minecraft.world.chunk.storage.ExtendedBlockStorage
- extendedLevelsInChunkCache() - Method in class net.minecraft.world.ChunkCache
-
+ set by !chunk.getAreLevelsEmpty
- extendedLevelsInChunkCache() - Method in interface net.minecraft.world.IBlockAccess
-
+ set by !chunk.getAreLevelsEmpty
- extendedLevelsInChunkCache() - Method in class net.minecraft.world.World
-
+ set by !chunk.getAreLevelsEmpty
- ExtendedMessageFormat - Class in org.apache.commons.lang3.text
-
Deprecated.as of 3.6, use commons-text ExtendedMessageFormat instead
- ExtendedMessageFormat(String) - Constructor for class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.Create a new ExtendedMessageFormat for the default locale.
- ExtendedMessageFormat(String, Locale) - Constructor for class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.Create a new ExtendedMessageFormat.
- ExtendedMessageFormat(String, Locale, Map<String, ? extends FormatFactory>) - Constructor for class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.Create a new ExtendedMessageFormat.
- ExtendedMessageFormat(String, Map<String, ? extends FormatFactory>) - Constructor for class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.Create a new ExtendedMessageFormat for the default locale.
- extendedReach() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
-
+ true for hitting entities far away.
- extinguish() - Method in class net.minecraft.entity.Entity
-
+ Removes fire from entity.
- extinguishFire(EntityPlayer, BlockPos, EnumFacing) - Method in class net.minecraft.world.World
-
+ Attempts to extinguish a fire
- extractDragMode(int) - Static method in class net.minecraft.inventory.Container
-
+ Extracts the drag mode.
- Extracted() - Constructor for class net.minecraft.network.play.server.S21PacketChunkData.Extracted
- extractedData - Variable in class net.minecraft.network.play.server.S21PacketChunkData
- extremeHills - Static variable in class net.minecraft.world.biome.BiomeGenBase
- extremeHillsEdge - Static variable in class net.minecraft.world.biome.BiomeGenBase
- extremeHillsPlus - Static variable in class net.minecraft.world.biome.BiomeGenBase
- EYE - Static variable in class net.minecraft.block.BlockEndPortalFrame
F
- face - Variable in class net.minecraft.client.renderer.block.model.BakedQuad
- FaceBakery - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- FaceBakery() - Constructor for class net.minecraft.client.renderer.block.model.FaceBakery
- faceEntity(Entity, float, float) - Method in class net.minecraft.entity.EntityLiving
-
+ Changes pitch and yaw so that the entity calling the function is facing the entity provided as an argument.
- faceQuads - Variable in class net.minecraft.client.resources.model.SimpleBakedModel
- FACING - Static variable in class net.minecraft.block.BlockAnvil
- FACING - Static variable in class net.minecraft.block.BlockBanner
- FACING - Static variable in class net.minecraft.block.BlockButton
- FACING - Static variable in class net.minecraft.block.BlockChest
- FACING - Static variable in class net.minecraft.block.BlockDirectional
- FACING - Static variable in class net.minecraft.block.BlockDispenser
- FACING - Static variable in class net.minecraft.block.BlockDoor
- FACING - Static variable in class net.minecraft.block.BlockEnderChest
- FACING - Static variable in class net.minecraft.block.BlockEndPortalFrame
- FACING - Static variable in class net.minecraft.block.BlockFurnace
- FACING - Static variable in class net.minecraft.block.BlockHopper
- FACING - Static variable in class net.minecraft.block.BlockLadder
- FACING - Static variable in class net.minecraft.block.BlockLever
- FACING - Static variable in class net.minecraft.block.BlockPistonBase
- FACING - Static variable in class net.minecraft.block.BlockPistonExtension
- FACING - Static variable in class net.minecraft.block.BlockPistonMoving
- FACING - Static variable in class net.minecraft.block.BlockSkull
- FACING - Static variable in class net.minecraft.block.BlockStairs
- FACING - Static variable in class net.minecraft.block.BlockStem
- FACING - Static variable in class net.minecraft.block.BlockTorch
- FACING - Static variable in class net.minecraft.block.BlockTrapDoor
- FACING - Static variable in class net.minecraft.block.BlockTripWireHook
- FACING - Static variable in class net.minecraft.block.BlockWallSign
- FACING_DEFAULT - Static variable in class net.minecraft.client.renderer.block.model.BlockPartFace
- facingDirection - Variable in class net.minecraft.entity.EntityHanging
- facings() - Method in enum net.minecraft.util.EnumFacing.Plane
- factorial(int) - Static method in class com.google.common.math.BigIntegerMath
-
Returns
n!
, that is, the product of the firstn
positive integers, or1
ifn == 0
. - factorial(int) - Static method in class com.google.common.math.DoubleMath
-
Returns
n!
, that is, the product of the firstn
positive integers,1
ifn == 0
, or e n!}, orDouble.POSITIVE_INFINITY
ifn! > Double.MAX_VALUE
. - factorial(int) - Static method in class com.google.common.math.IntMath
-
Returns
n!
, that is, the product of the firstn
positive integers,1
ifn == 0
, orInteger.MAX_VALUE
if the result does not fit in aint
. - factorial(int) - Static method in class com.google.common.math.LongMath
-
Returns
n!
, that is, the product of the firstn
positive integers,1
ifn == 0
, orLong.MAX_VALUE
if the result does not fit in along
. - Factory() - Constructor for class net.minecraft.client.particle.Barrier.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityAuraFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityBlockDustFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityBreakingFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityBubbleFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityCloudFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityCrit2FX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityCritFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityDiggingFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityExplodeFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityFirework.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityFishWakeFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityFlameFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityFootStepFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityHeartFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityHugeExplodeFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityLargeExplodeFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityLavaFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityNoteFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityPortalFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityRainFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntityReddustFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntitySmokeFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntitySnowShovelFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntitySpellParticleFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntitySplashFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.EntitySuspendFX.Factory
- Factory() - Constructor for class net.minecraft.client.particle.MobAppearance.Factory
- FactoryBlockPattern - Class in net.minecraft.block.state.pattern
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- fadeInTime - Variable in class net.minecraft.network.play.server.S45PacketTitle
- fadeOutTime - Variable in class net.minecraft.network.play.server.S45PacketTitle
- Failable - Class in org.apache.commons.lang3.function
-
This class provides utility functions, and classes for working with the
java.util.function
package, or more generally, with Java 8 lambdas. - FailableBiConsumer<T,U,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
BiConsumer
that declares aThrowable
. - FailableBiFunction<T,U,R,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
BiFunction
that declares aThrowable
. - FailableBiPredicate<T,U,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
BiPredicate
that declares aThrowable
. - FailableBooleanSupplier<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
BooleanSupplier
that declares aThrowable
. - FailableCallable<R,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
Callable
that declares aThrowable
. - FailableConsumer<T,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
Consumer
that declares aThrowable
. - FailableDoubleBinaryOperator<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
DoubleBinaryOperator
that declares aThrowable
. - FailableDoubleConsumer<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
DoubleConsumer
that declares aThrowable
. - FailableDoubleFunction<R,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
DoubleFunction
that declares aThrowable
. - FailableDoublePredicate<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
DoublePredicate
that declares aThrowable
. - FailableDoubleSupplier<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
DoubleSupplier
that declares aThrowable
. - FailableDoubleToIntFunction<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
DoubleToIntFunction
that declares aThrowable
. - FailableDoubleToLongFunction<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
DoubleToLongFunction
that declares aThrowable
. - FailableDoubleUnaryOperator<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
DoubleUnaryOperator
that declares aThrowable
. - FailableFunction<T,R,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
Function
that declares aThrowable
. - FailableIntBinaryOperator<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
IntBinaryOperator
that declares aThrowable
. - FailableIntConsumer<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
IntConsumer
that declares aThrowable
. - FailableIntFunction<R,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
IntFunction
that declares aThrowable
. - FailableIntPredicate<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
IntPredicate
that declares aThrowable
. - FailableIntSupplier<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
IntSupplier
that declares aThrowable
. - FailableIntToDoubleFunction<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
IntToDoubleFunction
that declares aThrowable
. - FailableIntToLongFunction<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
IntToLongFunction
that declares aThrowable
. - FailableIntUnaryOperator<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
IntUnaryOperator
that declares aThrowable
. - FailableLongBinaryOperator<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
LongBinaryOperator
that declares aThrowable
. - FailableLongConsumer<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
LongConsumer
that declares aThrowable
. - FailableLongFunction<R,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
LongFunction
that declares aThrowable
. - FailableLongPredicate<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
LongPredicate
that declares aThrowable
. - FailableLongSupplier<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
LongSupplier
that declares aThrowable
. - FailableLongToDoubleFunction<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
LongToDoubleFunction
that declares aThrowable
. - FailableLongToIntFunction<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
LongToIntFunction
that declares aThrowable
. - FailableLongUnaryOperator<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
LongUnaryOperator
that declares aThrowable
. - FailableObjDoubleConsumer<T,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
ObjDoubleConsumer
that declares aThrowable
. - FailableObjIntConsumer<T,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
ObjIntConsumer
that declares aThrowable
. - FailableObjLongConsumer<T,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
ObjLongConsumer
that declares aThrowable
. - FailablePredicate<T,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
Predicate
that declares aThrowable
. - FailableRunnable<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
Runnable
that declares aThrowable
. - FailableShortSupplier<E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
IntSupplier
but forshort
that declares aThrowable
. - FailableStream(Stream<O>) - Constructor for class org.apache.commons.lang3.stream.Streams.FailableStream
-
Constructs a new instance with the given
stream
. - FailableStream(Stream<O>) - Constructor for class org.apache.commons.lang3.Streams.FailableStream
-
Deprecated.Constructs a new instance with the given
stream
. - FailableSupplier<R,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
Supplier
that declares aThrowable
. - FailableToDoubleBiFunction<T,U,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
ToDoubleBiFunction
that declares aThrowable
. - FailableToDoubleFunction<T,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
ToDoubleFunction
that declares aThrowable
. - FailableToIntBiFunction<T,U,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
ToIntBiFunction
that declares aThrowable
. - FailableToIntFunction<T,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
ToIntFunction
that declares aThrowable
. - FailableToLongBiFunction<T,U,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
ToLongBiFunction
that declares aThrowable
. - FailableToLongFunction<T,E extends java.lang.Throwable> - Interface in org.apache.commons.lang3.function
-
A functional interface like
ToLongFunction
that declares aThrowable
. - FAILED - net.lax1dude.eaglercraft.v1_8.internal.EnumEaglerConnectionState
- FAILED - net.lax1dude.eaglercraft.v1_8.internal.IServerQuery.QueryReadyState
- FAILED_DOWNLOAD - net.minecraft.network.play.client.C19PacketResourcePackStatus.Action
- failedError - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.DatabaseOpen
- failedError - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSHandle
- failedInit - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.DatabaseOpen
- failedInit - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSHandle
- failedLocked - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.DatabaseOpen
- failedLocked - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSHandle
- fall - Static variable in class net.minecraft.util.DamageSource
- fall(float, float) - Method in class net.minecraft.entity.boss.EntityWither
- fall(float, float) - Method in class net.minecraft.entity.Entity
- fall(float, float) - Method in class net.minecraft.entity.EntityFlying
- fall(float, float) - Method in class net.minecraft.entity.EntityLivingBase
- fall(float, float) - Method in class net.minecraft.entity.item.EntityFallingBlock
- fall(float, float) - Method in class net.minecraft.entity.item.EntityMinecartTNT
- fall(float, float) - Method in class net.minecraft.entity.monster.EntityBlaze
- fall(float, float) - Method in class net.minecraft.entity.monster.EntityCreeper
- fall(float, float) - Method in class net.minecraft.entity.monster.EntityGolem
- fall(float, float) - Method in class net.minecraft.entity.monster.EntityMagmaCube
- fall(float, float) - Method in class net.minecraft.entity.passive.EntityBat
- fall(float, float) - Method in class net.minecraft.entity.passive.EntityChicken
- fall(float, float) - Method in class net.minecraft.entity.passive.EntityHorse
- fall(float, float) - Method in class net.minecraft.entity.passive.EntityOcelot
- fall(float, float) - Method in class net.minecraft.entity.passive.EntityPig
- fall(float, float) - Method in class net.minecraft.entity.player.EntityPlayer
- FallbackResourceManager - Class in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- FallbackResourceManager(IMetadataSerializer) - Constructor for class net.minecraft.client.resources.FallbackResourceManager
- fallDistance - Variable in class net.minecraft.entity.Entity
- fallingBlock - Static variable in class net.minecraft.util.DamageSource
- fallInstantly - Static variable in class net.minecraft.block.BlockFalling
- fallTime - Variable in class net.minecraft.entity.item.EntityFallingBlock
- FALSE - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.BooleanResult
- FALSE - Static variable in class org.apache.commons.lang3.BooleanUtils
-
The false String
"false"
. - FALSE - Static variable in interface org.apache.commons.lang3.function.FailableBiPredicate
-
FALSE singleton
- FALSE - Static variable in interface org.apache.commons.lang3.function.FailableDoublePredicate
-
FALSE singleton
- FALSE - Static variable in interface org.apache.commons.lang3.function.FailableIntPredicate
-
FALSE singleton
- FALSE - Static variable in interface org.apache.commons.lang3.function.FailableLongPredicate
-
FALSE singleton
- FALSE - Static variable in interface org.apache.commons.lang3.function.FailablePredicate
-
FALSE singleton
- falsePredicate() - Static method in interface org.apache.commons.lang3.function.FailableBiPredicate
-
Returns The FALSE singleton.
- falsePredicate() - Static method in interface org.apache.commons.lang3.function.FailableDoublePredicate
-
Returns The FALSE singleton.
- falsePredicate() - Static method in interface org.apache.commons.lang3.function.FailableIntPredicate
-
Returns The FALSE singleton.
- falsePredicate() - Static method in interface org.apache.commons.lang3.function.FailableLongPredicate
-
Returns The FALSE singleton.
- falsePredicate() - Static method in interface org.apache.commons.lang3.function.FailablePredicate
-
Returns The FALSE singleton.
- fancyGraphics - Variable in class net.minecraft.block.BlockLeavesBase
- fancyGraphics - Variable in class net.minecraft.client.settings.GameSettings
- farmland - Static variable in class net.minecraft.init.Blocks
- FastDateFormat - Class in org.apache.commons.lang3.time
-
FastDateFormat is a fast and thread-safe version of
SimpleDateFormat
. - FastDateFormat(String, TimeZone, Locale) - Constructor for class org.apache.commons.lang3.time.FastDateFormat
-
Constructs a new FastDateFormat.
- FastDateFormat(String, TimeZone, Locale, Date) - Constructor for class org.apache.commons.lang3.time.FastDateFormat
-
Constructs a new FastDateFormat.
- FastDateParser - Class in org.apache.commons.lang3.time
-
FastDateParser is a fast and thread-safe version of
SimpleDateFormat
. - FastDateParser(String, TimeZone, Locale) - Constructor for class org.apache.commons.lang3.time.FastDateParser
-
Constructs a new FastDateParser.
- FastDateParser(String, TimeZone, Locale, Date) - Constructor for class org.apache.commons.lang3.time.FastDateParser
-
Constructs a new FastDateParser.
- FastDatePrinter - Class in org.apache.commons.lang3.time
-
FastDatePrinter is a fast and thread-safe version of
SimpleDateFormat
. - FastDatePrinter(String, TimeZone, Locale) - Constructor for class org.apache.commons.lang3.time.FastDatePrinter
-
Constructs a new FastDatePrinter.
- FastTimeZone - Class in org.apache.commons.lang3.time
-
Faster methods to produce custom time zones.
- fatal(String) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- fatal(String, Object...) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- fatal(Throwable) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- FATAL - net.lax1dude.eaglercraft.v1_8.log4j.Level
- FBO_ENABLE - net.minecraft.client.settings.GameSettings.Options
- fboEnable - Variable in class net.minecraft.client.settings.GameSettings
- feather - Static variable in class net.minecraft.init.Items
- featherFalling - Static variable in class net.minecraft.enchantment.Enchantment
- fermented_spider_eye - Static variable in class net.minecraft.init.Items
- fermentedSpiderEyeEffect - Static variable in class net.minecraft.potion.PotionHelper
- FERN - net.minecraft.block.BlockDoublePlant.EnumPlantType
- FERN - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- FERN - net.minecraft.block.BlockTallGrass.EnumType
- FF - Static variable in class com.google.common.base.Ascii
-
Form Feed ('\f'): A format effector which controls the movement of the printing position to the first pre-determined printing line on the next form or page.
- field_110278_bp - Variable in class net.minecraft.entity.passive.EntityHorse
- field_110279_bq - Variable in class net.minecraft.entity.passive.EntityHorse
- field_110723_a - Variable in class net.minecraft.client.model.ModelLeashKnot
- field_111202_k - Static variable in class net.minecraft.stats.StatBase
- field_145924_q - Variable in class net.minecraft.tileentity.TileEntityEnchantmentTable
- field_145929_l - Variable in class net.minecraft.tileentity.TileEntityEnchantmentTable
- field_145932_k - Variable in class net.minecraft.tileentity.TileEntityEnchantmentTable
- field_146161_f - Variable in class net.minecraft.client.gui.GuiLabel
- field_146162_g - Variable in class net.minecraft.client.gui.GuiLabel
- field_146167_a - Variable in class net.minecraft.client.gui.GuiLabel
- field_146174_h - Variable in class net.minecraft.client.gui.GuiLabel
- field_146442_a - Variable in class net.minecraft.client.gui.GuiOptions
- field_146507_a - Variable in class net.minecraft.client.gui.GuiScreenOptionsSounds
- field_146555_f - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_146557_g - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_146563_h - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_146564_i - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_146565_w - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_146566_v - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_146567_u - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_146568_t - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_146569_s - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_146570_r - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_146573_x - Variable in class net.minecraft.client.gui.achievement.GuiAchievements
- field_147069_w - Variable in class net.minecraft.client.gui.GuiEnchantment
- field_147071_v - Variable in class net.minecraft.client.gui.GuiEnchantment
- field_147073_u - Variable in class net.minecraft.client.gui.GuiEnchantment
- field_147076_A - Variable in class net.minecraft.client.gui.GuiEnchantment
- field_147080_z - Variable in class net.minecraft.client.gui.GuiEnchantment
- field_147081_y - Variable in class net.minecraft.client.gui.GuiEnchantment
- field_147082_x - Variable in class net.minecraft.client.gui.GuiEnchantment
- field_148163_i - Variable in class net.minecraft.client.gui.GuiSlot
- field_148204_l - Variable in class net.minecraft.client.gui.GuiResourcePackList
- field_149069_g - Variable in class net.minecraft.network.play.server.S14PacketEntity
- field_150609_ah - Variable in class net.minecraft.world.biome.BiomeGenBase
- field_150628_aC - Variable in class net.minecraft.world.biome.BiomeGenPlains
- field_151512_d - Variable in class net.minecraft.entity.EntityList.EntityEggInfo
- field_151513_e - Variable in class net.minecraft.entity.EntityList.EntityEggInfo
- field_151610_d - Variable in class net.minecraft.world.gen.NoiseGeneratorSimplex
- field_151612_b - Variable in class net.minecraft.world.gen.NoiseGeneratorSimplex
- field_151613_c - Variable in class net.minecraft.world.gen.NoiseGeneratorSimplex
- field_151614_a - Static variable in class net.minecraft.world.gen.NoiseGeneratorSimplex
- field_175204_i - Variable in class net.minecraft.client.gui.GuiLabel
- field_175269_a - Static variable in class net.minecraft.client.gui.GuiSpectator
- field_175502_b - Variable in class net.minecraft.entity.EntityAgeable
- field_175503_c - Variable in class net.minecraft.entity.EntityAgeable
- field_175611_D - Variable in class net.minecraft.client.Minecraft
- field_175613_B - Variable in class net.minecraft.client.Minecraft
- field_175614_C - Variable in class net.minecraft.client.Minecraft
- field_176608_l - Static variable in class net.minecraft.client.renderer.texture.TextureCompass
- field_177084_a - Variable in class net.minecraft.client.renderer.entity.RenderSnowball
- field_177186_d - Variable in class net.minecraft.client.renderer.entity.layers.LayerArmorBase
- field_177189_c - Variable in class net.minecraft.client.renderer.entity.layers.LayerArmorBase
- field_178041_q - Variable in class net.minecraft.client.gui.GuiSlot
- field_178151_h - Variable in class net.minecraft.inventory.ContainerEnchantment
- field_178229_m - Variable in enum net.minecraft.client.renderer.BlockModelRenderer.Orientation
- field_178276_g - Variable in enum net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- field_178284_l - Variable in enum net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- field_178285_m - Variable in enum net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- field_178286_j - Variable in enum net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- field_178287_k - Variable in enum net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- field_178288_h - Variable in enum net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- field_178289_i - Variable in enum net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- field_178657_a - Static variable in class net.minecraft.client.gui.spectator.SpectatorMenu
- field_178792_h - Static variable in interface net.minecraft.scoreboard.IScoreObjectiveCriteria
- field_178793_i - Static variable in interface net.minecraft.scoreboard.IScoreObjectiveCriteria
- field_178827_f - Variable in enum net.minecraft.scoreboard.Team.EnumVisible
- field_178830_e - Variable in enum net.minecraft.scoreboard.Team.EnumVisible
- field_179182_b - Variable in class net.minecraft.client.renderer.EnumFaceDirection.VertexInformation
- field_179183_c - Variable in class net.minecraft.client.renderer.EnumFaceDirection.VertexInformation
- field_179184_a - Variable in class net.minecraft.client.renderer.EnumFaceDirection.VertexInformation
- field_179761_a - Variable in class net.minecraft.network.play.server.S46PacketSetCompressionLevel
- field_179772_d - Variable in class net.minecraft.network.play.server.S42PacketCombatEvent
- field_179774_b - Variable in class net.minecraft.network.play.server.S42PacketCombatEvent
- field_179775_c - Variable in class net.minecraft.network.play.server.S42PacketCombatEvent
- field_179886_a - Static variable in exception net.minecraft.network.ThreadQuickExitException
- field_180001_A - Static variable in enum net.minecraft.entity.item.EntityPainting.EnumArt
- field_180143_D - Static variable in class net.minecraft.potion.Potion
- field_180144_E - Static variable in class net.minecraft.potion.Potion
- field_180145_F - Static variable in class net.minecraft.potion.Potion
- field_180146_G - Static variable in class net.minecraft.potion.Potion
- field_180147_A - Static variable in class net.minecraft.potion.Potion
- field_180148_B - Static variable in class net.minecraft.potion.Potion
- field_180149_C - Static variable in class net.minecraft.potion.Potion
- field_180151_b - Static variable in class net.minecraft.potion.Potion
- field_180153_z - Static variable in class net.minecraft.potion.Potion
- field_180279_ad - Static variable in class net.minecraft.world.biome.BiomeGenBase
- field_180377_c - Variable in class net.minecraft.entity.ai.attributes.BaseAttributeMap
- field_181016_an - Variable in class net.minecraft.entity.Entity
- field_181017_ao - Variable in class net.minecraft.entity.Entity
- field_181018_ap - Variable in class net.minecraft.entity.Entity
- field_181059_a - Variable in class net.minecraft.util.Vector3d
- field_181060_b - Variable in class net.minecraft.util.Vector3d
- field_181061_c - Variable in class net.minecraft.util.Vector3d
- field_181083_K - Variable in class net.minecraft.block.Block
- field_181084_N - Static variable in class net.minecraft.block.BlockDoublePlant
- field_181150_U - Variable in class net.minecraft.client.settings.GameSettings
- field_181151_V - Variable in class net.minecraft.client.settings.GameSettings
- field_181542_y - Variable in class net.minecraft.client.Minecraft
- field_181657_aC - Variable in class net.minecraft.client.settings.GameSettings
- field_181690_b - Static variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- field_181691_c - Static variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- field_181692_d - Static variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- field_181693_e - Static variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- field_181694_f - Static variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- field_181695_g - Static variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- field_181696_h - Static variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- field_181697_i - Static variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- field_181698_j - Static variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- field_181723_aa - Static variable in class net.minecraft.stats.StatList
- field_181724_H - Static variable in class net.minecraft.stats.StatList
- field_181725_I - Static variable in class net.minecraft.stats.StatList
- field_181726_J - Static variable in class net.minecraft.stats.StatList
- field_181727_K - Static variable in class net.minecraft.stats.StatList
- field_181728_L - Static variable in class net.minecraft.stats.StatList
- field_181729_M - Static variable in class net.minecraft.stats.StatList
- field_181730_N - Static variable in class net.minecraft.stats.StatList
- field_181731_O - Static variable in class net.minecraft.stats.StatList
- field_181732_P - Static variable in class net.minecraft.stats.StatList
- field_181733_Q - Static variable in class net.minecraft.stats.StatList
- field_181734_R - Static variable in class net.minecraft.stats.StatList
- field_181735_S - Static variable in class net.minecraft.stats.StatList
- field_181736_T - Static variable in class net.minecraft.stats.StatList
- field_181737_U - Static variable in class net.minecraft.stats.StatList
- field_181738_V - Static variable in class net.minecraft.stats.StatList
- field_181739_W - Static variable in class net.minecraft.stats.StatList
- field_181740_X - Static variable in class net.minecraft.stats.StatList
- field_181741_Y - Static variable in class net.minecraft.stats.StatList
- field_181742_Z - Static variable in class net.minecraft.stats.StatList
- field_183018_l - Variable in class net.minecraft.client.settings.GameSettings
- field_70741_aB - Variable in class net.minecraft.entity.EntityLivingBase
- field_70769_ao - Variable in class net.minecraft.entity.EntityLivingBase
- field_70770_ap - Variable in class net.minecraft.entity.EntityLivingBase
- field_70884_g - Variable in class net.minecraft.entity.passive.EntityChicken
- field_70888_h - Variable in class net.minecraft.entity.passive.EntityChicken
- field_76330_b - Variable in class net.minecraft.profiler.Profiler.Result
- field_76331_c - Variable in class net.minecraft.profiler.Profiler.Result
- field_76332_a - Variable in class net.minecraft.profiler.Profiler.Result
- field_77070_b - Variable in class net.minecraft.client.renderer.entity.RenderBiped
- field_77924_a - Static variable in class net.minecraft.potion.PotionHelper
- field_78841_f - Variable in class net.minecraft.client.multiplayer.ServerData
- field_82569_d - Variable in class net.minecraft.world.storage.MapData.MapInfo
- field_82900_g - Variable in class net.minecraft.client.model.ModelWitch
- FIGHTERS - net.minecraft.entity.item.EntityPainting.EnumArt
- FILE - net.minecraft.client.audio.SoundList.SoundEntry.Type
- FILE_ENCODING - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
file.encoding
System Property. - FILE_SEPARATOR - com.google.common.base.StandardSystemProperty
-
File separator ("/" on UNIX).
- FILE_SEPARATOR - Static variable in class org.apache.commons.lang3.SystemUtils
-
Deprecated.Use
File#separator
, since it is guaranteed to be a string containing a single character and it does not require a privilege check. - fileChooserHasResult() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- fileChooserHasResult() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformApplication
- FileChooserResult - Class in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- FileChooserResult(String, byte[]) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.FileChooserResult
- fileData - Variable in class net.lax1dude.eaglercraft.v1_8.internal.FileChooserResult
- fileExists(String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- fileExists(IDBDatabase, String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.AsyncHandlers
- fileName - Variable in class net.lax1dude.eaglercraft.v1_8.internal.FileChooserResult
- filePath - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- fileSize - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- FileWriteMode - Enum in com.google.common.io
-
Modes for opening a file for writing.
- fillAlpha() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- fillChunk(byte[], int, boolean) - Method in class net.minecraft.world.chunk.Chunk
-
+ Initialize this chunk with new binary data.
- filled_map - Static variable in class net.minecraft.init.Items
- fillerBlock - Variable in class net.minecraft.world.biome.BiomeGenBase
-
+ The block to fill spots in when not on the top
- fillerBlockMetadata - Variable in class net.minecraft.world.biome.BiomeGenBase
- fillInStackTrace() - Method in exception net.minecraft.network.ThreadQuickExitException
- fillWithRain(World, BlockPos) - Method in class net.minecraft.block.Block
-
+ Called similar to random ticks, but only when it is raining.
- fillWithRain(World, BlockPos) - Method in class net.minecraft.block.BlockCauldron
-
+ Called similar to random ticks, but only when it is raining.
- filter(Predicate<? super E>) - Method in class com.google.common.collect.FluentIterable
-
Returns the elements from this fluent iterable that satisfy a predicate.
- filter(Multiset<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Multisets
-
Returns a view of the elements of
unfiltered
that satisfy a predicate. - filter(Class<T>) - Method in class com.google.common.collect.FluentIterable
-
Returns the elements from this fluent iterable that are instances of class
type
. - filter(Iterable<?>, Class<T>) - Static method in class com.google.common.collect.Iterables
-
Returns all instances of class
type
inunfiltered
. - filter(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
-
Returns the elements of
unfiltered
that satisfy a predicate. - filter(Collection<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Collections2
-
Returns the elements of
unfiltered
that satisfy a predicate. - filter(Iterator<?>, Class<T>) - Static method in class com.google.common.collect.Iterators
-
Returns all instances of class
type
inunfiltered
. - filter(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
-
Returns the elements of
unfiltered
that satisfy a predicate. - filter(NavigableSet<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Sets
-
Returns the elements of a
NavigableSet
,unfiltered
, that satisfy a predicate. - filter(Set<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Sets
-
Returns the elements of
unfiltered
that satisfy a predicate. - filter(SortedSet<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Sets
-
Returns the elements of a
SortedSet
,unfiltered
, that satisfy a predicate. - filter(FailablePredicate<O, ?>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
-
Returns a FailableStream consisting of the elements of this stream that match the given FailablePredicate.
- filter(Functions.FailablePredicate<O, ?>) - Method in class org.apache.commons.lang3.Streams.FailableStream
-
Deprecated.Returns a FailableStream consisting of the elements of this stream that match the given FailablePredicate.
- filterAllowedCharacters(String) - Static method in class net.minecraft.util.ChatAllowedCharacters
-
+ Filter string by only keeping those characters for which isAllowedCharacter() returns true.
- filterEntries(BiMap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Maps
-
Returns a bimap containing the mappings in
unfiltered
that satisfy a predicate. - filterEntries(Multimap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Multimaps
-
Returns a multimap containing the mappings in
unfiltered
that satisfy a predicate. - filterEntries(SetMultimap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Multimaps
-
Returns a multimap containing the mappings in
unfiltered
that satisfy a predicate. - filterEntries(Map<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Maps
-
Returns a map containing the mappings in
unfiltered
that satisfy a predicate. - filterEntries(NavigableMap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Maps
-
Returns a sorted map containing the mappings in
unfiltered
that satisfy a predicate. - filterEntries(SortedMap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class com.google.common.collect.Maps
-
Returns a sorted map containing the mappings in
unfiltered
that satisfy a predicate. - filterKeys(BiMap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Maps
-
Returns a bimap containing the mappings in
unfiltered
whose keys satisfy a predicate. - filterKeys(ListMultimap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Multimaps
-
Returns a multimap containing the mappings in
unfiltered
whose keys satisfy a predicate. - filterKeys(Multimap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Multimaps
-
Returns a multimap containing the mappings in
unfiltered
whose keys satisfy a predicate. - filterKeys(SetMultimap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Multimaps
-
Returns a multimap containing the mappings in
unfiltered
whose keys satisfy a predicate. - filterKeys(Map<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Maps
-
Returns a map containing the mappings in
unfiltered
whose keys satisfy a predicate. - filterKeys(NavigableMap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Maps
-
Returns a navigable map containing the mappings in
unfiltered
whose keys satisfy a predicate. - filterKeys(SortedMap<K, V>, Predicate<? super K>) - Static method in class com.google.common.collect.Maps
-
Returns a sorted map containing the mappings in
unfiltered
whose keys satisfy a predicate. - filterValues(BiMap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Maps
-
Returns a bimap containing the mappings in
unfiltered
whose values satisfy a predicate. - filterValues(Multimap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Multimaps
-
Returns a multimap containing the mappings in
unfiltered
whose values satisfy a predicate. - filterValues(SetMultimap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Multimaps
-
Returns a multimap containing the mappings in
unfiltered
whose values satisfy a predicate. - filterValues(Map<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Maps
-
Returns a map containing the mappings in
unfiltered
whose values satisfy a predicate. - filterValues(NavigableMap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Maps
-
Returns a navigable map containing the mappings in
unfiltered
whose values satisfy a predicate. - filterValues(SortedMap<K, V>, Predicate<? super V>) - Static method in class com.google.common.collect.Maps
-
Returns a sorted map containing the mappings in
unfiltered
whose values satisfy a predicate. - FinalizablePhantomReference<T> - Class in com.google.common.base
-
Phantom reference with a
finalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent. - FinalizablePhantomReference(T, FinalizableReferenceQueue) - Constructor for class com.google.common.base.FinalizablePhantomReference
-
Constructs a new finalizable phantom reference.
- FinalizableReference - Interface in com.google.common.base
-
Implemented by references that have code to run after garbage collection of their referents.
- FinalizableReferenceQueue - Class in com.google.common.base
-
A reference queue with an associated background thread that dequeues references and invokes
FinalizableReference.finalizeReferent()
on them. - FinalizableReferenceQueue() - Constructor for class com.google.common.base.FinalizableReferenceQueue
-
Constructs a new queue.
- FinalizableSoftReference<T> - Class in com.google.common.base
-
Soft reference with a
finalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent. - FinalizableSoftReference(T, FinalizableReferenceQueue) - Constructor for class com.google.common.base.FinalizableSoftReference
-
Constructs a new finalizable soft reference.
- FinalizableWeakReference<T> - Class in com.google.common.base
-
Weak reference with a
finalizeReferent()
method which a background thread invokes after the garbage collector reclaims the referent. - FinalizableWeakReference(T, FinalizableReferenceQueue) - Constructor for class com.google.common.base.FinalizableWeakReference
-
Constructs a new finalizable weak reference.
- finalize() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
- finalizeReferent() - Method in interface com.google.common.base.FinalizableReference
-
Invoked on a background thread after the referent has been garbage collected unless security restrictions prevented starting a background thread, in which case this method is invoked when new references are created.
- find(Iterable<? extends T>, Predicate<? super T>, T) - Static method in class com.google.common.collect.Iterables
-
Returns the first element in
iterable
that satisfies the given predicate, ordefaultValue
if none found. - find(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
-
Returns the first element in
iterable
that satisfies the given predicate; use this method only when such an element is known to exist. - find(Iterator<? extends T>, Predicate<? super T>, T) - Static method in class com.google.common.collect.Iterators
-
Returns the first element in
iterator
that satisfies the given predicate. - find(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
-
Returns the first element in
iterator
that satisfies the given predicate; use this method only when such an element is known to exist. - findingSpawnPoint - Variable in class net.minecraft.world.World
- findMatchingRecipe(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.CraftingManager
-
+ Retrieves an ItemStack that has multiple recipes for it.
- findMinecarts(World, BlockPos, Class<T>, Predicate<Entity>...) - Method in class net.minecraft.block.BlockRailDetector
- findNearestEntityWithinAABB(Class<? extends T>, AxisAlignedBB, T) - Method in class net.minecraft.world.World
- findNextPositivePowerOfTwo(int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.MathUtil
-
Fast method of finding the next power of 2 greater than or equal to the supplied value.
- findThreadById(long) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Finds the active thread with the specified id.
- findThreadById(long, String) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Finds the active thread with the specified id if it belongs to a thread group with the specified group name.
- findThreadById(long, ThreadGroup) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Finds the active thread with the specified id if it belongs to the specified thread group.
- findThreadGroups(ThreadGroup, boolean, ThreadUtils.ThreadGroupPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Select all active threadgroups which match the given predicate and which is a subgroup of the given thread group (or one of its subgroups).
- findThreadGroups(ThreadUtils.ThreadGroupPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Select all active threadgroups which match the given predicate.
- findThreadGroupsByName(String) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Finds active thread groups with the specified group name.
- findThreads(ThreadGroup, boolean, ThreadUtils.ThreadPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Select all active threads which match the given predicate and which belongs to the given thread group (or one of its subgroups).
- findThreads(ThreadUtils.ThreadPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Select all active threads which match the given predicate.
- findThreadsByName(String) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Finds active threads with the specified name.
- findThreadsByName(String, String) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Finds active threads with the specified name if they belong to a thread group with the specified group name.
- findThreadsByName(String, ThreadGroup) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Finds active threads with the specified name if they belong to a specified thread group.
- finish() - Method in class net.lax1dude.eaglercraft.v1_8.crypto.GeneralDigest
- finish() - Method in class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- finishCompileTask() - Method in class net.minecraft.client.renderer.chunk.RenderChunk
- finishDrawing() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
- finisher() - Method in class org.apache.commons.lang3.stream.Streams.ArrayCollector
- finisher() - Method in class org.apache.commons.lang3.Streams.ArrayCollector
-
Deprecated.
- finite(double) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the specified argument is not infinite or
NaN
; otherwise throwing an exception. - finite(double, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the specified argument is not infinite or
NaN
; otherwise throwing an exception with the specified message. - fire - Static variable in class net.minecraft.block.material.Material
- fire - Static variable in class net.minecraft.init.Blocks
- fire_charge - Static variable in class net.minecraft.init.Items
- fireAspect - Static variable in class net.minecraft.enchantment.Enchantment
-
+ Lights mobs on fire
- FIREFOX - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformAgent
- fireProtection - Static variable in class net.minecraft.enchantment.Enchantment
-
+ Protection against fire
- fireResistance - Variable in class net.minecraft.entity.Entity
- fireResistance - Static variable in class net.minecraft.potion.Potion
-
+ The fire resistance Potion object.
- firework_charge - Static variable in class net.minecraft.init.Items
- fireworks - Static variable in class net.minecraft.init.Items
- FIREWORKS_SPARK - net.minecraft.util.EnumParticleTypes
- first() - Method in class com.google.common.collect.FluentIterable
-
Returns an
Optional
containing the first element in this fluent iterable. - first() - Method in class com.google.common.collect.ForwardingSortedSet
- first() - Method in class com.google.common.collect.ImmutableSortedSet
- first() - Method in class net.minecraft.client.resources.model.WeightedBakedModel.Builder
- FIRST_PERSON - net.minecraft.client.renderer.block.model.ItemCameraTransforms.TransformType
- firstEntry() - Method in class com.google.common.collect.ForwardingNavigableMap
- firstEntry() - Method in class com.google.common.collect.ForwardingSortedMultiset
- firstEntry() - Method in class com.google.common.collect.ImmutableSortedMap
- firstEntry() - Method in interface com.google.common.collect.SortedMultiset
-
Returns the entry of the first element in this multiset, or
null
if this multiset is empty. - firstKey() - Method in class com.google.common.collect.ForwardingSortedMap
- firstKey() - Method in class com.google.common.collect.ImmutableSortedMap
- firstMatch(Predicate<? super E>) - Method in class com.google.common.collect.FluentIterable
-
Returns an
Optional
containing the first element in this fluent iterable that satisfies the given predicate, if such an element exists. - firstNonBlank(T...) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns the first value in the array which is not empty (""),
null
or whitespace only. - firstNonEmpty(T...) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns the first value in the array which is not empty.
- firstNonNull(T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Returns the first value in the array which is not
null
. - firstNonNull(T, T) - Static method in class com.google.common.base.Objects
-
Returns the first of two given parameters that is not
null
, if either is, or otherwise throws aNullPointerException
. - firstPerson - Variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- firstTwoElementsOfStackTraceMatch(String, String) - Method in class net.minecraft.crash.CrashReportCategory
-
+ Do the deepest two elements of our saved stack trace match the given elements, in order from the deepest?
- firstUpdate - Variable in class net.minecraft.entity.Entity
- fish - Static variable in class net.minecraft.init.Items
- fishCaughtStat - Static variable in class net.minecraft.stats.StatList
- fishEntity - Variable in class net.minecraft.entity.player.EntityPlayer
- fishing_rod - Static variable in class net.minecraft.init.Items
- FISHING_ROD - net.minecraft.enchantment.EnumEnchantmentType
- fit(T) - Method in class org.apache.commons.lang3.Range
-
Fits the given element into this range by returning the given element or, if out of bounds, the range minimum if below, or the range maximum if above.
- fixed - Variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- FIXED - net.minecraft.client.renderer.block.model.ItemCameraTransforms.TransformType
- fixedLength(int) - Static method in class com.google.common.base.Splitter
-
Returns a splitter that divides strings into pieces of the given length.
- flagForUpdate() - Method in class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
- flags() - Method in annotation type javax.annotation.MatchesPattern
- flame - Static variable in class net.minecraft.enchantment.Enchantment
-
+ Flame enchantment for bows.
- FLAME - net.minecraft.util.EnumParticleTypes
- FLAT - Static variable in class net.minecraft.world.WorldType
-
+ Flat world type.
- FlatGeneratorInfo - Class in net.minecraft.world.gen
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- FlatGeneratorInfo() - Constructor for class net.minecraft.world.gen.FlatGeneratorInfo
- FlatLayerInfo - Class in net.minecraft.world.gen
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- FlatLayerInfo(int, int, Block) - Constructor for class net.minecraft.world.gen.FlatLayerInfo
- FlatLayerInfo(int, int, Block, int) - Constructor for class net.minecraft.world.gen.FlatLayerInfo
- FlatLayerInfo(int, Block) - Constructor for class net.minecraft.world.gen.FlatLayerInfo
- FLEEING_SPEED_MODIFIER - Static variable in class net.minecraft.entity.EntityCreature
- FLEEING_SPEED_MODIFIER_UUID - Static variable in class net.minecraft.entity.EntityCreature
- flint - Static variable in class net.minecraft.init.Items
- flint_and_steel - Static variable in class net.minecraft.init.Items
- flip() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- flip() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- flip() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- flip() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- flip() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- flip() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- flip() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- flip() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- flip() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- FLIP - Static variable in class net.minecraft.block.BlockFire
- FLIP_DOWN - net.minecraft.client.renderer.BlockModelRenderer.Orientation
- FLIP_EAST - net.minecraft.client.renderer.BlockModelRenderer.Orientation
- FLIP_NORTH - net.minecraft.client.renderer.BlockModelRenderer.Orientation
- FLIP_SOUTH - net.minecraft.client.renderer.BlockModelRenderer.Orientation
- FLIP_UP - net.minecraft.client.renderer.BlockModelRenderer.Orientation
- FLIP_WEST - net.minecraft.client.renderer.BlockModelRenderer.Orientation
- flipFace() - Method in class net.minecraft.client.model.TexturedQuad
- flippingPageLeft - Variable in class net.minecraft.client.model.ModelBook
-
+ Right cover renderer (when facing the book)
- flippingPageRight - Variable in class net.minecraft.client.model.ModelBook
-
+ Right cover renderer (when facing the book)
- flipPlayer(EntityPlayer) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
-
+ Flips the player around.
- FLOAT_MINUS_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Float constant for minus one.
- FLOAT_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Float constant for one.
- FLOAT_ZERO - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Float constant for zero.
- FloatBuffer - Interface in net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Copyright (c) 2022-2023 LAX1DUDE.
- Floats - Class in com.google.common.primitives
-
Static utility methods pertaining to
float
primitives, that are not already found in eitherFloat
orArrays
. - floatValue() - Method in class com.google.common.primitives.UnsignedInteger
-
Returns the value of this
UnsignedInteger
as afloat
, analogous to a widening primitive conversion fromint
tofloat
, and correctly rounded. - floatValue() - Method in class com.google.common.primitives.UnsignedLong
-
Returns the value of this
UnsignedLong
as afloat
, analogous to a widening primitive conversion fromlong
tofloat
, and correctly rounded. - floatValue() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets the fraction as a
float
. - floatValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Returns the value of this MutableByte as a float.
- floatValue() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Returns the value of this MutableDouble as a float.
- floatValue() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Returns the value of this MutableFloat as a float.
- floatValue() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Returns the value of this MutableInt as a float.
- floatValue() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Returns the value of this MutableLong as a float.
- floatValue() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Returns the value of this MutableShort as a float.
- floor(E) - Method in class com.google.common.collect.ForwardingNavigableSet
- floor(E) - Method in class com.google.common.collect.ImmutableSortedSet
- floor_double(double) - Static method in class net.minecraft.util.MathHelper
-
+ Returns the greatest integer less than or equal to the double argument
- floor_double_long(double) - Static method in class net.minecraft.util.MathHelper
-
+ Long version of floor_double
- floor_float(float) - Static method in class net.minecraft.util.MathHelper
-
+ Returns the greatest integer less than or equal to the float argument
- floorEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- floorEntry(K) - Method in class com.google.common.collect.ImmutableSortedMap
- floorKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- floorKey(K) - Method in class com.google.common.collect.ImmutableSortedMap
- FLOWER - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- flower_pot - Static variable in class net.minecraft.init.Blocks
- flower_pot - Static variable in class net.minecraft.init.Items
- flowing_lava - Static variable in class net.minecraft.init.Blocks
- flowing_water - Static variable in class net.minecraft.init.Blocks
- FluentIterable<E> - Class in com.google.common.collect
-
FluentIterable
provides a rich interface for manipulatingIterable
instances in a chained fashion. - FluentIterable() - Constructor for class com.google.common.collect.FluentIterable
-
Constructor for use by subclasses.
- flush() - Method in class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Flushes the
Formatter
. - flush() - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache
- flush() - Method in interface net.minecraft.world.storage.ISaveHandler
-
+ Called to flush all changes to disk, waiting for them to complete.
- flush() - Method in class net.minecraft.world.storage.SaveHandlerMP
-
+ Called to flush all changes to disk, waiting for them to complete.
- flush(Flushable, boolean) - Static method in class com.google.common.io.Flushables
-
Flush a
Flushable
, with control over whether anIOException
may be thrown. - Flushables - Class in com.google.common.io
-
Utility methods for working with
Flushable
objects. - flushCache(long) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- flushDisplayList(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- flushQuietly(Flushable) - Static method in class com.google.common.io.Flushables
-
Equivalent to calling
flush(flushable, true)
, but with noIOException
in the signature. - flying - Variable in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- flyPig - Static variable in class net.minecraft.stats.AchievementList
- flySpeed - Variable in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- flyToggleTimer - Variable in class net.minecraft.entity.player.EntityPlayer
- fog - Variable in class net.minecraft.client.settings.GameSettings
- FOG - net.minecraft.client.settings.GameSettings.Options
- FolderResourcePack - Class in net.lax1dude.eaglercraft.v1_8.internal.vfs
-
Copyright (c) 2022-2023 LAX1DUDE.
- FolderResourcePack - Class in net.lax1dude.eaglercraft.v1_8.vfs
-
Copyright (c) 2022-2023 LAX1DUDE.
- FolderResourcePack(String, String) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.vfs.FolderResourcePack
- FolderResourcePack(String, String) - Constructor for class net.lax1dude.eaglercraft.v1_8.vfs.FolderResourcePack
- foliageColor - Static variable in class net.minecraft.block.material.MapColor
- FoliageColorReloadListener - Class in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- FoliageColorReloadListener() - Constructor for class net.minecraft.client.resources.FoliageColorReloadListener
- followRange - Static variable in class net.minecraft.entity.SharedMonsterAttributes
- FONT_HEIGHT - Variable in class net.minecraft.client.gui.FontRenderer
-
+ the height in pixels of default text
- FontMetadataSection - Class in net.minecraft.client.resources.data
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- FontMetadataSection(float[], float[], float[]) - Constructor for class net.minecraft.client.resources.data.FontMetadataSection
- FontMetadataSectionSerializer - Class in net.minecraft.client.resources.data
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- FontMetadataSectionSerializer() - Constructor for class net.minecraft.client.resources.data.FontMetadataSectionSerializer
- fontRandom - Variable in class net.minecraft.client.gui.FontRenderer
- FontRenderer - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- FontRenderer(GameSettings, ResourceLocation, TextureManager, boolean) - Constructor for class net.minecraft.client.gui.FontRenderer
- fontRendererObj - Variable in class net.minecraft.client.gui.GuiScreen
- fontRendererObj - Variable in class net.minecraft.client.Minecraft
- foodLevel - Variable in class net.minecraft.network.play.server.S06PacketUpdateHealth
- foodStats - Variable in class net.minecraft.entity.player.EntityPlayer
-
+ The food object of the player, the general hunger logic.
- FoodStats - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- FoodStats() - Constructor for class net.minecraft.util.FoodStats
- FOOT - net.minecraft.block.BlockBed.EnumPartType
- footer - Variable in class net.minecraft.network.play.server.S47PacketPlayerListHeaderFooter
- FOOTSTEP - net.minecraft.util.EnumParticleTypes
- forArray(T...) - Static method in class com.google.common.collect.Iterators
-
Returns an iterator containing the elements of
array
in order. - forBlock(Block) - Static method in class net.minecraft.block.state.pattern.BlockHelper
- forBlock(Block) - Static method in class net.minecraft.block.state.pattern.BlockStateHelper
- FORCE_UNICODE_FONT - net.minecraft.client.settings.GameSettings.Options
- forceBlockUpdateTick(Block, BlockPos, EaglercraftRandom) - Method in class net.minecraft.world.World
- forceNewTarget - Variable in class net.minecraft.entity.boss.EntityDragon
- forcePut(K, V) - Method in interface com.google.common.collect.BiMap
-
An alternate form of
put
that silently removes any existing entry with the valuevalue
before proceeding with theBiMap.put(K, V)
operation. - forcePut(K, V) - Method in class com.google.common.collect.EnumHashBiMap
- forcePut(K, V) - Method in class com.google.common.collect.HashBiMap
- forcePut(K, V) - Method in class com.google.common.collect.ImmutableBiMap
-
Deprecated.Unsupported operation.
- forceRender - Variable in class net.minecraft.block.Block
- forceSpawn - Variable in class net.minecraft.entity.Entity
- forceUnicodeFont - Variable in class net.minecraft.client.settings.GameSettings
- forConstantValue(A, Object) - Method in interface javax.annotation.meta.TypeQualifierValidator
-
Given a type qualifier, check to see if a known specific constant value is an instance of the set of values denoted by the qualifier.
- forConstantValue(MatchesPattern, Object) - Method in class javax.annotation.MatchesPattern.Checker
- forConstantValue(Nonnegative, Object) - Method in class javax.annotation.Nonnegative.Checker
- forConstantValue(Nonnull, Object) - Method in class javax.annotation.Nonnull.Checker
- forConstantValue(RegEx, Object) - Method in class javax.annotation.RegEx.Checker
- forEach(FailableConsumer<O, ?>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
-
Performs an action for each element of this stream.
- forEach(Functions.FailableConsumer<O, ?>) - Method in class org.apache.commons.lang3.Streams.FailableStream
-
Deprecated.Performs an action for each element of this stream.
- forEnumeration(Enumeration<T>) - Static method in class com.google.common.collect.Iterators
-
Adapts an
Enumeration
to theIterator
interface. - forest - Static variable in class net.minecraft.world.biome.BiomeGenBase
- forestHills - Static variable in class net.minecraft.world.biome.BiomeGenBase
- forFacings(EnumFacing, EnumFacing) - Static method in enum net.minecraft.block.BlockLever.EnumOrientation
- forMap(Map<K, ? extends V>, V) - Static method in class com.google.common.base.Functions
-
Returns a function which performs a map lookup with a default value.
- forMap(Map<K, V>) - Static method in class com.google.common.base.Functions
-
Returns a function which performs a map lookup.
- forMap(Map<K, V>) - Static method in class com.google.common.collect.Multimaps
-
Returns a multimap view of the specified map.
- format(int) - Method in interface net.minecraft.stats.IStatType
-
+ Formats a given stat for human consumption.
- format(int) - Method in class net.minecraft.stats.StatBase
- format(long) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a millisecond
long
value. - format(long) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a millisecond
long
value. - format(long) - Method in class org.apache.commons.lang3.time.FastDatePrinter
- format(long, B) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a millisecond
long
value into the suppliedAppendable
. - format(long, B) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a millisecond
long
value into the suppliedStringBuffer
. - format(long, B) - Method in class org.apache.commons.lang3.time.FastDatePrinter
- format(long, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern.
- format(long, StringBuffer) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Deprecated.
- format(long, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Deprecated.
- format(long, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
- format(long, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a locale.
- format(long, String, TimeZone) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a time zone.
- format(long, String, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a time zone and locale.
- format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang3.text.CompositeFormat
-
Deprecated.Uses the formatter Format instance.
- format(Object, StringBuffer, FieldPosition) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a
Date
,Calendar
orLong
(milliseconds) object. - format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a
Date
,Calendar
orLong
(milliseconds) object. - format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang3.time.FastDatePrinter
- format(String, Object...) - Method in class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Writes a formatted string to the output destination of the
Formatter
. - format(String, Object...) - Static method in class net.lax1dude.eaglercraft.v1_8.HString
- format(String, Object...) - Static method in class net.minecraft.client.resources.I18n
-
+ format(a, b) is equivalent to String.format(translate(a), b).
- format(Calendar) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a
Calendar
object. - format(Calendar) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a
Calendar
object. - format(Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter
- format(Calendar, B) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a
Calendar
object into the suppliedAppendable
. - format(Calendar, B) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a
Calendar
object into the suppliedStringBuffer
. - format(Calendar, B) - Method in class org.apache.commons.lang3.time.FastDatePrinter
- format(Calendar, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a calendar into a specific pattern.
- format(Calendar, StringBuffer) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Deprecated.
- format(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Deprecated.
- format(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
- format(Calendar, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a calendar into a specific pattern in a locale.
- format(Calendar, String, TimeZone) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a calendar into a specific pattern in a time zone.
- format(Calendar, String, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a calendar into a specific pattern in a time zone and locale.
- format(Date) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a
Date
object using aGregorianCalendar
. - format(Date) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a
Date
object using aGregorianCalendar
. - format(Date) - Method in class org.apache.commons.lang3.time.FastDatePrinter
- format(Date, B) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a
Date
object into the suppliedAppendable
using aGregorianCalendar
. - format(Date, B) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a
Date
object into the suppliedStringBuffer
using aGregorianCalendar
. - format(Date, B) - Method in class org.apache.commons.lang3.time.FastDatePrinter
- format(Date, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern.
- format(Date, StringBuffer) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Deprecated.
- format(Date, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Deprecated.
- format(Date, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
- format(Date, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a locale.
- format(Date, String, TimeZone) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a time zone.
- format(Date, String, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a time zone and locale.
- format(Locale, String, Object...) - Method in class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Writes a formatted string to the output destination of the
Formatter
. - formatDuration(long, String) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
-
Formats the time gap as a string, using the specified format, and padding with zeros.
- formatDuration(long, String, boolean) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
-
Formats the time gap as a string, using the specified format.
- formatDurationHMS(long) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
-
Formats the time gap as a string.
- formatDurationISO(long) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
-
Formats the time gap as a string.
- formatDurationWords(long, boolean, boolean) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
-
Formats an elapsed time into a pluralization correct string.
- FormatFactory - Interface in org.apache.commons.lang3.text
-
Deprecated.as of 3.6, use commons-text FormatFactory instead
- formatMessage(String, Object[]) - Method in class net.minecraft.client.resources.Locale
-
+ Calls String.format(translateKey(key), params)
- formatParams(String, Object...) - Static method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- formatPeriod(long, long, String) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
-
Formats the time gap as a string, using the specified format.
- formatPeriod(long, long, String, boolean, TimeZone) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
-
Formats the time gap as a string, using the specified format.
- formatPeriodISO(long, long) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
-
Formats the time gap as a string.
- formatPlayerName(Team, String) - Static method in class net.minecraft.scoreboard.ScorePlayerTeam
-
+ Returns the player name including the color prefixes and suffixes
- formatSplitTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Returns the time formatted by
DurationFormatUtils.formatDurationHMS(long)
. - formatString(String) - Method in class net.minecraft.scoreboard.ScorePlayerTeam
- formatString(String) - Method in class net.minecraft.scoreboard.Team
- formatString(String) - Method in interface net.minecraft.stats.IStatStringFormat
-
+ Formats the strings based on 'IStatStringFormat' interface.
- FormattableUtils - Class in org.apache.commons.lang3.text
-
Deprecated.as of 3.6, use commons-text FormattableUtils instead
- FormattableUtils() - Constructor for class org.apache.commons.lang3.text.FormattableUtils
-
Deprecated.
FormattableUtils
instances should NOT be constructed in standard programming. - formatTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Returns the split time formatted by
DurationFormatUtils.formatDurationHMS(long)
. - formatUTC(long, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern using the UTC time zone.
- formatUTC(long, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern using the UTC time zone.
- formatUTC(Date, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern using the UTC time zone.
- formatUTC(Date, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern using the UTC time zone.
- forModelBlock(IBlockState) - Static method in enum net.minecraft.block.BlockSilverfish.EnumType
- forPredicate(Predicate<? super Character>) - Static method in class com.google.common.base.CharMatcher
-
Returns a matcher with identical behavior to the given
Character
-based predicate, but which operates on primitivechar
instances instead. - forPredicate(Predicate<T>) - Static method in class com.google.common.base.Functions
-
Creates a function that returns the same boolean output as the given predicate for all inputs.
- forSupplier(Supplier<T>) - Static method in class com.google.common.base.Functions
-
Returns a function that always returns the result of invoking
Supplier.get()
onsupplier
, regardless of its input. - fortune - Static variable in class net.minecraft.enchantment.Enchantment
-
+ Can multiply the drop rate of items from blocks
- ForwardingCollection<E> - Class in com.google.common.collect
-
A collection which forwards all its method calls to another collection.
- ForwardingCollection() - Constructor for class com.google.common.collect.ForwardingCollection
-
Constructor for use by subclasses.
- ForwardingDeque<E> - Class in com.google.common.collect
-
A deque which forwards all its method calls to another deque.
- ForwardingDeque() - Constructor for class com.google.common.collect.ForwardingDeque
-
Constructor for use by subclasses.
- ForwardingIterator<T> - Class in com.google.common.collect
-
An iterator which forwards all its method calls to another iterator.
- ForwardingIterator() - Constructor for class com.google.common.collect.ForwardingIterator
-
Constructor for use by subclasses.
- ForwardingList<E> - Class in com.google.common.collect
-
A list which forwards all its method calls to another list.
- ForwardingList() - Constructor for class com.google.common.collect.ForwardingList
-
Constructor for use by subclasses.
- ForwardingListIterator<E> - Class in com.google.common.collect
-
A list iterator which forwards all its method calls to another list iterator.
- ForwardingListIterator() - Constructor for class com.google.common.collect.ForwardingListIterator
-
Constructor for use by subclasses.
- ForwardingListMultimap<K,V> - Class in com.google.common.collect
-
A list multimap which forwards all its method calls to another list multimap.
- ForwardingListMultimap() - Constructor for class com.google.common.collect.ForwardingListMultimap
-
Constructor for use by subclasses.
- ForwardingMap<K,V> - Class in com.google.common.collect
-
A map which forwards all its method calls to another map.
- ForwardingMap() - Constructor for class com.google.common.collect.ForwardingMap
-
Constructor for use by subclasses.
- ForwardingMap.StandardEntrySet - Class in com.google.common.collect
-
A sensible implementation of
Map.entrySet()
in terms of the following methods:ForwardingMap.clear()
,ForwardingMap.containsKey(java.lang.Object)
,ForwardingMap.get(java.lang.Object)
,ForwardingMap.isEmpty()
,ForwardingMap.remove(java.lang.Object)
, andForwardingMap.size()
. - ForwardingMap.StandardKeySet - Class in com.google.common.collect
-
A sensible implementation of
Map.keySet()
in terms of the following methods:ForwardingMap.clear()
,ForwardingMap.containsKey(java.lang.Object)
,ForwardingMap.isEmpty()
,ForwardingMap.remove(java.lang.Object)
,ForwardingMap.size()
, and theSet.iterator()
method ofForwardingMap.entrySet()
. - ForwardingMap.StandardValues - Class in com.google.common.collect
-
A sensible implementation of
Map.values()
in terms of the following methods:ForwardingMap.clear()
,ForwardingMap.containsValue(java.lang.Object)
,ForwardingMap.isEmpty()
,ForwardingMap.size()
, and theSet.iterator()
method ofForwardingMap.entrySet()
. - ForwardingMapEntry<K,V> - Class in com.google.common.collect
-
A map entry which forwards all its method calls to another map entry.
- ForwardingMapEntry() - Constructor for class com.google.common.collect.ForwardingMapEntry
-
Constructor for use by subclasses.
- ForwardingMultimap<K,V> - Class in com.google.common.collect
-
A multimap which forwards all its method calls to another multimap.
- ForwardingMultimap() - Constructor for class com.google.common.collect.ForwardingMultimap
-
Constructor for use by subclasses.
- ForwardingMultiset<E> - Class in com.google.common.collect
-
A multiset which forwards all its method calls to another multiset.
- ForwardingMultiset() - Constructor for class com.google.common.collect.ForwardingMultiset
-
Constructor for use by subclasses.
- ForwardingMultiset.StandardElementSet - Class in com.google.common.collect
-
A sensible implementation of
Multiset.elementSet()
in terms of the following methods:ForwardingCollection.clear()
,ForwardingCollection.contains(java.lang.Object)
,ForwardingCollection.containsAll(java.util.Collection<?>)
,ForwardingMultiset.count(java.lang.Object)
,ForwardingCollection.isEmpty()
, theSet.size()
andSet.iterator()
methods ofForwardingMultiset.entrySet()
, andForwardingMultiset.remove(Object, int)
. - ForwardingNavigableMap<K,V> - Class in com.google.common.collect
-
A navigable map which forwards all its method calls to another navigable map.
- ForwardingNavigableMap() - Constructor for class com.google.common.collect.ForwardingNavigableMap
-
Constructor for use by subclasses.
- ForwardingNavigableMap.StandardDescendingMap - Class in com.google.common.collect
-
A sensible implementation of
NavigableMap.descendingMap()
in terms of the methods of thisNavigableMap
. - ForwardingNavigableMap.StandardNavigableKeySet - Class in com.google.common.collect
-
A sensible implementation of
NavigableMap.navigableKeySet()
in terms of the methods of thisNavigableMap
. - ForwardingNavigableSet<E> - Class in com.google.common.collect
-
A navigable set which forwards all its method calls to another navigable set.
- ForwardingNavigableSet() - Constructor for class com.google.common.collect.ForwardingNavigableSet
-
Constructor for use by subclasses.
- ForwardingNavigableSet.StandardDescendingSet - Class in com.google.common.collect
-
A sensible implementation of
NavigableSet.descendingSet()
in terms of the other methods ofNavigableSet
, notably includingNavigableSet.descendingIterator()
. - ForwardingObject - Class in com.google.common.collect
-
An abstract base class for implementing the decorator pattern.
- ForwardingObject() - Constructor for class com.google.common.collect.ForwardingObject
-
Constructor for use by subclasses.
- ForwardingQueue<E> - Class in com.google.common.collect
-
A queue which forwards all its method calls to another queue.
- ForwardingQueue() - Constructor for class com.google.common.collect.ForwardingQueue
-
Constructor for use by subclasses.
- ForwardingSet<E> - Class in com.google.common.collect
-
A set which forwards all its method calls to another set.
- ForwardingSet() - Constructor for class com.google.common.collect.ForwardingSet
-
Constructor for use by subclasses.
- ForwardingSetMultimap<K,V> - Class in com.google.common.collect
-
A set multimap which forwards all its method calls to another set multimap.
- ForwardingSetMultimap() - Constructor for class com.google.common.collect.ForwardingSetMultimap
- ForwardingSortedMap<K,V> - Class in com.google.common.collect
-
A sorted map which forwards all its method calls to another sorted map.
- ForwardingSortedMap() - Constructor for class com.google.common.collect.ForwardingSortedMap
-
Constructor for use by subclasses.
- ForwardingSortedMap.StandardKeySet - Class in com.google.common.collect
-
A sensible implementation of
SortedMap.keySet()
in terms of the methods ofForwardingSortedMap
. - ForwardingSortedMultiset<E> - Class in com.google.common.collect
-
A sorted multiset which forwards all its method calls to another sorted multiset.
- ForwardingSortedMultiset() - Constructor for class com.google.common.collect.ForwardingSortedMultiset
-
Constructor for use by subclasses.
- ForwardingSortedMultiset.StandardDescendingMultiset - Class in com.google.common.collect
-
A skeleton implementation of a descending multiset view.
- ForwardingSortedMultiset.StandardElementSet - Class in com.google.common.collect
-
A sensible implementation of
SortedMultiset.elementSet()
in terms of the following methods:Collection.clear()
,SortedMultiset.comparator()
,Multiset.contains(java.lang.Object)
,Multiset.containsAll(java.util.Collection<?>)
,Multiset.count(java.lang.Object)
,SortedMultiset.firstEntry()
SortedMultiset.headMultiset(E, com.google.common.collect.BoundType)
,Collection.isEmpty()
,SortedMultiset.lastEntry()
,SortedMultiset.subMultiset(E, com.google.common.collect.BoundType, E, com.google.common.collect.BoundType)
,SortedMultiset.tailMultiset(E, com.google.common.collect.BoundType)
, thesize()
anditerator()
methods ofSortedMultiset.entrySet()
, andMultiset.remove(Object, int)
. - ForwardingSortedSet<E> - Class in com.google.common.collect
-
A sorted set which forwards all its method calls to another sorted set.
- ForwardingSortedSet() - Constructor for class com.google.common.collect.ForwardingSortedSet
-
Constructor for use by subclasses.
- ForwardingSortedSetMultimap<K,V> - Class in com.google.common.collect
-
A sorted set multimap which forwards all its method calls to another sorted set multimap.
- ForwardingSortedSetMultimap() - Constructor for class com.google.common.collect.ForwardingSortedSetMultimap
-
Constructor for use by subclasses.
- ForwardingTable<R,C,V> - Class in com.google.common.collect
-
A table which forwards all its method calls to another table.
- ForwardingTable() - Constructor for class com.google.common.collect.ForwardingTable
-
Constructor for use by subclasses.
- FOUR_FIFTHS - Static variable in class org.apache.commons.lang3.math.Fraction
-
Fraction
representation of 4/5. - FOV - net.minecraft.client.settings.GameSettings.Options
- fovSetting - Variable in class net.minecraft.client.settings.GameSettings
- Fraction - Class in org.apache.commons.lang3.math
-
Fraction
is aNumber
implementation that stores fractions accurately. - fragmentShaderPath - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.EffectPipelineFXAA
- fragmentShaderPath - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.InstancedFontRenderer
- fragmentShaderPath - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.InstancedParticleRenderer
- fragmentShaderPath - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.SpriteLevelMixer
- frameCounter - Variable in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- frameHasTime(int) - Method in class net.minecraft.client.resources.data.AnimationMetadataSection
- FRAMERATE_LIMIT - net.minecraft.client.settings.GameSettings.Options
- framesTextureData - Variable in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- FrameTimer - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- FrameTimer() - Constructor for class net.minecraft.util.FrameTimer
- free() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IObjectGL
- free() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- free() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
- free() - Method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerSkinTexture
- free() - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache.SkinCacheEntry
- free(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.GLObjectMap
- freeByteBuffer(ByteBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- freeByteBuffer(ByteBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- freeDataURL(String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMUtils
- freeFloatBuffer(FloatBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- freeFloatBuffer(FloatBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- freeIntBuffer(IntBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- freeIntBuffer(IntBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- freeMemory() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- freeMemory() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- freeMemory() - Method in class net.minecraft.client.Minecraft
- freeServerIcons() - Method in class net.minecraft.client.multiplayer.ServerList
- frequency - Variable in class net.minecraft.block.Block.SoundType
- frequency(Iterable<?>, Object) - Static method in class com.google.common.collect.Iterables
-
Returns the number of elements in the specified iterable that equal the specified object.
- frequency(Iterator<?>, Object) - Static method in class com.google.common.collect.Iterators
-
Returns the number of elements in the specified iterator that equal the specified object.
- from(Function<? super A, ? extends B>, Function<? super B, ? extends A>) - Static method in class com.google.common.base.Converter
-
Returns a converter based on existing forward and backward functions.
- from(FluentIterable<E>) - Static method in class com.google.common.collect.FluentIterable
-
Deprecated.instances of
FluentIterable
don't need to be converted toFluentIterable
- from(Ordering<T>) - Static method in class com.google.common.collect.Ordering
-
Deprecated.no need to use this
- from(Iterable<E>) - Static method in class com.google.common.collect.FluentIterable
-
Returns a fluent iterable that wraps
iterable
, oriterable
itself if it is already aFluentIterable
. - from(Comparator<T>) - Static method in class com.google.common.collect.Ordering
-
Returns an ordering based on an existing comparator instance.
- fromAngle(double) - Static method in enum net.minecraft.util.EnumFacing
-
+ Get the Facing corresponding to the given angle (0-360).
- fromBounds(double, double, double, double, double, double) - Static method in class net.minecraft.util.AxisAlignedBB
-
+ returns an AABB with corners x1, y1, z1 and x2, y2, z2
- fromByteArray(byte[]) - Static method in class com.google.common.primitives.Ints
-
Returns the
int
value whose big-endian representation is stored in the first 4 bytes ofbytes
; equivalent toByteBuffer.wrap(bytes).getInt()
. - fromByteArray(byte[]) - Static method in class com.google.common.primitives.Longs
-
Returns the
long
value whose big-endian representation is stored in the first 8 bytes ofbytes
; equivalent toByteBuffer.wrap(bytes).getLong()
. - fromByteArray(byte[]) - Static method in class com.google.common.primitives.Shorts
-
Returns the
short
value whose big-endian representation is stored in the first 2 bytes ofbytes
; equivalent toByteBuffer.wrap(bytes).getShort()
. - fromBytes(byte[]) - Static method in class com.google.common.hash.HashCode
-
Creates a
HashCode
from a byte array. - fromBytes(byte, byte) - Static method in class com.google.common.primitives.Shorts
-
Returns the
short
value whose byte representation is the given 2 bytes, in big-endian order; equivalent toShorts.fromByteArray(new byte[] {b1, b2})
. - fromBytes(byte, byte, byte, byte) - Static method in class com.google.common.primitives.Ints
-
Returns the
int
value whose byte representation is the given 4 bytes, in big-endian order; equivalent toInts.fromByteArray(new byte[] {b1, b2, b3, b4})
. - fromBytes(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class com.google.common.primitives.Longs
-
Returns the
long
value whose byte representation is the given 8 bytes, in big-endian order; equivalent toLongs.fromByteArray(new byte[] {b1, b2, b3, b4, b5, b6, b7, b8})
. - fromFacingAxis(EnumFacing.Axis) - Static method in enum net.minecraft.block.BlockLog.EnumAxis
- fromGLRendererString(String) - Static method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformANGLE
- fromId(String) - Static method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformANGLE
- fromInt(int) - Static method in class com.google.common.hash.HashCode
-
Creates a 32-bit
HashCode
representation of the given int value. - fromIntBits(int) - Static method in class com.google.common.primitives.UnsignedInteger
-
Returns an
UnsignedInteger
corresponding to a given bit representation. - fromJson(Object) - Method in interface net.minecraft.util.IJsonSerializable
- fromJson(Object) - Method in class net.minecraft.util.JsonSerializableSet
- fromLong(long) - Static method in class com.google.common.hash.HashCode
-
Creates a 64-bit
HashCode
representation of the given long value. - fromLong(long) - Static method in class net.minecraft.util.BlockPos
-
+ Create a BlockPos from a serialized long value (created by toLong)
- fromLongBits(long) - Static method in class com.google.common.primitives.UnsignedLong
-
Returns an
UnsignedLong
corresponding to a given bit representation. - fromNBT(String) - Method in class net.minecraft.entity.Entity
- fromNBT(String) - Method in class net.minecraft.item.ItemStack
- fromNBT(NBTTagCompound) - Static method in class net.minecraft.world.LockCode
- fromNullable(T) - Static method in class com.google.common.base.Optional
-
If
nullableReference
is non-null, returns anOptional
instance containing that reference; otherwise returnsOptional.absent()
. - fromPluginData(BaseData) - Static method in class net.minecraft.item.ItemStack
- fromPluginData(BaseData) - Static method in class net.minecraft.util.AxisAlignedBB
- fromPluginData(BaseData) - Static method in class net.minecraft.util.BlockPos
- fromPluginData(BaseData) - Static method in class net.minecraft.util.Vec3
- fromPluginData(BaseData) - Static method in class net.minecraft.util.Vec3i
- fromPluginData(BaseData) - Static method in class net.minecraft.util.Vec4b
- fromProperties(Properties) - Static method in class com.google.common.collect.Maps
-
Creates an
ImmutableMap<String, String>
from aProperties
instance. - fromString(String) - Static method in class com.google.common.hash.HashCode
-
Creates a
HashCode
from a hexadecimal (base 16
) encoded string. - fromString(String) - Static method in class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- fromString(String) - Static method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.UUIDTypeAdapter
- fromUUID(EaglercraftUUID) - Static method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.UUIDTypeAdapter
- frozenOcean - Static variable in class net.minecraft.world.biome.BiomeGenBase
- frozenRiver - Static variable in class net.minecraft.world.biome.BiomeGenBase
- frustum - Variable in class net.minecraft.client.renderer.culling.ClippingHelper
- Frustum - Class in net.minecraft.client.renderer.culling
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Frustum() - Constructor for class net.minecraft.client.renderer.culling.Frustum
- Frustum(ClippingHelper) - Constructor for class net.minecraft.client.renderer.culling.Frustum
- FS - Static variable in class com.google.common.base.Ascii
-
File Separator: These four information separators may be used within data in optional fashion, except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then RS, and US is least inclusive.
- FULL - net.minecraft.entity.player.EntityPlayer.EnumChatVisibility
- FULL - Static variable in class org.apache.commons.lang3.time.FastDateFormat
-
FULL locale dependent date or time style.
- FULL - Static variable in class org.apache.commons.lang3.time.FastDatePrinter
-
FULL locale dependent date or time style.
- fullBeacon - Static variable in class net.minecraft.stats.AchievementList
- fullBlock - Variable in class net.minecraft.block.Block
- fullscreen - Variable in class net.minecraft.client.main.GameConfiguration.DisplayInformation
- FULLSCREEN - net.minecraft.client.settings.GameSettings.Options
- func_110132_b(IInvBasic) - Method in class net.minecraft.inventory.InventoryBasic
- func_110134_a(IInvBasic) - Method in class net.minecraft.inventory.InventoryBasic
- func_110146_f(float, float) - Method in class net.minecraft.entity.EntityLiving
- func_110146_f(float, float) - Method in class net.minecraft.entity.EntityLivingBase
- func_110146_f(float, float) - Method in class net.minecraft.entity.item.EntityArmorStand
- func_110239_cn() - Method in class net.minecraft.entity.passive.EntityHorse
- func_110253_bW() - Method in class net.minecraft.entity.passive.EntityHorse
- func_111104_a(EaglercraftRandom) - Method in class net.minecraft.entity.monster.EntitySpider.GroupData
- func_111122_c() - Method in interface net.minecraft.entity.ai.attributes.IAttributeInstance
- func_111122_c() - Method in class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
- func_111144_e() - Method in class net.minecraft.entity.DataWatcher
- func_142017_o(float) - Method in class net.minecraft.entity.EntityCreature
- func_142017_o(float) - Method in class net.minecraft.entity.passive.EntityHorse
- func_145751_f() - Method in class net.minecraft.command.server.CommandBlockLogic
- func_145757_a(ByteBuf) - Method in class net.minecraft.command.server.CommandBlockLogic
- func_146197_a(int, int, boolean) - Method in class net.minecraft.client.gui.GuiTextField
- func_147049_a(CreativeTabs, int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
- func_147051_a(CreativeTabs) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
- func_147068_g() - Method in class net.minecraft.client.gui.GuiEnchantment
- func_147413_a(int, ServerData) - Method in class net.minecraft.client.multiplayer.ServerList
- func_147414_b(ServerData) - Static method in class net.minecraft.client.multiplayer.ServerList
- func_147461_a(AxisAlignedBB) - Method in class net.minecraft.world.World
- func_148109_a() - Method in class net.minecraft.client.util.JsonBlendingMode
- func_148110_a(JSONObject) - Static method in class net.minecraft.client.util.JsonBlendingMode
- func_148111_b() - Method in class net.minecraft.client.util.JsonBlendingMode
- func_148132_a(int, int) - Method in class net.minecraft.client.gui.GuiSlot
- func_148135_f() - Method in class net.minecraft.client.gui.GuiSlot
- func_148142_b(int, int) - Method in class net.minecraft.client.gui.GuiSlot
- func_148193_k() - Method in class net.minecraft.client.gui.ServerSelectionList
- func_148195_a(ServerList) - Method in class net.minecraft.client.gui.ServerSelectionList
- func_148307_h() - Method in class net.minecraft.client.resources.ResourcePackListEntry
- func_148307_h() - Method in class net.minecraft.client.resources.ResourcePackListEntryDefault
- func_148308_f() - Method in class net.minecraft.client.resources.ResourcePackListEntry
- func_148308_f() - Method in class net.minecraft.client.resources.ResourcePackListEntryDefault
- func_148309_e() - Method in class net.minecraft.client.resources.ResourcePackListEntry
- func_148309_e() - Method in class net.minecraft.client.resources.ResourcePackListEntryDefault
- func_148310_d() - Method in class net.minecraft.client.resources.ResourcePackListEntry
- func_148310_d() - Method in class net.minecraft.client.resources.ResourcePackListEntryDefault
- func_148311_a() - Method in class net.minecraft.client.resources.ResourcePackListEntry
- func_148311_a() - Method in class net.minecraft.client.resources.ResourcePackListEntryDefault
- func_148311_a() - Method in class net.minecraft.client.resources.ResourcePackListEntryFound
- func_148312_b() - Method in class net.minecraft.client.resources.ResourcePackListEntry
- func_148312_b() - Method in class net.minecraft.client.resources.ResourcePackListEntryDefault
- func_148312_b() - Method in class net.minecraft.client.resources.ResourcePackListEntryFound
- func_148313_c() - Method in class net.minecraft.client.resources.ResourcePackListEntry
- func_148313_c() - Method in class net.minecraft.client.resources.ResourcePackListEntryDefault
- func_148313_c() - Method in class net.minecraft.client.resources.ResourcePackListEntryFound
- func_148314_g() - Method in class net.minecraft.client.resources.ResourcePackListEntry
- func_148314_g() - Method in class net.minecraft.client.resources.ResourcePackListEntryDefault
- func_148318_i() - Method in class net.minecraft.client.resources.ResourcePackListEntryFound
- func_148529_f() - Method in class net.minecraft.client.resources.ResourcePackRepository
- func_148888_e() - Method in class net.minecraft.network.play.server.S32PacketConfirmTransaction
- func_148911_c() - Method in class net.minecraft.network.play.server.S30PacketWindowItems
- func_148944_c() - Method in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- func_148974_c() - Method in class net.minecraft.network.play.server.S37PacketStatistics
- func_149002_g(int) - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- func_149009_m() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- func_149027_c() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- func_149049_f() - Method in class net.minecraft.network.play.server.S2CPacketSpawnGlobalEntity
- func_149050_e() - Method in class net.minecraft.network.play.server.S2CPacketSpawnGlobalEntity
- func_149051_d() - Method in class net.minecraft.network.play.server.S2CPacketSpawnGlobalEntity
- func_149052_c() - Method in class net.minecraft.network.play.server.S2CPacketSpawnGlobalEntity
- func_149053_g() - Method in class net.minecraft.network.play.server.S2CPacketSpawnGlobalEntity
- func_149060_h() - Method in class net.minecraft.network.play.server.S14PacketEntity
- func_149061_d() - Method in class net.minecraft.network.play.server.S14PacketEntity
- func_149062_c() - Method in class net.minecraft.network.play.server.S14PacketEntity
- func_149063_g() - Method in class net.minecraft.network.play.server.S14PacketEntity
- func_149064_e() - Method in class net.minecraft.network.play.server.S14PacketEntity
- func_149066_f() - Method in class net.minecraft.network.play.server.S14PacketEntity
- func_149134_c() - Method in class net.minecraft.network.play.server.S00PacketKeepAlive
- func_149137_d() - Method in class net.minecraft.network.play.server.S2BPacketChangeGameState
- func_149144_d() - Method in class net.minecraft.network.play.server.S27PacketExplosion
- func_149147_e() - Method in class net.minecraft.network.play.server.S27PacketExplosion
- func_149149_c() - Method in class net.minecraft.network.play.server.S27PacketExplosion
- func_149173_d() - Method in class net.minecraft.network.play.server.S2FPacketSetSlot
- func_149174_e() - Method in class net.minecraft.network.play.server.S2FPacketSetSlot
- func_149175_c() - Method in class net.minecraft.network.play.server.S2FPacketSetSlot
- func_149272_d() - Method in class net.minecraft.network.play.server.S21PacketChunkData
- func_149274_i() - Method in class net.minecraft.network.play.server.S21PacketChunkData
- func_149306_d() - Method in class net.minecraft.network.play.server.S3EPacketTeams
- func_149307_h() - Method in class net.minecraft.network.play.server.S3EPacketTeams
- func_149308_i() - Method in class net.minecraft.network.play.server.S3EPacketTeams
- func_149309_f() - Method in class net.minecraft.network.play.server.S3EPacketTeams
- func_149310_g() - Method in class net.minecraft.network.play.server.S3EPacketTeams
- func_149311_e() - Method in class net.minecraft.network.play.server.S3EPacketTeams
- func_149312_c() - Method in class net.minecraft.network.play.server.S3EPacketTeams
- func_149337_d() - Method in class net.minecraft.network.play.server.S3BPacketScoreboardObjective
- func_149338_e() - Method in class net.minecraft.network.play.server.S3BPacketScoreboardObjective
- func_149339_c() - Method in class net.minecraft.network.play.server.S3BPacketScoreboardObjective
- func_149370_d() - Method in class net.minecraft.network.play.server.S3DPacketDisplayScoreboard
- func_149371_c() - Method in class net.minecraft.network.play.server.S3DPacketDisplayScoreboard
- func_149376_c() - Method in class net.minecraft.network.play.server.S1CPacketEntityMetadata
- func_149397_c() - Method in class net.minecraft.network.play.server.S1FPacketSetExperience
- func_149429_c() - Method in class net.minecraft.network.play.server.S1DPacketEntityEffect
- func_149441_d() - Method in class net.minecraft.network.play.server.S20PacketEntityProperties
- func_149603_c() - Method in class net.minecraft.network.login.server.S00PacketDisconnect
- func_149630_c() - Method in class net.minecraft.network.play.server.S3APacketTabComplete
- func_150557_a(int, boolean) - Method in class net.minecraft.world.biome.BiomeGenBase
- func_150557_a(int, boolean) - Method in class net.minecraft.world.biome.BiomeGenForest
- func_150563_c(int) - Method in class net.minecraft.world.biome.BiomeGenBase
- func_150804_b(boolean) - Method in class net.minecraft.world.chunk.Chunk
- func_150809_p() - Method in class net.minecraft.world.chunk.Chunk
- func_150857_a(Block) - Method in class net.minecraft.block.BlockPortal.Size
- func_150858_a() - Method in class net.minecraft.block.BlockPortal.Size
- func_150859_c() - Method in class net.minecraft.block.BlockPortal.Size
- func_150860_b() - Method in class net.minecraft.block.BlockPortal.Size
- func_150870_b(StatBase) - Method in class net.minecraft.stats.StatFileWriter
- func_150872_a(StatBase, T) - Method in class net.minecraft.stats.StatFileWriter
- func_150874_c(Achievement) - Method in class net.minecraft.stats.StatFileWriter
- func_150952_k() - Method in class net.minecraft.stats.StatBase
- func_150953_b(Class<? extends IJsonSerializable>) - Method in class net.minecraft.stats.Achievement
- func_150953_b(Class<? extends IJsonSerializable>) - Method in class net.minecraft.stats.StatBase
- func_150954_l() - Method in class net.minecraft.stats.StatBase
- func_150955_j() - Method in class net.minecraft.stats.StatBase
- func_150959_a() - Method in class net.minecraft.stats.StatCrafting
- func_151359_c() - Method in class net.minecraft.world.WorldType
- func_151372_b() - Method in class net.minecraft.client.util.JsonException.Entry
- func_151379_a(Exception) - Static method in exception net.minecraft.client.util.JsonException
- func_151380_a(String) - Method in exception net.minecraft.client.util.JsonException
- func_151381_b(String) - Method in exception net.minecraft.client.util.JsonException
- func_151408_c() - Method in class net.minecraft.network.play.server.S20PacketEntityProperties.Snapshot
- func_151409_a() - Method in class net.minecraft.network.play.server.S20PacketEntityProperties.Snapshot
- func_151410_b() - Method in class net.minecraft.network.play.server.S20PacketEntityProperties.Snapshot
- func_151475_a(BaseAttributeMap, NBTTagList) - Static method in class net.minecraft.entity.SharedMonsterAttributes
- func_151514_a() - Static method in class net.minecraft.entity.EntityList
- func_151599_a(double[], double, double, int, int, double, double, double) - Method in class net.minecraft.world.gen.NoiseGeneratorPerlin
- func_151600_a(double[], double, double, int, int, double, double, double, double) - Method in class net.minecraft.world.gen.NoiseGeneratorPerlin
- func_151601_a(double, double) - Method in class net.minecraft.world.gen.NoiseGeneratorPerlin
- func_151605_a(double, double) - Method in class net.minecraft.world.gen.NoiseGeneratorSimplex
- func_151606_a(double[], double, double, int, int, double, double, double) - Method in class net.minecraft.world.gen.NoiseGeneratorSimplex
- func_151643_b(int) - Method in class net.minecraft.block.material.MapColor
- func_152377_a(ItemStack, EnumCreatureAttribute) - Static method in class net.minecraft.enchantment.EnchantmentHelper
- func_152908_z() - Method in interface net.minecraft.client.stream.IStream
- func_152909_x() - Method in interface net.minecraft.client.stream.IStream
- func_152913_F() - Method in interface net.minecraft.client.stream.IStream
- func_152917_b(String) - Method in interface net.minecraft.client.stream.IStream
- func_152918_H() - Method in interface net.minecraft.client.stream.IStream
- func_152920_A() - Method in interface net.minecraft.client.stream.IStream
- func_152921_C() - Method in interface net.minecraft.client.stream.IStream
- func_152922_k() - Method in interface net.minecraft.client.stream.IStream
- func_152927_B() - Method in interface net.minecraft.client.stream.IStream
- func_152928_D() - Method in interface net.minecraft.client.stream.IStream
- func_152929_G() - Method in interface net.minecraft.client.stream.IStream
- func_152930_t() - Method in interface net.minecraft.client.stream.IStream
- func_152935_j() - Method in interface net.minecraft.client.stream.IStream
- func_152936_l() - Method in interface net.minecraft.client.stream.IStream
- func_154353_e(double) - Static method in class net.minecraft.util.MathHelper
- func_154354_b(int, int) - Static method in class net.minecraft.util.MathHelper
- func_174845_l() - Method in class net.minecraft.client.particle.EntityDiggingFX
- func_174846_a(BlockPos) - Method in class net.minecraft.client.particle.EntityDiggingFX
- func_174855_j() - Static method in class net.minecraft.entity.projectile.EntityFishHook
- func_174866_q() - Method in class net.minecraft.entity.item.EntityItemFrame
- func_174870_v() - Method in class net.minecraft.entity.item.EntityItem
- func_174894_a(ItemStack) - Method in class net.minecraft.inventory.InventoryBasic
- func_174899_a(IBlockState) - Method in class net.minecraft.entity.item.EntityMinecart
- func_174902_m() - Method in class net.minecraft.tileentity.TileEntityBrewingStand
- func_175039_a(boolean) - Method in class net.minecraft.client.renderer.entity.RenderItem
- func_175116_e() - Method in class net.minecraft.tileentity.TileEntityBanner
- func_175145_a(StatBase) - Method in class net.minecraft.entity.player.EntityPlayer
- func_175173_a(Container, IInventory) - Method in class net.minecraft.client.gui.GuiRepair
- func_175173_a(Container, IInventory) - Method in class net.minecraft.client.gui.inventory.CreativeCrafting
- func_175173_a(Container, IInventory) - Method in interface net.minecraft.inventory.ICrafting
- func_175177_a() - Method in class net.minecraft.client.gui.GuiIngame
- func_175202_a(String) - Method in class net.minecraft.client.gui.GuiLabel
- func_175205_a(Predicate<String>) - Method in class net.minecraft.client.gui.GuiTextField
- func_175207_a(GuiPageButtonList.GuiResponder) - Method in class net.minecraft.client.gui.GuiTextField
- func_175212_b(boolean) - Method in class net.minecraft.client.gui.GuiListButton
- func_175217_d() - Method in class net.minecraft.client.gui.GuiSlider
- func_175218_a(float, boolean) - Method in class net.minecraft.client.gui.GuiSlider
- func_175219_a(float) - Method in class net.minecraft.client.gui.GuiSlider
- func_175220_c() - Method in class net.minecraft.client.gui.GuiSlider
- func_175229_b(boolean) - Method in class net.minecraft.client.gui.GuiLockIconButton
- func_175230_c() - Method in class net.minecraft.client.gui.GuiLockIconButton
- func_175257_a(SpectatorMenu) - Method in class net.minecraft.client.gui.GuiSpectator
- func_175257_a(SpectatorMenu) - Method in interface net.minecraft.client.gui.spectator.ISpectatorMenuRecipient
- func_175258_a(ScaledResolution, float, int, float, SpectatorDetails) - Method in class net.minecraft.client.gui.GuiSpectator
- func_175259_b(int) - Method in class net.minecraft.client.gui.GuiSpectator
- func_175260_a(int) - Method in class net.minecraft.client.gui.GuiSpectator
- func_175261_b() - Method in class net.minecraft.client.gui.GuiSpectator
- func_175262_a() - Method in class net.minecraft.client.gui.GuiSpectator
- func_175263_a(ScaledResolution) - Method in class net.minecraft.client.gui.GuiSpectator
- func_175319_a(int, String) - Method in interface net.minecraft.client.gui.GuiPageButtonList.GuiResponder
- func_175321_a(int, boolean) - Method in interface net.minecraft.client.gui.GuiPageButtonList.GuiResponder
- func_175355_a(EnumDifficulty) - Method in class net.minecraft.client.gui.GuiOptions
- func_175366_f() - Method in class net.minecraft.client.gui.achievement.GuiStats
- func_175385_b(int, int) - Method in class net.minecraft.client.gui.GuiScreenBook
- func_175391_a(ServerListEntryNormal, int, boolean) - Method in class net.minecraft.client.gui.GuiMultiplayer
- func_175392_a(ServerListEntryNormal, int) - Method in class net.minecraft.client.gui.GuiMultiplayer
- func_175393_b(ServerListEntryNormal, int, boolean) - Method in class net.minecraft.client.gui.GuiMultiplayer
- func_175394_b(ServerListEntryNormal, int) - Method in class net.minecraft.client.gui.GuiMultiplayer
- func_175448_a(ItemStack) - Method in class net.minecraft.entity.EntityLiving
- func_175448_a(ItemStack) - Method in class net.minecraft.entity.monster.EntityZombie
- func_175451_e(EntityLivingBase) - Method in class net.minecraft.entity.monster.EntitySlime
- func_175464_ck() - Method in class net.minecraft.entity.monster.EntityGuardian
- func_175469_o(float) - Method in class net.minecraft.entity.monster.EntityGuardian
- func_175471_a(float) - Method in class net.minecraft.entity.monster.EntityGuardian
- func_175472_n() - Method in class net.minecraft.entity.monster.EntityGuardian
- func_175477_p(float) - Method in class net.minecraft.entity.monster.EntityGuardian
- func_175493_co() - Method in class net.minecraft.entity.monster.EntityCreeper
- func_175501_a(int, boolean) - Method in class net.minecraft.entity.EntityAgeable
- func_175507_cI() - Method in class net.minecraft.entity.passive.EntityHorse
- func_175513_a(EnumDyeColor) - Static method in class net.minecraft.entity.passive.EntitySheep
- func_175521_o(float) - Method in class net.minecraft.entity.passive.EntityRabbit
- func_175523_cj() - Method in class net.minecraft.entity.passive.EntityRabbit
- func_175553_cp() - Method in class net.minecraft.entity.passive.EntityVillager
- func_175557_cr() - Method in class net.minecraft.entity.passive.EntityVillager
- func_175567_n() - Method in class net.minecraft.entity.passive.EntitySquid
- func_175568_b(float, float, float) - Method in class net.minecraft.entity.passive.EntitySquid
- func_175744_a(int) - Static method in enum net.minecraft.util.EnumChatFormatting
- func_175900_c() - Method in class net.minecraft.world.gen.FlatLayerInfo
- func_176110_a() - Method in class net.minecraft.util.Vec4b
- func_176111_d() - Method in class net.minecraft.util.Vec4b
- func_176112_b() - Method in class net.minecraft.util.Vec4b
- func_176113_c() - Method in class net.minecraft.util.Vec4b
- func_176260_a(World, BlockPos, IBlockState, boolean, boolean, int, IBlockState) - Method in class net.minecraft.block.BlockTripWireHook
- func_176304_i(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockStairs
- func_176305_g(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockStairs
- func_176306_h(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockStairs
- func_176307_f(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockStairs
- func_176364_g(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockLiquid
- func_176548_d(World, BlockPos) - Method in class net.minecraft.block.BlockPortal
- func_176564_a(World, BlockPos, IBlockState, boolean) - Method in class net.minecraft.block.BlockRailBase
- func_176566_a(World, BlockPos, IBlockState, boolean, int) - Method in class net.minecraft.block.BlockRailPowered
- func_176567_a(World, BlockPos, boolean, int, BlockRailBase.EnumRailDirection) - Method in class net.minecraft.block.BlockRailPowered
- func_177082_d(EntityPotion) - Method in class net.minecraft.client.renderer.entity.RenderPotion
- func_177082_d(T) - Method in class net.minecraft.client.renderer.entity.RenderSnowball
- func_177105_a(T, float) - Method in class net.minecraft.client.renderer.entity.RenderLiving
- func_177175_a(int) - Method in class net.minecraft.client.renderer.entity.layers.LayerArmorBase
- func_177179_a(ModelBiped, int) - Method in class net.minecraft.client.renderer.entity.layers.LayerBipedArmor
- func_177179_a(T, int) - Method in class net.minecraft.client.renderer.entity.layers.LayerArmorBase
- func_177194_a(ModelBiped) - Method in class net.minecraft.client.renderer.entity.layers.LayerBipedArmor
- func_177460_a(IChunkProvider, Chunk, int, int) - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
- func_177460_a(IChunkProvider, Chunk, int, int) - Method in interface net.minecraft.world.chunk.IChunkProvider
- func_177629_a(List<WeightedRandomChestContent>, WeightedRandomChestContent...) - Static method in class net.minecraft.util.WeightedRandomChestContent
- func_178012_a(int, int, ResourceLocation) - Method in class net.minecraft.client.gui.ServerListEntryNormal
- func_178021_b() - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiEntry
- func_178022_a() - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiEntry
- func_178040_a(int, int, int) - Method in class net.minecraft.client.gui.GuiListExtended
- func_178040_a(int, int, int) - Method in class net.minecraft.client.gui.GuiSlot
- func_178056_g() - Method in class net.minecraft.client.gui.GuiPageButtonList
- func_178057_f() - Method in class net.minecraft.client.gui.GuiPageButtonList
- func_178059_e() - Method in class net.minecraft.client.gui.GuiPageButtonList
- func_178061_c(int) - Method in class net.minecraft.client.gui.GuiPageButtonList
- func_178062_a(char, int) - Method in class net.minecraft.client.gui.GuiPageButtonList
- func_178064_i() - Method in class net.minecraft.client.gui.GuiPageButtonList
- func_178071_h() - Method in class net.minecraft.client.gui.GuiPageButtonList
- func_178345_c(int) - Method in class net.minecraft.client.renderer.block.model.BlockFaceUV
- func_178346_b(int) - Method in class net.minecraft.client.renderer.block.model.BlockFaceUV
- func_178348_a(int) - Method in class net.minecraft.client.renderer.block.model.BlockFaceUV
- func_178409_a(int[], EnumFacing, BlockFaceUV, EaglerTextureAtlasSprite) - Method in class net.minecraft.client.renderer.block.model.FaceBakery
- func_178606_a(BlockPos) - Method in class net.minecraft.client.renderer.chunk.VisGraph
- func_178609_b(BlockPos) - Method in class net.minecraft.client.renderer.chunk.VisGraph
- func_178641_d() - Method in class net.minecraft.client.gui.spectator.SpectatorMenu
- func_178642_a() - Method in class net.minecraft.client.gui.spectator.SpectatorMenu
- func_178643_a(int) - Method in class net.minecraft.client.gui.spectator.SpectatorMenu
- func_178644_b(int) - Method in class net.minecraft.client.gui.spectator.SpectatorMenu
- func_178645_b() - Method in class net.minecraft.client.gui.spectator.SpectatorMenu
- func_178646_f() - Method in class net.minecraft.client.gui.spectator.SpectatorMenu
- func_178647_a(ISpectatorMenuView) - Method in class net.minecraft.client.gui.spectator.SpectatorMenu
- func_178648_e() - Method in class net.minecraft.client.gui.spectator.SpectatorMenu
- func_178650_c() - Method in class net.minecraft.client.gui.spectator.SpectatorMenu
- func_178661_a(SpectatorMenu) - Method in class net.minecraft.client.gui.spectator.categories.TeleportToPlayer
- func_178661_a(SpectatorMenu) - Method in class net.minecraft.client.gui.spectator.categories.TeleportToTeam
- func_178661_a(SpectatorMenu) - Method in interface net.minecraft.client.gui.spectator.ISpectatorMenuObject
- func_178661_a(SpectatorMenu) - Method in class net.minecraft.client.gui.spectator.PlayerMenuObject
- func_178662_A_() - Method in class net.minecraft.client.gui.spectator.categories.TeleportToPlayer
- func_178662_A_() - Method in class net.minecraft.client.gui.spectator.categories.TeleportToTeam
- func_178662_A_() - Method in interface net.minecraft.client.gui.spectator.ISpectatorMenuObject
- func_178662_A_() - Method in class net.minecraft.client.gui.spectator.PlayerMenuObject
- func_178663_a(float, int) - Method in class net.minecraft.client.gui.spectator.categories.TeleportToPlayer
- func_178663_a(float, int) - Method in class net.minecraft.client.gui.spectator.categories.TeleportToTeam
- func_178663_a(float, int) - Method in interface net.minecraft.client.gui.spectator.ISpectatorMenuObject
- func_178663_a(float, int) - Method in class net.minecraft.client.gui.spectator.PlayerMenuObject
- func_178669_a() - Method in class net.minecraft.client.gui.spectator.BaseSpectatorGroup
- func_178669_a() - Method in class net.minecraft.client.gui.spectator.categories.TeleportToPlayer
- func_178669_a() - Method in class net.minecraft.client.gui.spectator.categories.TeleportToTeam
- func_178669_a() - Method in interface net.minecraft.client.gui.spectator.ISpectatorMenuView
- func_178670_b() - Method in class net.minecraft.client.gui.spectator.BaseSpectatorGroup
- func_178670_b() - Method in class net.minecraft.client.gui.spectator.categories.TeleportToPlayer
- func_178670_b() - Method in class net.minecraft.client.gui.spectator.categories.TeleportToTeam
- func_178670_b() - Method in interface net.minecraft.client.gui.spectator.ISpectatorMenuView
- func_178680_a(int) - Method in class net.minecraft.client.gui.spectator.categories.SpectatorDetails
- func_178681_b() - Method in class net.minecraft.client.gui.spectator.categories.SpectatorDetails
- func_178706_a() - Method in class net.minecraft.client.model.ModelGuardian
- func_178795_a(String) - Static method in enum net.minecraft.scoreboard.IScoreObjectiveCriteria.EnumRenderType
- func_178796_a() - Method in enum net.minecraft.scoreboard.IScoreObjectiveCriteria.EnumRenderType
- func_178820_a(String, ScoreObjective) - Method in class net.minecraft.scoreboard.Scoreboard
- func_178824_a(String) - Static method in enum net.minecraft.scoreboard.Team.EnumVisible
- func_178825_a() - Static method in enum net.minecraft.scoreboard.Team.EnumVisible
- func_178835_l() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- func_178836_b(int) - Method in class net.minecraft.client.network.NetworkPlayerInfo
- func_178843_c(long) - Method in class net.minecraft.client.network.NetworkPlayerInfo
- func_178844_b(long) - Method in class net.minecraft.client.network.NetworkPlayerInfo
- func_178846_a(long) - Method in class net.minecraft.client.network.NetworkPlayerInfo
- func_178847_n() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- func_178855_p() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- func_178857_c(int) - Method in class net.minecraft.client.network.NetworkPlayerInfo
- func_178858_o() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- func_178860_m() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- func_178892_a(World, StatFileWriter) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
- func_178894_a(EntityPlayer, Entity, MovingObjectPosition) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
- func_178908_a(IChatComponent, int, FontRenderer, boolean, boolean) - Static method in class net.minecraft.client.gui.GuiUtilRenderComponents
- func_178909_a(String, boolean) - Static method in class net.minecraft.client.gui.GuiUtilRenderComponents
- func_178934_d() - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiListEntry
- func_178935_b() - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiListEntry
- func_178936_c() - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiListEntry
- func_178940_a() - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiButtonEntry
- func_178942_g() - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiSlideEntry
- func_178943_e() - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiSlideEntry
- func_178944_f() - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiSlideEntry
- func_178945_a() - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiSlideEntry
- func_178950_a() - Method in class net.minecraft.client.gui.GuiPageButtonList.EditBoxEntry
- func_179025_a(int) - Method in enum net.minecraft.client.renderer.EnumFaceDirection
- func_179105_a(GlStateManager.TexGen, int, FloatBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- func_179326_d() - Method in enum net.minecraft.entity.player.EnumPlayerModelParts
- func_179650_a(int) - Static method in class net.minecraft.command.PlayerSelector
- func_179707_f() - Method in class net.minecraft.network.play.server.S1DPacketEntityEffect
- func_179756_a(Chunk, boolean, boolean, int) - Static method in class net.minecraft.network.play.server.S21PacketChunkData
- func_179760_a() - Method in class net.minecraft.network.play.server.S46PacketSetCompressionLevel
- func_179767_a() - Method in class net.minecraft.network.play.server.S38PacketPlayerListItem
- func_179768_b() - Method in class net.minecraft.network.play.server.S38PacketPlayerListItem
- func_179788_a(WorldBorder) - Method in class net.minecraft.network.play.server.S44PacketWorldBorder
- func_179813_h() - Method in class net.minecraft.network.play.server.S3EPacketTeams
- func_179814_i() - Method in class net.minecraft.network.play.server.S3EPacketTeams
- func_179817_d() - Method in class net.minecraft.network.play.server.S3BPacketScoreboardObjective
- func_179834_f() - Method in class net.minecraft.network.play.server.S08PacketPlayerPosLook
- func_180053_a(int) - Static method in enum net.minecraft.network.play.server.S08PacketPlayerPosLook.EnumFlags
- func_180056_a(Set<S08PacketPlayerPosLook.EnumFlags>) - Static method in enum net.minecraft.network.play.server.S08PacketPlayerPosLook.EnumFlags
- func_180089_b() - Method in class net.minecraft.network.play.server.S22PacketMultiBlockChange.BlockUpdateData
- func_180120_a(BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockPortal.Size
- func_180134_f() - Method in class net.minecraft.util.CombatTracker
- func_180176_a(World, Entity, IInventory) - Static method in class net.minecraft.inventory.InventoryHelper
- func_180181_b(int, int, int) - Static method in class net.minecraft.util.MathHelper
- func_180183_b(float, float, float) - Static method in class net.minecraft.util.MathHelper
- func_180188_d(int, int) - Static method in class net.minecraft.util.MathHelper
- func_180303_b(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.CraftingManager
- func_180342_d() - Method in class net.minecraft.world.Explosion
- func_180364_a(boolean, boolean) - Method in class net.minecraft.block.BlockRailBase.Rail
- func_180372_d() - Method in class net.minecraft.entity.ai.attributes.BaseAttribute
- func_180372_d() - Method in interface net.minecraft.entity.ai.attributes.IAttribute
- func_180376_c(IAttribute) - Method in class net.minecraft.entity.ai.attributes.BaseAttributeMap
- func_180376_c(IAttribute) - Method in class net.minecraft.entity.ai.attributes.ServersideAttributeMap
- func_180458_a(World, double, double, double, EntityMinecart.EnumMinecartType) - Static method in class net.minecraft.entity.item.EntityMinecart
- func_180460_a(BlockPos, IBlockState) - Method in class net.minecraft.entity.item.EntityMinecart
- func_180460_a(BlockPos, IBlockState) - Method in class net.minecraft.entity.item.EntityMinecartFurnace
- func_180560_a(EntityMinecartMobSpawner, float, IBlockState) - Method in class net.minecraft.client.renderer.entity.RenderMinecartMobSpawner
- func_180560_a(EntityMinecartTNT, float, IBlockState) - Method in class net.minecraft.client.renderer.entity.RenderTntMinecart
- func_180560_a(T, float, IBlockState) - Method in class net.minecraft.client.renderer.entity.RenderMinecart
- func_180611_e() - Method in class net.minecraft.inventory.ContainerBeacon
- func_180612_a(World) - Method in class net.minecraft.tileentity.MobSpawnerBaseLogic
- func_180737_a(int, boolean, boolean) - Static method in class net.minecraft.network.play.server.S21PacketChunkData
- func_180794_a(IAttributeInstance) - Method in class net.minecraft.entity.ai.attributes.BaseAttributeMap
- func_180794_a(IAttributeInstance) - Method in class net.minecraft.entity.ai.attributes.ServersideAttributeMap
- func_181012_aH() - Method in class net.minecraft.entity.Entity
- func_181013_g(float) - Method in class net.minecraft.entity.Entity
- func_181013_g(float) - Method in class net.minecraft.entity.EntityLivingBase
- func_181014_aG() - Method in class net.minecraft.entity.Entity
- func_181015_d(BlockPos) - Method in class net.minecraft.entity.Entity
- func_181020_a(NBTTagCompound, int, NBTTagList) - Static method in class net.minecraft.tileentity.TileEntityBanner
- func_181021_d() - Method in class net.minecraft.tileentity.TileEntityBanner
- func_181022_b() - Method in class net.minecraft.client.renderer.EntityRenderer
- func_181023_a(Collection<TileEntity>, Collection<TileEntity>) - Method in class net.minecraft.client.renderer.RenderGlobal
- func_181026_s() - Method in class net.minecraft.entity.item.EntityArmorStand
- func_181029_i() - Method in class net.minecraft.client.gui.GuiIngame
- func_181030_a() - Method in class net.minecraft.client.gui.GuiPlayerTabOverlay
- func_181033_a(Block) - Static method in class net.minecraft.entity.boss.EntityWither
- func_181040_m() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
- func_181041_d() - Method in class net.minecraft.client.multiplayer.ServerData
- func_181055_a() - Method in class net.minecraft.client.renderer.tileentity.TileEntityBeaconRenderer
- func_181055_a() - Method in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer
- func_181066_d() - Method in enum net.minecraft.block.BlockDirt.DirtType
- func_181068_c() - Method in enum net.minecraft.block.BlockStoneSlabNew.EnumType
- func_181070_c() - Method in enum net.minecraft.block.BlockPlanks.EnumType
- func_181072_c() - Method in enum net.minecraft.block.BlockStone.EnumType
- func_181074_c() - Method in enum net.minecraft.block.BlockStoneSlab.EnumType
- func_181076_a(EnumFacing.AxisDirection, EnumFacing.Axis) - Static method in enum net.minecraft.util.EnumFacing
- func_181077_c() - Static method in class net.minecraft.enchantment.Enchantment
- func_181079_c(int, int, int) - Method in class net.minecraft.util.BlockPos.MutableBlockPos
- func_181086_a(World, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockContainer
- func_181087_e(World, BlockPos) - Method in class net.minecraft.block.BlockContainer
- func_181088_a(World, BlockPos, EnumFacing) - Static method in class net.minecraft.block.BlockButton
- func_181089_f(World, BlockPos) - Method in class net.minecraft.block.BlockPortal
- func_181090_a(World, BlockPos, EnumFacing) - Static method in class net.minecraft.block.BlockLever
- func_181100_a() - Method in class net.minecraft.block.BlockPortal.Size
- func_181101_b() - Method in class net.minecraft.block.BlockPortal.Size
- func_181117_a() - Method in class net.minecraft.block.state.pattern.BlockPattern.PatternHelper
- func_181118_d() - Method in class net.minecraft.block.state.pattern.BlockPattern.PatternHelper
- func_181119_e() - Method in class net.minecraft.block.state.pattern.BlockPattern.PatternHelper
- func_181123_a(NBTBase, NBTBase, boolean) - Static method in class net.minecraft.nbt.NBTUtil
- func_181140_a(Entity) - Method in class net.minecraft.scoreboard.Scoreboard
- func_181147_e() - Method in class net.minecraft.client.settings.GameSettings
- func_181148_f() - Method in class net.minecraft.client.settings.GameSettings
- func_181155_a(boolean) - Method in class net.minecraft.client.gui.GuiPageButtonList
- func_181156_c(int) - Method in class net.minecraft.client.gui.GuiPageButtonList
- func_181157_b(Class<?>) - Method in class net.minecraft.util.ClassInheritanceMultiMap
- func_181159_b(double, double) - Static method in class net.minecraft.util.MathHelper
- func_181160_c(double, double, double) - Static method in class net.minecraft.util.MathHelper
- func_181161_i(double) - Static method in class net.minecraft.util.MathHelper
- func_181162_h(double) - Static method in class net.minecraft.util.MathHelper
- func_181168_c() - Static method in class net.minecraft.potion.Potion
- func_181535_r() - Method in class net.minecraft.client.Minecraft
- func_181536_a(int, int, int, int, int, int, int, int, int, int) - Method in class net.minecraft.client.Minecraft
- func_181537_a(boolean) - Method in class net.minecraft.client.Minecraft
- func_181539_aj() - Method in class net.minecraft.client.Minecraft
- func_181540_al() - Method in class net.minecraft.client.Minecraft
- func_181544_b(int) - Method in class net.minecraft.world.World
- func_181545_F() - Method in class net.minecraft.world.World
- func_181551_a(ScaledResolution) - Method in class net.minecraft.client.gui.GuiIngame
- func_181556_a(World, double, double, double) - Static method in class net.minecraft.tileentity.TileEntityHopper
- func_181557_a() - Method in class net.minecraft.client.audio.MusicTicker
- func_181558_a(MusicTicker.MusicType) - Method in class net.minecraft.client.audio.MusicTicker
- func_181560_a(float, long) - Method in class net.minecraft.client.renderer.EntityRenderer
- func_181561_a(AxisAlignedBB) - Static method in class net.minecraft.client.renderer.RenderGlobal
- func_181563_a(AxisAlignedBB, int, int, int, int) - Static method in class net.minecraft.client.renderer.RenderGlobal
- func_181564_a(ItemStack, ItemCameraTransforms.TransformType) - Method in class net.minecraft.client.renderer.entity.RenderItem
- func_181617_a(FutureTask<V>, Logger) - Static method in class net.minecraft.util.Util
- func_181623_g() - Method in class net.minecraft.block.Block
- func_181623_g() - Method in class net.minecraft.block.BlockBanner
- func_181623_g() - Method in class net.minecraft.block.BlockBasePressurePlate
- func_181623_g() - Method in class net.minecraft.block.BlockSign
- func_181627_a(World, boolean) - Static method in class net.minecraft.block.state.pattern.BlockPattern
- func_181656_b() - Method in class net.minecraft.util.AxisAlignedBB
- func_181672_a() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
-
SLOW AND STUPID UPLOAD QUEUE SYSTEM, MUST BE REPLACED
- func_181674_a(float, float, float) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
-
MOST LIKELY USED TO SORT QUADS BACK TO FRONT
- func_181679_a(WorldRenderer) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldVertexBufferUploader
- func_181682_g() - Method in class net.minecraft.client.renderer.block.model.ModelBlock
- func_181687_c(ItemCameraTransforms.TransformType) - Method in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- func_181701_a(EnumFacing) - Method in class net.minecraft.client.renderer.chunk.RenderChunk
- func_181746_c() - Method in class net.minecraft.util.FrameTimer
- func_181747_a(long) - Method in class net.minecraft.util.FrameTimer
- func_181748_a(long, int) - Method in class net.minecraft.util.FrameTimer
- func_181749_a() - Method in class net.minecraft.util.FrameTimer
- func_181750_b() - Method in class net.minecraft.util.FrameTimer
- func_181751_b(int) - Method in class net.minecraft.util.FrameTimer
- func_181756_a(int) - Static method in class net.minecraft.util.IntegerCache
- func_181758_c(float, float, float) - Static method in class net.minecraft.util.MathHelper
- func_183000_F() - Method in class net.minecraft.tileentity.TileEntity
- func_183000_F() - Method in class net.minecraft.tileentity.TileEntityCommandBlock
- func_183000_F() - Method in class net.minecraft.tileentity.TileEntityMobSpawner
- func_183000_F() - Method in class net.minecraft.tileentity.TileEntitySign
- func_183019_a() - Method in class net.minecraft.client.resources.ResourcePackListEntry
- func_183019_a() - Method in class net.minecraft.client.resources.ResourcePackListEntryDefault
- func_183019_a() - Method in class net.minecraft.client.resources.ResourcePackListEntryFound
- func_183027_f() - Method in class net.minecraft.client.resources.ResourcePackRepository.Entry
- func_70489_a(double, double, double) - Method in class net.minecraft.entity.item.EntityMinecart
- func_70495_a(double, double, double, double) - Method in class net.minecraft.entity.item.EntityMinecart
- func_70845_n() - Method in class net.minecraft.entity.monster.EntityBlaze
- func_76309_a(int, double, double) - Method in class net.minecraft.world.gen.NoiseGeneratorImproved
- func_76329_a() - Method in class net.minecraft.profiler.Profiler.Result
- func_77908_a(int, int, int, int, int, int) - Static method in class net.minecraft.potion.PotionHelper
- func_82206_m() - Method in class net.minecraft.entity.boss.EntityWither
- func_82207_a(int) - Method in class net.minecraft.entity.boss.EntityWither
- func_82210_r(int) - Method in class net.minecraft.entity.boss.EntityWither
- func_82498_a() - Method in class net.minecraft.dispenser.BehaviorProjectileDispense
- func_82500_b() - Method in class net.minecraft.dispenser.BehaviorProjectileDispense
- func_82645_d() - Method in class net.minecraft.world.gen.FlatGeneratorInfo
- func_92092_a(Entity, double) - Static method in class net.minecraft.enchantment.EnchantmentProtection
- func_92094_a(int, EaglercraftRandom) - Static method in class net.minecraft.enchantment.EnchantmentThorns
- func_92095_b(int, EaglercraftRandom) - Static method in class net.minecraft.enchantment.EnchantmentThorns
- func_94060_bK() - Method in class net.minecraft.entity.EntityLivingBase
- func_94534_d(int, int) - Static method in class net.minecraft.inventory.Container
- func_94545_a() - Method in class net.minecraft.util.CombatTracker
- func_94550_c() - Method in class net.minecraft.util.CombatTracker
- func_94562_g() - Method in class net.minecraft.util.CombatEntry
- func_94563_c() - Method in class net.minecraft.util.CombatEntry
- func_96112_aD() - Method in class net.minecraft.entity.item.EntityMinecartHopper
- func_96496_a() - Method in class net.minecraft.scoreboard.ScoreboardSaveData
- func_96497_d(NBTTagCompound) - Method in class net.minecraft.scoreboard.ScoreboardSaveData
- func_96502_a(ScorePlayerTeam, NBTTagList) - Method in class net.minecraft.scoreboard.ScoreboardSaveData
- func_96513_c(ScorePlayerTeam) - Method in class net.minecraft.scoreboard.Scoreboard
- func_96516_a(String) - Method in class net.minecraft.scoreboard.Scoreboard
- func_96532_b(ScoreObjective) - Method in class net.minecraft.scoreboard.Scoreboard
- func_96533_c(ScoreObjective) - Method in class net.minecraft.scoreboard.Scoreboard
- func_96536_a(Score) - Method in class net.minecraft.scoreboard.Scoreboard
- func_96560_a(Map<String, String>) - Static method in class net.minecraft.command.PlayerSelector
- func_96635_a(List<EntityPlayer>) - Method in class net.minecraft.scoreboard.GoalColor
- func_96635_a(List<EntityPlayer>) - Method in interface net.minecraft.scoreboard.IScoreObjectiveCriteria
- func_96635_a(List<EntityPlayer>) - Method in class net.minecraft.scoreboard.ScoreDummyCriteria
- func_96635_a(List<EntityPlayer>) - Method in class net.minecraft.scoreboard.ScoreHealthCriteria
- func_96648_a() - Method in class net.minecraft.scoreboard.Score
- func_96651_a(List<EntityPlayer>) - Method in class net.minecraft.scoreboard.Score
- func_98039_d() - Method in class net.minecraft.entity.ai.EntityMinecartMobSpawner
- func_98267_a(int) - Method in class net.minecraft.tileentity.MobSpawnerBaseLogic
- func_98298_a(int) - Method in class net.minecraft.scoreboard.ScorePlayerTeam
- func_98299_i() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
- Function<F,T> - Interface in com.google.common.base
-
Determines an output value based on an input value.
- Functions - Class in com.google.common.base
-
Static utility methods pertaining to
Function
instances. - Functions - Class in org.apache.commons.lang3
-
Deprecated.Use
Failable
. - Functions() - Constructor for class org.apache.commons.lang3.Functions
-
Deprecated.
- Functions.FailableBiConsumer<O1,O2,T extends java.lang.Throwable> - Interface in org.apache.commons.lang3
-
Deprecated.Use
FailableBiConsumer
. - Functions.FailableBiFunction<O1,O2,R,T extends java.lang.Throwable> - Interface in org.apache.commons.lang3
-
Deprecated.Use
FailableBiFunction
. - Functions.FailableBiPredicate<O1,O2,T extends java.lang.Throwable> - Interface in org.apache.commons.lang3
-
Deprecated.Use
FailableBiPredicate
. - Functions.FailableCallable<R,T extends java.lang.Throwable> - Interface in org.apache.commons.lang3
-
Deprecated.Use
FailableCallable
. - Functions.FailableConsumer<O,T extends java.lang.Throwable> - Interface in org.apache.commons.lang3
-
Deprecated.Use
FailableConsumer
. - Functions.FailableFunction<I,R,T extends java.lang.Throwable> - Interface in org.apache.commons.lang3
-
Deprecated.Use
FailableFunction
. - Functions.FailablePredicate<I,T extends java.lang.Throwable> - Interface in org.apache.commons.lang3
-
Deprecated.Use
FailablePredicate
. - Functions.FailableRunnable<T extends java.lang.Throwable> - Interface in org.apache.commons.lang3
-
Deprecated.Use
FailableRunnable
. - Functions.FailableSupplier<R,T extends java.lang.Throwable> - Interface in org.apache.commons.lang3
-
Deprecated.Use
FailableSupplier
. - funnel(T, PrimitiveSink) - Method in interface com.google.common.hash.Funnel
-
Sends a stream of data from the
from
object into the sinkinto
. - Funnel<T> - Interface in com.google.common.hash
-
An object which can send data from an object of type
T
into aPrimitiveSink
. - Funnels - Class in com.google.common.hash
-
Funnels for common types.
- furnace - Static variable in class net.minecraft.init.Blocks
- FURNACE - net.minecraft.entity.item.EntityMinecart.EnumMinecartType
- furnace_minecart - Static variable in class net.minecraft.init.Items
- FurnaceRecipes - Class in net.minecraft.item.crafting
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- fuse - Variable in class net.minecraft.entity.item.EntityTNTPrimed
- Future<V> - Interface in net.lax1dude.eaglercraft.v1_8.futures
-
Copyright (c) 2022-2023 LAX1DUDE.
- futureExceptionLogger - Static variable in interface net.lax1dude.eaglercraft.v1_8.futures.ListenableFuture
- Futures - Class in net.lax1dude.eaglercraft.v1_8.futures
-
Copyright (c) 2022-2023 LAX1DUDE.
- Futures() - Constructor for class net.lax1dude.eaglercraft.v1_8.futures.Futures
- FutureTask<V> - Class in net.lax1dude.eaglercraft.v1_8.futures
-
Copyright (c) 2022-2023 LAX1DUDE.
- FutureTask(Callable<V>) - Constructor for class net.lax1dude.eaglercraft.v1_8.futures.FutureTask
- fuzzyCompare(double, double, double) - Static method in class com.google.common.math.DoubleMath
-
Compares
a
andb
"fuzzily," with a tolerance for nearly-equal values. - fuzzyEquals(double, double, double) - Static method in class com.google.common.math.DoubleMath
-
Returns
true
ifa
andb
are withintolerance
of each other. - fxaa - Variable in class net.minecraft.client.settings.GameSettings
- FXAA - net.minecraft.client.settings.GameSettings.Options
G
- gain - Variable in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioHandle
- gain(float) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IAudioHandle
- gain(float) - Method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioHandle
- GAME - net.minecraft.client.audio.MusicTicker.MusicType
- GameConfiguration - Class in net.minecraft.client.main
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GameConfiguration(GameConfiguration.UserInformation, GameConfiguration.DisplayInformation, GameConfiguration.GameInformation) - Constructor for class net.minecraft.client.main.GameConfiguration
- GameConfiguration.DisplayInformation - Class in net.minecraft.client.main
- GameConfiguration.GameInformation - Class in net.minecraft.client.main
- GameConfiguration.UserInformation - Class in net.minecraft.client.main
- gameInfo - Variable in class net.minecraft.client.main.GameConfiguration
- GameInformation(boolean, String) - Constructor for class net.minecraft.client.main.GameConfiguration.GameInformation
- gameIsSurvivalOrAdventure() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
- gamemode - Variable in class net.minecraft.network.play.server.S38PacketPlayerListItem.AddPlayerData
- GameOverlayFramebuffer - Class in net.lax1dude.eaglercraft.v1_8.opengl
-
Copyright (c) 2023 LAX1DUDE.
- GameOverlayFramebuffer() - Constructor for class net.lax1dude.eaglercraft.v1_8.opengl.GameOverlayFramebuffer
- GameProfile - Class in net.lax1dude.eaglercraft.v1_8.mojang.authlib
-
Copyright (c) 2022-2023 LAX1DUDE.
- GameProfile(EaglercraftUUID, String) - Constructor for class net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
- GameProfile(EaglercraftUUID, String, Multimap<String, Property>) - Constructor for class net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
- GameRules - Class in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GameRules() - Constructor for class net.minecraft.world.GameRules
- GameRules.ValueType - Enum in net.minecraft.world
- gameSettings - Variable in class net.minecraft.client.Minecraft
- GameSettings - Class in net.minecraft.client.settings
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GameSettings(Minecraft) - Constructor for class net.minecraft.client.settings.GameSettings
- GameSettings.Options - Enum in net.minecraft.client.settings
- gameType - Variable in class net.minecraft.network.play.server.S07PacketRespawn
- gameVersion - Variable in class net.minecraft.client.multiplayer.ServerData
-
+ Game version for this server.
- GAMMA - net.minecraft.client.settings.GameSettings.Options
- gammaSetting - Variable in class net.minecraft.client.settings.GameSettings
- gcd(int, int) - Static method in class com.google.common.math.IntMath
-
Returns the greatest common divisor of
a, b
. - gcd(long, long) - Static method in class com.google.common.math.LongMath
-
Returns the greatest common divisor of
a, b
. - ge(A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
-
Checks if the tested object is greater than or equal to
b
- GECKO - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformAgent
- GeneralDigest - Class in net.lax1dude.eaglercraft.v1_8.crypto
-
base implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.
- GeneralDigest() - Constructor for class net.lax1dude.eaglercraft.v1_8.crypto.GeneralDigest
-
Standard constructor
- GeneralDigest(GeneralDigest) - Constructor for class net.lax1dude.eaglercraft.v1_8.crypto.GeneralDigest
-
Copy constructor.
- generalQuads - Variable in class net.minecraft.client.resources.model.SimpleBakedModel
- generalStats - Static variable in class net.minecraft.stats.StatList
- generateBiomeTerrain(World, EaglercraftRandom, ChunkPrimer, int, int, double) - Method in class net.minecraft.world.biome.BiomeGenBase
- generateBitVector(Class<E>, E...) - Static method in class org.apache.commons.lang3.EnumUtils
-
Creates a long bit vector representation of the given array of Enum values.
- generateBitVector(Class<E>, Iterable<? extends E>) - Static method in class org.apache.commons.lang3.EnumUtils
-
Creates a long bit vector representation of the given subset of an Enum.
- generateChestContents(EaglercraftRandom, List<WeightedRandomChestContent>, IInventory, int) - Static method in class net.minecraft.util.WeightedRandomChestContent
- Generated - Annotation Type in javax.annotation
-
The
Generated
annotation is used to mark source code that has been generated. - generateDispenserContents(EaglercraftRandom, List<WeightedRandomChestContent>, TileEntityDispenser, int) - Static method in class net.minecraft.util.WeightedRandomChestContent
- generateDisplayLists() - Static method in class net.minecraft.client.renderer.GLAllocation
-
+ Generates the specified number of display lists and returns the first index.
- generateHeightMap() - Method in class net.minecraft.world.chunk.Chunk
-
+ Generates the height map for a chunk from scratch
- generateHeightMap() - Method in class net.minecraft.world.chunk.EmptyChunk
-
+ Generates the height map for a chunk from scratch
- generateLightBrightnessTable() - Method in class net.minecraft.world.WorldProvider
-
+ Creates the light to brightness table
- generateLightBrightnessTable() - Method in class net.minecraft.world.WorldProviderHell
-
+ Creates the light to brightness table
- generateMipmapData(int, int, int[][]) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
- generateMipmaps(int) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- generateNewRandomName() - Method in class net.minecraft.util.EnchantmentNameParts
-
+ Randomly generates a new name built up of 3 or 4 randomly selected words.
- generateNoiseOctaves(double[], int, int, int, int, double, double, double) - Method in class net.minecraft.world.gen.NoiseGeneratorOctaves
-
+ Bouncer function to the main one with some default arguments.
- generateNoiseOctaves(double[], int, int, int, int, int, int, double, double, double) - Method in class net.minecraft.world.gen.NoiseGeneratorOctaves
-
+ Bouncer function to the main one with some default arguments.
- generateSkylightMap() - Method in class net.minecraft.world.chunk.Chunk
-
+ Generates the initial skylight map for the chunk upon generation or load.
- generateSkylightMap() - Method in class net.minecraft.world.chunk.EmptyChunk
-
+ Generates the initial skylight map for the chunk upon generation or load.
- generateTexture() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- generic - Static variable in class net.minecraft.util.DamageSource
- genTerrainBlocks(World, EaglercraftRandom, ChunkPrimer, int, int, double) - Method in class net.minecraft.world.biome.BiomeGenBase
- genTerrainBlocks(World, EaglercraftRandom, ChunkPrimer, int, int, double) - Method in class net.minecraft.world.biome.BiomeGenHills
- genTerrainBlocks(World, EaglercraftRandom, ChunkPrimer, int, int, double) - Method in class net.minecraft.world.biome.BiomeGenMesa
- genTerrainBlocks(World, EaglercraftRandom, ChunkPrimer, int, int, double) - Method in class net.minecraft.world.biome.BiomeGenMutated
- genTerrainBlocks(World, EaglercraftRandom, ChunkPrimer, int, int, double) - Method in class net.minecraft.world.biome.BiomeGenOcean
- genTerrainBlocks(World, EaglercraftRandom, ChunkPrimer, int, int, double) - Method in class net.minecraft.world.biome.BiomeGenSavanna.Mutated
- genTerrainBlocks(World, EaglercraftRandom, ChunkPrimer, int, int, double) - Method in class net.minecraft.world.biome.BiomeGenTaiga
- get() - Method in class com.google.common.base.Equivalence.Wrapper
-
Returns the (possibly null) reference wrapped by this instance.
- get() - Method in class com.google.common.base.Optional
-
Returns the contained instance, which must be present.
- get() - Method in interface com.google.common.base.Supplier
-
Retrieves an instance of the appropriate type.
- get() - Method in interface net.lax1dude.eaglercraft.v1_8.futures.Future
- get() - Method in class net.lax1dude.eaglercraft.v1_8.futures.FutureTask
- get() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- get() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- get() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- get() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- get() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- get() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- get() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- get() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- get() - Method in interface org.apache.commons.lang3.function.FailableSupplier
-
Supplies an object
- get() - Method in interface org.apache.commons.lang3.Functions.FailableSupplier
-
Deprecated.Supplies an object
- get(byte[]) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- get(byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- get(byte[], int, int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- get(byte[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- get(float[]) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- get(float[]) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- get(float[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- get(float[], int, int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- get(int) - Method in class com.google.common.collect.FluentIterable
-
Returns the element at the specified position in this fluent iterable.
- get(int) - Method in class com.google.common.collect.ForwardingList
- get(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- get(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- get(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- get(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- get(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- get(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- get(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- get(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- get(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.GLObjectMap
- get(int) - Method in class net.minecraft.nbt.NBTTagList
-
+ Get the tag at the given position
- get(int) - Method in class org.json.JSONArray
-
Get the object value associated with an index.
- get(int[]) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- get(int[]) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- get(int[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- get(int[], int, int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- get(int, int, int) - Method in class net.minecraft.world.chunk.NibbleArray
-
+ Returns the nibble of data corresponding to the passed in x, y, z.
- get(int, int, int) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
- get(int, int, int) - Method in class net.minecraft.world.chunk.storage.NibbleArrayReader
- get(long, TimeUnit) - Method in interface net.lax1dude.eaglercraft.v1_8.futures.Future
- get(long, TimeUnit) - Method in class net.lax1dude.eaglercraft.v1_8.futures.FutureTask
- get(short[]) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- get(short[]) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- get(short[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- get(short[], int, int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- get(Iterable<? extends T>, int, T) - Static method in class com.google.common.collect.Iterables
-
Returns the element at the specified position in an iterable or a default value otherwise.
- get(Iterable<T>, int) - Static method in class com.google.common.collect.Iterables
-
Returns the element at the specified position in an iterable.
- get(Object) - Method in class com.google.common.collect.ForwardingMap
- get(Object) - Method in class com.google.common.collect.HashBiMap
- get(Object) - Method in class com.google.common.collect.ImmutableMap
- get(Object) - Method in class net.minecraft.server.management.LowerStringMap
- get(Object, Object) - Method in class com.google.common.collect.ArrayTable
- get(Object, Object) - Method in class com.google.common.collect.ForwardingTable
- get(Object, Object) - Method in class com.google.common.collect.HashBasedTable
- get(Object, Object) - Method in interface com.google.common.collect.Table
-
Returns the value corresponding to the given row and column keys, or
null
if no such mapping exists. - get(String) - Method in class org.json.JSONObject
-
Get the value object associated with a key.
- get(ByteBuffer, int, byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.NioBufferFunctions
- get(ByteBuffer, int, byte[], int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.NioBufferFunctions
- get(Iterator<? extends T>, int, T) - Static method in class com.google.common.collect.Iterators
-
Advances
iterator
position + 1
times, returning the element at theposition
th position ordefaultValue
otherwise. - get(Iterator<T>, int) - Static method in class com.google.common.collect.Iterators
-
Advances
iterator
position + 1
times, returning the element at theposition
th position. - get(K) - Method in class com.google.common.collect.ForwardingListMultimap
- get(K) - Method in class com.google.common.collect.ForwardingMultimap
- get(K) - Method in class com.google.common.collect.ForwardingSetMultimap
- get(K) - Method in class com.google.common.collect.ForwardingSortedSetMultimap
- get(K) - Method in class com.google.common.collect.ImmutableListMultimap
-
Returns an immutable list of the values for the given key.
- get(K) - Method in class com.google.common.collect.ImmutableMultimap
-
Returns an immutable collection of the values for the given key.
- get(K) - Method in class com.google.common.collect.ImmutableRangeMap
- get(K) - Method in class com.google.common.collect.ImmutableSetMultimap
-
Returns an immutable set of the values for the given key.
- get(K) - Method in class com.google.common.collect.LinkedListMultimap
-
Returns a view collection of the values associated with
key
in this multimap, if any. - get(K) - Method in interface com.google.common.collect.ListMultimap
-
Returns a view collection of the values associated with
key
in this multimap, if any. - get(K) - Method in interface com.google.common.collect.Multimap
-
Returns a view collection of the values associated with
key
in this multimap, if any. - get(K) - Method in interface com.google.common.collect.RangeMap
-
Returns the value associated with the specified key, or
null
if there is no such value. - get(K) - Method in interface com.google.common.collect.SetMultimap
-
Returns a view collection of the values associated with
key
in this multimap, if any. - get(K) - Method in interface com.google.common.collect.SortedSetMultimap
-
Returns a collection view of all values associated with a key.
- get(K) - Method in class com.google.common.collect.TreeMultimap
- get(K) - Method in class com.google.common.collect.TreeRangeMap
- get(K) - Method in class net.lax1dude.eaglercraft.v1_8.cache.EaglerLoadingCache
- get(FailableSupplier<T, E>) - Static method in class org.apache.commons.lang3.function.Failable
-
Invokes a supplier, and returns the result.
- get(Functions.FailableSupplier<O, T>) - Static method in class org.apache.commons.lang3.Functions
-
Deprecated.Invokes a supplier, and returns the result.
- get(JSObject) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBIndex
- get(JSObject) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- get(T) - Method in class net.minecraft.util.ObjectIntIdentityMap
- getAbsorptionAmount() - Method in class net.minecraft.entity.EntityLivingBase
- getAbsorptionAmount() - Method in class net.minecraft.entity.player.EntityPlayer
- getAction() - Method in class net.minecraft.event.ClickEvent
-
+ Gets the action to perform when this event is raised.
- getAction() - Method in class net.minecraft.event.HoverEvent
-
+ Gets the action to perform when this event is raised.
- getAction() - Method in class net.minecraft.network.play.client.C02PacketUseEntity
- getAction() - Method in class net.minecraft.network.play.client.C0BPacketEntityAction
- getActionNumber() - Method in class net.minecraft.network.play.client.C0EPacketClickWindow
- getActionNumber() - Method in class net.minecraft.network.play.server.S32PacketConfirmTransaction
- getActivePotionEffect(Potion) - Method in class net.minecraft.entity.EntityLivingBase
-
+ returns the PotionEffect for the supplied Potion if it is active, null otherwise.
- getActivePotionEffects() - Method in class net.minecraft.entity.EntityLivingBase
- getActiveSignal(IBlockAccess, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneComparator
- getActiveSignal(IBlockAccess, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- getActiveSkinModel() - Static method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerProfile
- getActiveSkinResourceLocation() - Static method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerProfile
- getActualHeight() - Method in class net.minecraft.world.World
-
+ Returns current world height.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.Block
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockBed
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockDirt
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockDoor
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockDoublePlant
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockFence
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockFenceGate
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockFire
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockFlowerPot
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockGrass
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockMycelium
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockPane
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockRedstoneRepeater
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockRedstoneWire
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockStairs
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockStem
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockTripWire
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockTripWireHook
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockVine
-
+ Get the actual Block state of this Block at the given position.
- getActualState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockWall
-
+ Get the actual Block state of this Block at the given position.
- getAdditionalDifficulty() - Method in class net.minecraft.world.DifficultyInstance
- getAdjacentChest(EnumFacing) - Method in class net.minecraft.tileentity.TileEntityChest
- getAffectedBlockPositions() - Method in class net.minecraft.network.play.server.S27PacketExplosion
- getAffectedBlockPositions() - Method in class net.minecraft.world.Explosion
- getAge() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.GameOverlayFramebuffer
- getAge() - Method in class net.minecraft.entity.EntityLivingBase
- getAge() - Method in class net.minecraft.entity.item.EntityItem
- getAggressive() - Method in class net.minecraft.entity.monster.EntityWitch
-
+ Return whether this witch is aggressive at an entity.
- getAIMoveSpeed() - Method in class net.minecraft.entity.EntityLivingBase
-
+ the movespeed used for the new AI system
- getAIMoveSpeed() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ the movespeed used for the new AI system
- getAir() - Method in class net.minecraft.entity.Entity
- getAITarget() - Method in class net.minecraft.entity.EntityLivingBase
- getAlgorithmName() - Method in class net.lax1dude.eaglercraft.v1_8.crypto.MD5Digest
- getAlgorithmName() - Method in class net.lax1dude.eaglercraft.v1_8.crypto.SHA1Digest
- getAll(Enchantment, List<ItemStack>) - Method in class net.minecraft.item.ItemEnchantedBook
- getAllAttributes() - Method in class net.minecraft.entity.ai.attributes.BaseAttributeMap
- getAllBytes() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- getAllBytes() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- getAllBytes() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- getAllBytes(boolean) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- getAllBytes(boolean) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- getAllBytes(boolean) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- getAllChars() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- getAllChars() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- getAllChars() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- getAllInBox(BlockPos, BlockPos) - Static method in class net.minecraft.util.BlockPos
-
+ Create an Iterable that returns all positions in the box specified by the given corners
- getAllInBoxMutable(BlockPos, BlockPos) - Static method in class net.minecraft.util.BlockPos
-
+ Like getAllInBox but reuses a single MutableBlockPos instead.
- getAllLines() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- getAllLines() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- getAllLines() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- getAllowedValues() - Method in interface net.minecraft.block.properties.IProperty
- getAllowedValues() - Method in class net.minecraft.block.properties.PropertyBool
- getAllowedValues() - Method in class net.minecraft.block.properties.PropertyEnum
- getAllowedValues() - Method in class net.minecraft.block.properties.PropertyInteger
- getAllowFriendlyFire() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
- getAllowFriendlyFire() - Method in class net.minecraft.scoreboard.Team
- getAllResources(ResourceLocation) - Method in class net.minecraft.client.resources.FallbackResourceManager
- getAllResources(ResourceLocation) - Method in interface net.minecraft.client.resources.IResourceManager
- getAllResources(ResourceLocation) - Method in class net.minecraft.client.resources.SimpleReloadableResourceManager
- getAllStitchSlots(List<Stitcher.Slot>) - Method in class net.minecraft.client.renderer.texture.Stitcher.Slot
- getAllThreadGroups() - Static method in class org.apache.commons.lang3.ThreadUtils
-
Gets all active thread groups excluding the system thread group (A thread group is active if it has been not destroyed).
- getAllThreads() - Static method in class org.apache.commons.lang3.ThreadUtils
-
Gets all active threads (A thread is active if it has been started and has not yet died).
- getAllWatched() - Method in class net.minecraft.entity.DataWatcher
- getAlpha() - Method in class net.minecraft.client.particle.EntityFX
- getAlternativeModel(long) - Method in class net.minecraft.client.resources.model.WeightedBakedModel
- getAlwaysRenderNameTag() - Method in class net.minecraft.entity.Entity
- getAlwaysRenderNameTagForRender() - Method in class net.minecraft.entity.Entity
- getAlwaysRenderNameTagForRender() - Method in class net.minecraft.entity.EntityLivingBase
- getAlwaysRenderNameTagForRender() - Method in class net.minecraft.entity.player.EntityPlayer
- getAmbientMusicType() - Method in class net.minecraft.client.Minecraft
- getAmbientOcclusionEnabled(JSONObject) - Method in class net.minecraft.client.renderer.block.model.ModelBlock.Deserializer
- getAmbientOcclusionLightValue() - Method in class net.minecraft.block.Block
-
+ Returns the default ambient occlusion value based on block opacity
- getAmbientOcclusionLightValue() - Method in class net.minecraft.block.BlockBarrier
-
+ Returns the default ambient occlusion value based on block opacity
- getAmount() - Method in class net.minecraft.entity.ai.attributes.AttributeModifier
- getAmountScrolled() - Method in class net.minecraft.client.gui.GuiSlot
-
+ Returns the amountScrolled field as an integer.
- getAmplifier() - Method in class net.minecraft.network.play.server.S1DPacketEntityEffect
- getAmplifier() - Method in class net.minecraft.potion.PotionEffect
- getAndAdd(byte) - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(double) - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(float) - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(int) - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(long) - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(short) - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Increments this instance's value by
operand
; this method returns the value associated with the instance immediately prior to the addition operation. - getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
- getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
- getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
- getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
- getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
- getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
- getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
- getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
- getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
- getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
- getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
- getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
- getAngrySoundName() - Method in class net.minecraft.entity.passive.EntityHorse
- getAnimal() - Method in enum net.minecraft.entity.EnumCreatureType
-
+ Return whether this creature type is an animal.
- getAnimationType() - Method in class net.minecraft.network.play.server.S0BPacketAnimation
- getAquaAffinityModifier(EntityLivingBase) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the aqua affinity status of enchantments on current equipped item of player.
- getArch() - Method in class org.apache.commons.lang3.arch.Processor
-
Returns the processor architecture as an
Processor.Arch
enum. - getAreAmbient(Collection<PotionEffect>) - Static method in class net.minecraft.potion.PotionHelper
-
+ Check whether a
Collection
<PotionEffect
> are all ambient. - getAreLevelsEmpty(int, int) - Method in class net.minecraft.world.chunk.Chunk
-
+ Returns whether the ExtendedBlockStorages containing levels (in blocks) from arg 1 to arg 2 are fully empty (true) or not (false).
- getAreLevelsEmpty(int, int) - Method in class net.minecraft.world.chunk.EmptyChunk
-
+ Returns whether the ExtendedBlockStorages containing levels (in blocks) from arg 1 to arg 2 are fully empty (true) or not (false).
- getArgumentCount() - Method in enum net.minecraft.util.EnumParticleTypes
- getArmorItemForSlot(int, int) - Static method in class net.minecraft.entity.EntityLiving
-
+ Gets the vanilla armor Item that can go in the slot specified for the given tier.
- getArmorMaterial() - Method in class net.minecraft.item.ItemArmor
-
+ Return the armor material for this armor item.
- getArmorPosition(ItemStack) - Static method in class net.minecraft.entity.EntityLiving
- getArmorVisibility() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ When searching for vulnerable players, if a player is invisible, the return value of this is the chance of seeing them anyway.
- getArrayEnd() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the array end text.
- getArrayOffset() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- getArrayOffset() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- getArrayOffset() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- getArrayOffset() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- getArrayOffset() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- getArrayOffset() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- getArraySeparator() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the array separator text.
- getArrayStart() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the array start text.
- getArrowCountInEntity() - Method in class net.minecraft.entity.EntityLivingBase
-
+ counts the amount of arrows stuck in the entity.
- getAsArray() - Method in class net.lax1dude.eaglercraft.v1_8.EaglerInputStream
- getAsBoolean() - Method in interface org.apache.commons.lang3.function.FailableBooleanSupplier
-
Supplies a boolean.
- getAsBoolean(FailableBooleanSupplier<E>) - Static method in class org.apache.commons.lang3.function.Failable
-
Invokes a boolean supplier, and returns the result.
- getAsDouble() - Method in interface org.apache.commons.lang3.function.FailableDoubleSupplier
-
Supplies a double.
- getAsDouble(FailableDoubleSupplier<E>) - Static method in class org.apache.commons.lang3.function.Failable
-
Invokes a double supplier, and returns the result.
- getAsInt() - Method in interface org.apache.commons.lang3.function.FailableIntSupplier
-
Supplies an int.
- getAsInt(FailableIntSupplier<E>) - Static method in class org.apache.commons.lang3.function.Failable
-
Invokes an int supplier, and returns the result.
- getAsLong() - Method in interface org.apache.commons.lang3.function.FailableLongSupplier
-
Supplies a long.
- getAsLong(FailableLongSupplier<E>) - Static method in class org.apache.commons.lang3.function.Failable
-
Invokes a long supplier, and returns the result.
- getAsShort() - Method in interface org.apache.commons.lang3.function.FailableShortSupplier
-
Supplies an int.
- getAsShort(FailableShortSupplier<E>) - Static method in class org.apache.commons.lang3.function.Failable
-
Invokes a short supplier, and returns the result.
- getAtlasSprite() - Method in class net.minecraft.client.renderer.texture.Stitcher.Holder
- getAtlasSprite(String) - Method in class net.minecraft.client.renderer.texture.TextureMap
- getAttackStrength() - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Gets the amount of damage dealt to the player when "attacked" by the slime.
- getAttackStrength() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Gets the amount of damage dealt to the player when "attacked" by the slime.
- getAttackTarget() - Method in class net.minecraft.entity.EntityLiving
-
+ Gets the active target the Task system uses for tracking
- getAttackTimer() - Method in class net.minecraft.entity.monster.EntityIronGolem
- getAttenuationType() - Method in interface net.minecraft.client.audio.ISound
- getAttenuationType() - Method in class net.minecraft.client.audio.PositionedSound
- getAttribute() - Method in interface net.minecraft.entity.ai.attributes.IAttributeInstance
-
+ Get the Attribute this is an instance of
- getAttribute() - Method in class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
-
+ Get the Attribute this is an instance of
- getAttributeInstance(IAttribute) - Method in class net.minecraft.entity.ai.attributes.BaseAttributeMap
- getAttributeInstance(IAttribute) - Method in class net.minecraft.entity.ai.attributes.ServersideAttributeMap
- getAttributeInstanceByName(String) - Method in class net.minecraft.entity.ai.attributes.BaseAttributeMap
- getAttributeInstanceByName(String) - Method in class net.minecraft.entity.ai.attributes.ServersideAttributeMap
- getAttributeInstanceSet() - Method in class net.minecraft.entity.ai.attributes.ServersideAttributeMap
- getAttributeMap() - Method in class net.minecraft.entity.EntityLivingBase
- getAttributeModifierAmount(int, AttributeModifier) - Method in class net.minecraft.potion.Potion
- getAttributeModifierAmount(int, AttributeModifier) - Method in class net.minecraft.potion.PotionAttackDamage
- getAttributeModifierMap() - Method in class net.minecraft.potion.Potion
- getAttributeModifiers() - Method in class net.minecraft.item.ItemStack
- getAttributeUnlocalizedName() - Method in class net.minecraft.entity.ai.attributes.BaseAttribute
- getAttributeUnlocalizedName() - Method in interface net.minecraft.entity.ai.attributes.IAttribute
- getAttributeValue() - Method in interface net.minecraft.entity.ai.attributes.IAttributeInstance
- getAttributeValue() - Method in class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
- getAuxData() - Method in class net.minecraft.network.play.client.C0BPacketEntityAction
- getAvailablePlayerDat() - Method in interface net.minecraft.world.storage.IPlayerFileData
-
+ Returns an array of usernames for which player.dat exists for.
- getAvailableResourcePacks() - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
-
+ Returns a list containing the available resource packs
- getAverageEdgeLength() - Method in class net.minecraft.util.AxisAlignedBB
-
+ Returns the average length of the edges of the bounding box.
- getAverageGroundLevel() - Method in class net.minecraft.world.WorldProvider
- getAverageGroundLevel() - Method in class net.minecraft.world.WorldProviderEnd
- getAxis() - Method in enum net.minecraft.util.EnumFacing
- getAxisDirection() - Method in enum net.minecraft.util.EnumFacing
-
+ Get the AxisDirection of this Facing.
- getBackgroundImageName() - Method in class net.minecraft.creativetab.CreativeTabs
- getBaseColor() - Method in class net.minecraft.tileentity.TileEntityBanner
- getBaseColor(ItemStack) - Static method in class net.minecraft.tileentity.TileEntityBanner
- getBaseData(String) - Method in class net.zxmushroom63.plugins.BaseData
- getBaseDataArr(String) - Method in class net.zxmushroom63.plugins.BaseData
- getBaseState() - Method in class net.minecraft.block.state.BlockState
- getBaseValue() - Method in interface net.minecraft.entity.ai.attributes.IAttributeInstance
- getBaseValue() - Method in class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
- getBeamSegments() - Method in class net.minecraft.tileentity.TileEntityBeacon
- getBedLocation() - Method in class net.minecraft.entity.player.EntityPlayer
- getBedOrientationInDegrees() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the orientation of the bed in degrees.
- getBedPosition() - Method in class net.minecraft.network.play.server.S0APacketUseBed
- getBedSpawnLocation(World, BlockPos, boolean) - Static method in class net.minecraft.entity.player.EntityPlayer
-
+ Return null if bed is invalid
- getBehavior(ItemStack) - Method in class net.minecraft.block.BlockDispenser
- getBehavior(ItemStack) - Method in class net.minecraft.block.BlockDropper
- getBidiFlag() - Method in class net.minecraft.client.gui.FontRenderer
-
+ Get bidiFlag that controls if the Unicode Bidirectional Algorithm should be run before rendering any string
- getBigDecimal(int) - Method in class org.json.JSONArray
-
Get the BigDecimal value associated with an index.
- getBigDecimal(String) - Method in class org.json.JSONObject
-
Get the BigDecimal value associated with a key.
- getBigInteger(int) - Method in class org.json.JSONArray
-
Get the BigInteger value associated with an index.
- getBigInteger(String) - Method in class org.json.JSONObject
-
Get the BigInteger value associated with a key.
- getBinaryResponse() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- getBinaryResponse() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMServerQuery
- getBiome() - Method in class net.minecraft.world.gen.FlatGeneratorInfo
-
+ Return the biome used on this preset.
- getBiome(int) - Static method in class net.minecraft.world.biome.BiomeGenBase
-
+ return the biome specified by biomeID, or 0 (ocean) if out of bounds
- getBiome(BlockPos) - Method in class net.minecraft.world.chunk.Chunk
- getBiomeArray() - Method in class net.minecraft.world.chunk.Chunk
-
+ Returns an array containing a 16x16 mapping on the X/Z of block positions in this Chunk to biome IDs.
- getBiomeClass() - Method in class net.minecraft.world.biome.BiomeGenBase
- getBiomeClass() - Method in class net.minecraft.world.biome.BiomeGenMutated
- getBiomeFromBiomeList(int, BiomeGenBase) - Static method in class net.minecraft.world.biome.BiomeGenBase
- getBiomeGenArray() - Static method in class net.minecraft.world.biome.BiomeGenBase
- getBiomeGenForCoords(BlockPos) - Method in class net.minecraft.world.ChunkCache
- getBiomeGenForCoords(BlockPos) - Method in interface net.minecraft.world.IBlockAccess
- getBiomeGenForCoords(BlockPos) - Method in class net.minecraft.world.World
- getBlock() - Method in class net.minecraft.block.BlockEventData
- getBlock() - Method in enum net.minecraft.block.BlockFlower.EnumFlowerColor
- getBlock() - Method in class net.minecraft.block.state.BlockState
- getBlock() - Method in interface net.minecraft.block.state.IBlockState
- getBlock() - Method in class net.minecraft.entity.item.EntityFallingBlock
- getBlock() - Method in class net.minecraft.item.ItemBlock
- getBlock() - Method in class net.minecraft.world.NextTickListEntry
- getBlock(int, int, int) - Method in class net.minecraft.world.chunk.Chunk
- getBlock(int, int, int) - Method in class net.minecraft.world.ChunkCoordIntPair
-
+ Get the World coordinates of the Block with the given Chunk coordinates relative to this chunk
- getBlock(BlockPos) - Method in class net.minecraft.world.chunk.Chunk
- getBlock(BlockPos) - Method in class net.minecraft.world.chunk.EmptyChunk
- getBlock(BlockPos) - Method in class net.minecraft.world.World
- getBlockAtEntityViewpoint(World, Entity, float) - Static method in class net.minecraft.client.renderer.ActiveRenderInfo
- getBlockBoundsMaxX() - Method in class net.minecraft.block.Block
-
+ returns the block bounderies maxX value
- getBlockBoundsMaxY() - Method in class net.minecraft.block.Block
-
+ returns the block bounderies maxY value
- getBlockBoundsMaxZ() - Method in class net.minecraft.block.Block
-
+ returns the block bounderies maxZ value
- getBlockBoundsMinX() - Method in class net.minecraft.block.Block
-
+ returns the block bounderies minX value
- getBlockBoundsMinY() - Method in class net.minecraft.block.Block
-
+ returns the block bounderies minY value
- getBlockBoundsMinZ() - Method in class net.minecraft.block.Block
-
+ returns the block bounderies minZ value
- getBlockByExtId(int, int, int) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
-
+ Returns the block for a location in a chunk, with the extended ID merged from a byte array and a NibbleArray to form a full 12-bit block ID.
- getBlockById(int) - Static method in class net.minecraft.block.Block
- getBlockColor() - Method in class net.minecraft.block.Block
- getBlockColor() - Method in class net.minecraft.block.BlockGrass
- getBlockColor() - Method in class net.minecraft.block.BlockLeaves
- getBlockColor() - Method in class net.minecraft.block.BlockLilyPad
- getBlockColor() - Method in class net.minecraft.block.BlockTallGrass
- getBlockColor() - Method in class net.minecraft.block.BlockVine
- getBlockDensity(Vec3, AxisAlignedBB) - Method in class net.minecraft.world.World
-
+ Gets the percentage of real blocks within within a bounding box, along a specified vector.
- getBlocked() - Method in class net.minecraft.entity.item.EntityMinecartHopper
-
+ Get whether this hopper minecart is being blocked by an activator rail.
- getBlockFromItem(Item) - Static method in class net.minecraft.block.Block
- getBlockFromName(String) - Static method in class net.minecraft.block.Block
- getBlockHardness(World, BlockPos) - Method in class net.minecraft.block.Block
- getBlockLayer() - Method in class net.minecraft.block.Block
- getBlockLayer() - Method in class net.minecraft.block.BlockBeacon
- getBlockLayer() - Method in class net.minecraft.block.BlockBed
- getBlockLayer() - Method in class net.minecraft.block.BlockBrewingStand
- getBlockLayer() - Method in class net.minecraft.block.BlockBush
- getBlockLayer() - Method in class net.minecraft.block.BlockCactus
- getBlockLayer() - Method in class net.minecraft.block.BlockCake
- getBlockLayer() - Method in class net.minecraft.block.BlockCocoa
- getBlockLayer() - Method in class net.minecraft.block.BlockDoor
- getBlockLayer() - Method in class net.minecraft.block.BlockFire
- getBlockLayer() - Method in class net.minecraft.block.BlockFlowerPot
- getBlockLayer() - Method in class net.minecraft.block.BlockGlass
- getBlockLayer() - Method in class net.minecraft.block.BlockGrass
- getBlockLayer() - Method in class net.minecraft.block.BlockHopper
- getBlockLayer() - Method in class net.minecraft.block.BlockIce
- getBlockLayer() - Method in class net.minecraft.block.BlockLadder
- getBlockLayer() - Method in class net.minecraft.block.BlockLeaves
- getBlockLayer() - Method in class net.minecraft.block.BlockLiquid
- getBlockLayer() - Method in class net.minecraft.block.BlockMobSpawner
- getBlockLayer() - Method in class net.minecraft.block.BlockPane
- getBlockLayer() - Method in class net.minecraft.block.BlockPortal
- getBlockLayer() - Method in class net.minecraft.block.BlockRailBase
- getBlockLayer() - Method in class net.minecraft.block.BlockRedstoneDiode
- getBlockLayer() - Method in class net.minecraft.block.BlockRedstoneWire
- getBlockLayer() - Method in class net.minecraft.block.BlockReed
- getBlockLayer() - Method in class net.minecraft.block.BlockSlime
- getBlockLayer() - Method in class net.minecraft.block.BlockStainedGlass
- getBlockLayer() - Method in class net.minecraft.block.BlockStainedGlassPane
- getBlockLayer() - Method in class net.minecraft.block.BlockStairs
- getBlockLayer() - Method in class net.minecraft.block.BlockTorch
- getBlockLayer() - Method in class net.minecraft.block.BlockTrapDoor
- getBlockLayer() - Method in class net.minecraft.block.BlockTripWire
- getBlockLayer() - Method in class net.minecraft.block.BlockTripWireHook
- getBlockLayer() - Method in class net.minecraft.block.BlockVine
- getBlockLayer() - Method in class net.minecraft.block.BlockWeb
- getBlocklightArray() - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
-
+ Returns the NibbleArray instance containing Block-light data.
- getBlockLightOpacity(BlockPos) - Method in class net.minecraft.world.chunk.Chunk
- getBlockLightOpacity(BlockPos) - Method in class net.minecraft.world.chunk.EmptyChunk
- getBlockMetadata() - Method in class net.minecraft.block.BlockSourceImpl
- getBlockMetadata() - Method in interface net.minecraft.dispenser.IBlockSource
- getBlockMetadata() - Method in class net.minecraft.tileentity.TileEntity
- getBlockMetadata() - Method in class net.minecraft.tileentity.TileEntityPiston
- getBlockMetadata(BlockPos) - Method in class net.minecraft.world.chunk.Chunk
-
+ Return the metadata corresponding to the given coordinates inside a chunk.
- getBlockMetadata(BlockPos) - Method in class net.minecraft.world.chunk.EmptyChunk
- getBlockModelRenderer() - Method in class net.minecraft.client.renderer.BlockRendererDispatcher
- getBlockModelShapes() - Method in class net.minecraft.client.renderer.BlockRendererDispatcher
- getBlockModelShapes() - Method in class net.minecraft.client.resources.model.ModelManager
- getBlockPathWeight(BlockPos) - Method in class net.minecraft.entity.EntityCreature
- getBlockPathWeight(BlockPos) - Method in class net.minecraft.entity.monster.EntityGiantZombie
- getBlockPathWeight(BlockPos) - Method in class net.minecraft.entity.monster.EntityGuardian
- getBlockPathWeight(BlockPos) - Method in class net.minecraft.entity.monster.EntityMob
- getBlockPathWeight(BlockPos) - Method in class net.minecraft.entity.monster.EntitySilverfish
- getBlockPathWeight(BlockPos) - Method in class net.minecraft.entity.passive.EntityAnimal
- getBlockPos() - Method in class net.minecraft.block.BlockSourceImpl
- getBlockPos() - Method in interface net.minecraft.dispenser.IBlockSource
- getBlockPos() - Method in class net.minecraft.util.MovingObjectPosition
- getBlockPosition() - Method in class net.minecraft.network.play.server.S23PacketBlockChange
- getBlockPosition() - Method in class net.minecraft.network.play.server.S24PacketBlockAction
- getBlockReachDistance() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
-
+ player reach distance = 4F
- getBlockRendererDispatcher() - Method in class net.minecraft.client.Minecraft
- getBlockState() - Method in class net.minecraft.block.Block
- getBlockState() - Method in class net.minecraft.block.BlockRailBase.Rail
- getBlockState() - Method in class net.minecraft.block.state.BlockWorldState
- getBlockState() - Method in class net.minecraft.network.play.server.S22PacketMultiBlockChange.BlockUpdateData
- getBlockState() - Method in class net.minecraft.network.play.server.S23PacketBlockChange
- getBlockState(int) - Method in class net.minecraft.world.chunk.ChunkPrimer
- getBlockState(int, int, int) - Method in class net.minecraft.world.chunk.ChunkPrimer
- getBlockState(BlockPos) - Method in class net.minecraft.client.renderer.RegionRenderCache
- getBlockState(BlockPos) - Method in class net.minecraft.world.chunk.Chunk
- getBlockState(BlockPos) - Method in class net.minecraft.world.ChunkCache
- getBlockState(BlockPos) - Method in interface net.minecraft.world.IBlockAccess
- getBlockState(BlockPos) - Method in class net.minecraft.world.World
- getBlockStateFaster(BlockPos) - Method in class net.minecraft.client.renderer.RegionRenderCache
-
only use with a regular "net.minecraft.util.BlockPos"!
- getBlockStateFaster(BlockPos) - Method in class net.minecraft.world.chunk.Chunk
-
only use with a regular "net.minecraft.util.BlockPos"!
- getBlockStateMapper() - Method in class net.minecraft.client.renderer.BlockModelShapes
- getBlocksToDestroy() - Method in class net.minecraft.block.state.BlockPistonStructureHelper
-
+ Returns an List
of all the blocks that are being destroyed by the piston. - getBlocksToMove() - Method in class net.minecraft.block.state.BlockPistonStructureHelper
-
+ Returns a List
of all the blocks that are being moved by the piston. - getBlockStorageArray() - Method in class net.minecraft.world.chunk.Chunk
-
+ Returns the ExtendedBlockStorage array for this Chunk.
- getBlockTileEntity() - Method in class net.minecraft.block.BlockSourceImpl
- getBlockTileEntity() - Method in interface net.minecraft.dispenser.IBlockSource
- getBlockType() - Method in enum net.minecraft.block.BlockFlower.EnumFlowerType
-
+ Get the Type of this flower (Yellow/Red)
- getBlockType() - Method in class net.minecraft.block.BlockFlower
- getBlockType() - Method in class net.minecraft.block.BlockRedFlower
-
+ Get the Type of this flower (Yellow/Red)
- getBlockType() - Method in class net.minecraft.block.BlockYellowFlower
-
+ Get the Type of this flower (Yellow/Red)
- getBlockType() - Method in class net.minecraft.network.play.server.S24PacketBlockAction
- getBlockType() - Method in class net.minecraft.tileentity.TileEntity
-
+ Gets the block type at the location of this entity (client-only).
- getBlueColorF() - Method in class net.minecraft.client.particle.EntityFX
- getBodyRotation() - Method in class net.minecraft.entity.item.EntityArmorStand
- getBold() - Method in class net.minecraft.util.ChatStyle
-
+ Whether or not text of this ChatStyle should be in bold.
- getBoolean(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getBoolean(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets a boolean at the specified absolute (@code index) in this buffer.
- getBoolean(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getBoolean(int) - Method in class net.minecraft.network.PacketBuffer
- getBoolean(int) - Method in class org.json.JSONArray
-
Get the boolean value associated with an index.
- getBoolean(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves a boolean value using the specified key, or false if no such key was stored.
- getBoolean(String) - Method in class net.minecraft.world.GameRules
-
+ Gets the boolean Game Rule value.
- getBoolean(String) - Method in class net.zxmushroom63.plugins.BaseData
- getBoolean(String) - Method in class org.json.JSONObject
-
Get the boolean value associated with a key.
- getBooleanArr(String) - Method in class net.zxmushroom63.plugins.BaseData
- getBorderCenterX() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the border center X position
- getBorderCenterX(double) - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the border center X position
- getBorderCenterZ() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the border center Z position
- getBorderCenterZ(double) - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the border center Z position
- getBorderDamagePerBlock() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the border damage per block
- getBorderLerpTarget() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the border lerp target
- getBorderLerpTime() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the border lerp time
- getBorderSafeZone() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the border safe zone
- getBorderSize() - Method in class net.minecraft.world.storage.WorldInfo
- getBorderWarningDistance() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the border warning distance
- getBorderWarningTime() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the border warning time
- getBoundingBox(World, BlockPos, IBlockState, float, EnumFacing) - Method in class net.minecraft.block.BlockPistonMoving
- getBoundsForLayers(int) - Method in class net.minecraft.block.BlockSnow
- getBreakerId() - Method in class net.minecraft.network.play.server.S25PacketBlockBreakAnim
- getBreakSound() - Method in class net.minecraft.block.Block.SoundType
- getBrightness(float) - Method in class net.minecraft.client.particle.EntityDropParticleFX
-
+ Gets how bright this entity is.
- getBrightness(float) - Method in class net.minecraft.client.particle.EntityEnchantmentTableParticleFX
-
+ Gets how bright this entity is.
- getBrightness(float) - Method in class net.minecraft.client.particle.EntityFirework.SparkFX
- getBrightness(float) - Method in class net.minecraft.client.particle.EntityFlameFX
-
+ Gets how bright this entity is.
- getBrightness(float) - Method in class net.minecraft.client.particle.EntityLavaFX
-
+ Gets how bright this entity is.
- getBrightness(float) - Method in class net.minecraft.client.particle.EntityPortalFX
-
+ Gets how bright this entity is.
- getBrightness(float) - Method in class net.minecraft.entity.Entity
-
+ Gets how bright this entity is.
- getBrightness(float) - Method in class net.minecraft.entity.item.EntityEnderEye
-
+ Gets how bright this entity is.
- getBrightness(float) - Method in class net.minecraft.entity.item.EntityFireworkRocket
-
+ Gets how bright this entity is.
- getBrightness(float) - Method in class net.minecraft.entity.monster.EntityBlaze
-
+ Gets how bright this entity is.
- getBrightness(float) - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Gets how bright this entity is.
- getBrightness(float) - Method in class net.minecraft.entity.projectile.EntityFireball
-
+ Gets how bright this entity is.
- getBrightnessForRender(float) - Method in class net.minecraft.client.particle.EntityDiggingFX
- getBrightnessForRender(float) - Method in class net.minecraft.client.particle.EntityDropParticleFX
- getBrightnessForRender(float) - Method in class net.minecraft.client.particle.EntityEnchantmentTableParticleFX
- getBrightnessForRender(float) - Method in class net.minecraft.client.particle.EntityFirework.SparkFX
- getBrightnessForRender(float) - Method in class net.minecraft.client.particle.EntityFlameFX
- getBrightnessForRender(float) - Method in class net.minecraft.client.particle.EntityLargeExplodeFX
- getBrightnessForRender(float) - Method in class net.minecraft.client.particle.EntityLavaFX
- getBrightnessForRender(float) - Method in class net.minecraft.client.particle.EntityPortalFX
- getBrightnessForRender(float) - Method in class net.minecraft.entity.boss.EntityWither
- getBrightnessForRender(float) - Method in class net.minecraft.entity.Entity
- getBrightnessForRender(float) - Method in class net.minecraft.entity.item.EntityEnderEye
- getBrightnessForRender(float) - Method in class net.minecraft.entity.item.EntityFireworkRocket
- getBrightnessForRender(float) - Method in class net.minecraft.entity.item.EntityXPOrb
- getBrightnessForRender(float) - Method in class net.minecraft.entity.monster.EntityBlaze
- getBrightnessForRender(float) - Method in class net.minecraft.entity.monster.EntityMagmaCube
- getBrightnessForRender(float) - Method in class net.minecraft.entity.projectile.EntityFireball
- getBrowserKeyFromEagler(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- getBrowserLocationFromEagler(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- getBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.ArrayBufferInputStream
- getBufferData() - Method in class net.minecraft.network.play.client.C17PacketCustomPayload
- getBufferData() - Method in class net.minecraft.network.play.server.S3FPacketCustomPayload
- getButton() - Method in class net.minecraft.network.play.client.C11PacketEnchantItem
- getButtonWidth() - Method in class net.minecraft.client.gui.GuiButton
- getByClass(Class<S>) - Method in class net.minecraft.util.ClassInheritanceMultiMap
- getById(int) - Static method in enum net.minecraft.network.EnumConnectionState
- getByID(int) - Static method in enum net.minecraft.world.WorldSettings.GameType
- getByName(String) - Static method in enum net.minecraft.world.WorldSettings.GameType
- getByNameOrId(String) - Static method in class net.minecraft.item.Item
-
+ Tries to get an Item by it's name (e.g.
- getByte() - Method in class net.minecraft.nbt.NBTBase.NBTPrimitive
- getByte() - Method in class net.minecraft.nbt.NBTTagByte
- getByte() - Method in class net.minecraft.nbt.NBTTagDouble
- getByte() - Method in class net.minecraft.nbt.NBTTagFloat
- getByte() - Method in class net.minecraft.nbt.NBTTagInt
- getByte() - Method in class net.minecraft.nbt.NBTTagLong
- getByte() - Method in class net.minecraft.nbt.NBTTagShort
- getByte(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getByte(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets a byte at the specified absolute
index
in this buffer. - getByte(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getByte(int) - Method in class net.minecraft.network.PacketBuffer
- getByte(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves a byte value using the specified key, or 0 if no such key was stored.
- getByte(String) - Method in class net.zxmushroom63.plugins.BaseData
- getByteArr(String) - Method in class net.zxmushroom63.plugins.BaseData
- getByteArray() - Method in class net.minecraft.nbt.NBTTagByteArray
- getByteArray(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves a byte array using the specified key, or a zero-length array if no such key was stored.
- getByteBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
- getBytes() - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- getBytes(int, byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getBytes(int, byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
index
. - getBytes(int, byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getBytes(int, byte[]) - Method in class net.minecraft.network.PacketBuffer
- getBytes(int, byte[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- getBytes(int, byte[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- getBytes(int, byte[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- getBytes(int, byte[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
index
. - getBytes(int, byte[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- getBytes(int, byte[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getBytes(int, byte[], int, int) - Method in class net.minecraft.network.PacketBuffer
- getBytes(int, OutputStream, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the specified absolute
index
. - getBytes(int, OutputStream, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- getBytes(int, OutputStream, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getBytes(int, OutputStream, int) - Method in class net.minecraft.network.PacketBuffer
- getBytes(int, ByteBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
index
until the destination's position reaches its limit. - getBytes(int, ByteBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- getBytes(int, ByteBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getBytes(int, ByteBuffer) - Method in class net.minecraft.network.PacketBuffer
- getBytes(int, ByteBuf) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getBytes(int, ByteBuf) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
index
until the destination becomes non-writable. - getBytes(int, ByteBuf) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getBytes(int, ByteBuf) - Method in class net.minecraft.network.PacketBuffer
- getBytes(int, ByteBuf, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getBytes(int, ByteBuf, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
index
. - getBytes(int, ByteBuf, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getBytes(int, ByteBuf, int) - Method in class net.minecraft.network.PacketBuffer
- getBytes(int, ByteBuf, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
index
. - getBytes(int, ByteBuf, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- getBytes(int, ByteBuf, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getBytes(int, ByteBuf, int, int) - Method in class net.minecraft.network.PacketBuffer
- getBytes(String, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Calls
String.getBytes(String)
in a null-safe manner. - getBytes(String, Charset) - Static method in class org.apache.commons.lang3.StringUtils
-
Calls
String.getBytes(Charset)
in a null-safe manner. - getByValue(int) - Method in class net.minecraft.util.ObjectIntIdentityMap
- getCallingClass(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getCanBeCreated() - Method in class net.minecraft.world.WorldType
-
+ Gets whether this WorldType can be used to generate a new world.
- getCanBurn() - Method in class net.minecraft.block.material.Material
-
+ Returns if the block can burn or not.
- getCanCraft(EntityPlayer) - Method in class net.minecraft.inventory.Container
-
+ gets whether or not the player can craft in this inventory or not
- getCanonicalName() - Method in enum net.minecraft.event.ClickEvent.Action
- getCanonicalName() - Method in enum net.minecraft.event.HoverEvent.Action
- getCanSpawnHere() - Method in class net.minecraft.entity.EntityCreature
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.EntityLiving
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.monster.EntityEndermite
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.monster.EntityGhast
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.monster.EntityMob
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.monster.EntityPigZombie
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.monster.EntitySilverfish
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.passive.EntityAnimal
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.passive.EntityBat
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.passive.EntitySquid
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCanSpawnHere() - Method in class net.minecraft.entity.passive.EntityWaterMob
-
+ Checks if the entity's current position is a valid location to spawn this entity.
- getCategory() - Method in class net.minecraft.crash.CrashReport
- getCategory(String) - Static method in enum net.minecraft.client.audio.SoundCategory
- getCategoryId() - Method in enum net.minecraft.client.audio.SoundCategory
- getCategoryName() - Method in enum net.minecraft.client.audio.SoundCategory
- getCausalChain(Throwable) - Static method in class com.google.common.base.Throwables
-
Gets a
Throwable
cause chain as a list. - getCause() - Method in exception net.minecraft.util.ReportedException
- getCauseStackTraceOrString() - Method in class net.minecraft.crash.CrashReport
-
+ Gets the stack trace of the Throwable that caused this crash report, or if that fails, the cause .toString().
- getCelestialAngle(float) - Method in class net.minecraft.world.World
-
+ calls calculateCelestialAngle
- getCelestialAngleRadians(float) - Method in class net.minecraft.world.World
-
+ Return getCelestialAngle()*2*PI
- getCenterBlock(int) - Method in class net.minecraft.world.ChunkCoordIntPair
-
+ Get the coordinates of the Block in the center of this chunk with the given Y coordinate
- getCenterX() - Method in class net.minecraft.world.border.WorldBorder
- getCenterXPos() - Method in class net.minecraft.world.ChunkCoordIntPair
- getCenterZ() - Method in class net.minecraft.world.border.WorldBorder
- getCenterZPosition() - Method in class net.minecraft.world.ChunkCoordIntPair
- getChanged() - Method in class net.minecraft.entity.DataWatcher
- getChangedBlocks() - Method in class net.minecraft.network.play.server.S22PacketMultiBlockChange
- getChannelName() - Method in class net.minecraft.network.play.client.C17PacketCustomPayload
- getChannelName() - Method in class net.minecraft.network.play.server.S3FPacketCustomPayload
- getChar() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- getChar() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- getChar(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- getChar(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- getChar(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getChar(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets a 2-byte UTF-16 character at the specified absolute
index
in this buffer. - getChar(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getChar(int) - Method in class net.minecraft.network.PacketBuffer
- getChar(String) - Method in class net.zxmushroom63.plugins.BaseData
- getCharArr(String) - Method in class net.zxmushroom63.plugins.BaseData
- getChars(char[]) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Copies the character array into the specified array.
- getChars(int, int, char[], int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Copies the character array into the specified array.
- getCharWidth(char) - Method in class net.minecraft.client.gui.FontRenderer
-
+ Returns the width of this character as rendered.
- getChatClickEvent() - Method in class net.minecraft.util.ChatStyle
-
+ The effective chat click event.
- getChatComponent() - Method in class net.minecraft.client.gui.ChatLine
- getChatComponent() - Method in class net.minecraft.item.ItemStack
-
+ Get a ChatComponent for this Item's display name that shows this Item on hover
- getChatComponent() - Method in class net.minecraft.network.play.server.S02PacketChat
- getChatComponent(int, int) - Method in class net.minecraft.client.gui.GuiNewChat
-
+ Gets the chat component under the mouse
- getChatComponentText_TextValue() - Method in class net.minecraft.util.ChatComponentText
-
+ Gets the text value of this ChatComponentText.
- getChatFormat() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
- getChatGUI() - Method in class net.minecraft.client.gui.GuiIngame
-
+ returns a pointer to the persistant Chat GUI, containing all previous chat messages and such
- getChatHeight() - Method in class net.minecraft.client.gui.GuiNewChat
- getChatHoverEvent() - Method in class net.minecraft.util.ChatStyle
-
+ The effective chat hover event.
- getChatLineID() - Method in class net.minecraft.client.gui.ChatLine
- getChatOpen() - Method in class net.minecraft.client.gui.GuiNewChat
-
+ Returns true if the chat GUI is open
- getChatScale() - Method in class net.minecraft.client.gui.GuiNewChat
-
+ Returns the chatscale from mc.gameSettings.chatScale
- getChatStyle() - Method in class net.minecraft.util.ChatComponentStyle
- getChatStyle() - Method in interface net.minecraft.util.IChatComponent
- getChatVisibility() - Method in enum net.minecraft.entity.player.EntityPlayer.EnumChatVisibility
- getChatVisibility() - Method in class net.minecraft.network.play.client.C15PacketClientSettings
- getChatWidth() - Method in class net.minecraft.client.gui.GuiNewChat
- getChestType() - Method in class net.minecraft.tileentity.TileEntityChest
- getChunkBytes(int) - Method in class net.minecraft.network.play.server.S26PacketMapChunkBulk
- getChunkCoordIntPair() - Method in class net.minecraft.world.chunk.Chunk
-
+ Gets a ChunkCoordIntPair representing the Chunk's position.
- getChunkCount() - Method in class net.minecraft.network.play.server.S26PacketMapChunkBulk
- getChunkFromBlockCoords(BlockPos) - Method in class net.minecraft.world.World
- getChunkFromChunkCoords(int, int) - Method in class net.minecraft.world.World
-
+ Returns back a chunk looked up by chunk coordinates Args: x, y
- getChunkProvider() - Method in class net.minecraft.world.World
-
+ gets the world's chunk provider
- getChunkSeparator() - Static method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Gets a copy of the chunk separator per RFC 2045 section 2.1.
- getChunkSize(int) - Method in class net.minecraft.network.play.server.S26PacketMapChunkBulk
- getChunksLowestHorizon(int, int) - Method in class net.minecraft.world.World
-
+ Gets the lowest height of the chunk where sunlight directly reaches
- getChunkX() - Method in class net.minecraft.network.play.server.S21PacketChunkData
- getChunkX(int) - Method in class net.minecraft.network.play.server.S26PacketMapChunkBulk
- getChunkZ() - Method in class net.minecraft.network.play.server.S21PacketChunkData
- getChunkZ(int) - Method in class net.minecraft.network.play.server.S26PacketMapChunkBulk
- getClampedAdditionalDifficulty() - Method in class net.minecraft.world.DifficultyInstance
- getClassFromID(int) - Static method in class net.minecraft.entity.EntityList
- getCleanWeatherTime() - Method in class net.minecraft.world.storage.WorldInfo
- getClickedItem() - Method in class net.minecraft.network.play.client.C0EPacketClickWindow
- getClientBrand() - Method in class net.minecraft.client.entity.EntityPlayerSP
- getClientConfigAdapter() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getClientModName() - Static method in class net.minecraft.client.ClientBrandRetriever
- getClientPlayerSkin() - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache
- getClientTime() - Method in class net.minecraft.network.status.client.C01PacketPing
- getClipboard() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getClipboard() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformApplication
- getClipboardString() - Static method in class net.minecraft.client.gui.GuiScreen
-
+ Returns a string stored in the system clipboard.
- getCloseKey() - Method in class net.minecraft.client.gui.achievement.GuiAchievements
- getCloseKey() - Method in class net.minecraft.client.gui.GuiScreen
- getCloseKey() - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
- getClosestDistance(double, double) - Method in class net.minecraft.world.border.WorldBorder
- getClosestDistance(Entity) - Method in class net.minecraft.world.border.WorldBorder
- getClosestHorse(Entity, double) - Method in class net.minecraft.entity.passive.EntityHorse
- getClosestPlayer(double, double, double, double) - Method in class net.minecraft.world.World
-
+ Gets the closest player to the point within the specified distance (distance can be set to less than 0 to not limit the distance).
- getClosestPlayerToEntity(Entity, double) - Method in class net.minecraft.world.World
-
+ Gets the closest player to the entity within the specified distance (if distance is less than 0 then ignored).
- getCloudColour(float) - Method in class net.minecraft.world.World
- getCloudHeight() - Method in class net.minecraft.world.WorldProvider
-
+ the y level at which clouds are rendered.
- getCloudHeight() - Method in class net.minecraft.world.WorldProviderEnd
-
+ the y level at which clouds are rendered.
- getCode() - Method in exception org.apache.commons.lang3.NotImplementedException
-
Obtain the not implemented code.
- getCodecPolicy() - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Returns the decoding behavior policy.
- getCollarColor() - Method in class net.minecraft.entity.passive.EntityWolf
- getCollectedItemEntityID() - Method in class net.minecraft.network.play.server.S0DPacketCollectItem
- getCollidingBoundingBoxes(Entity, AxisAlignedBB) - Method in class net.minecraft.world.World
-
+ Returns a list of bounding boxes that collide with aabb excluding the passed in entity's collision.
- getCollisionBorderSize() - Method in class net.minecraft.entity.Entity
- getCollisionBorderSize() - Method in class net.minecraft.entity.item.EntityItemFrame
- getCollisionBorderSize() - Method in class net.minecraft.entity.projectile.EntityFireball
- getCollisionBoundingBox() - Method in class net.minecraft.client.particle.EntityFirework.SparkFX
- getCollisionBoundingBox() - Method in class net.minecraft.entity.Entity
-
+ Returns the collision bounding box for this entity
- getCollisionBoundingBox() - Method in class net.minecraft.entity.item.EntityBoat
-
+ Returns the collision bounding box for this entity
- getCollisionBoundingBox() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Returns the collision bounding box for this entity
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.Block
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockAir
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockBanner
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockBasePressurePlate
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockBush
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockButton
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockCactus
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockCake
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockCocoa
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockDoor
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockFarmland
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockFenceGate
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockFire
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockLadder
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockLever
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockLilyPad
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockLiquid
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockPistonBase
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockPistonMoving
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockPortal
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRailBase
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneWire
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockReed
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockSign
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockSkull
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockSnow
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockSoulSand
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockTorch
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockTrapDoor
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockTripWire
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockTripWireHook
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockVine
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockWall
- getCollisionBoundingBox(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockWeb
- getCollisionBox(Entity) - Method in class net.minecraft.entity.Entity
-
+ Returns a boundingBox used to collide the entity with other entities and blocks.
- getCollisionBox(Entity) - Method in class net.minecraft.entity.item.EntityBoat
-
+ Returns a boundingBox used to collide the entity with other entities and blocks.
- getCollisionBox(Entity) - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Returns a boundingBox used to collide the entity with other entities and blocks.
- getColor() - Method in class net.minecraft.util.ChatStyle
-
+ Gets the effective color of this ChatStyle.
- getColor(ItemStack) - Method in class net.minecraft.item.ItemArmor
-
+ Return the color for the specified armor ItemStack.
- getColorCode(char) - Method in class net.minecraft.client.gui.FontRenderer
- getColorFromDamage(int) - Method in class net.minecraft.item.ItemPotion
- getColorFromItemStack(ItemStack, int) - Method in class net.minecraft.item.Item
- getColorFromItemStack(ItemStack, int) - Method in class net.minecraft.item.ItemArmor
- getColorFromItemStack(ItemStack, int) - Method in class net.minecraft.item.ItemBanner
- getColorFromItemStack(ItemStack, int) - Method in class net.minecraft.item.ItemColored
- getColorFromItemStack(ItemStack, int) - Method in class net.minecraft.item.ItemDoublePlant
- getColorFromItemStack(ItemStack, int) - Method in class net.minecraft.item.ItemFireworkCharge
- getColorFromItemStack(ItemStack, int) - Method in class net.minecraft.item.ItemLeaves
- getColorFromItemStack(ItemStack, int) - Method in class net.minecraft.item.ItemLilyPad
- getColorFromItemStack(ItemStack, int) - Method in class net.minecraft.item.ItemMonsterPlacer
- getColorFromItemStack(ItemStack, int) - Method in class net.minecraft.item.ItemPotion
- getColorIndex() - Method in enum net.minecraft.util.EnumChatFormatting
-
+ Returns the numerical color index that represents this formatting
- getColorList() - Method in class net.minecraft.tileentity.TileEntityBanner
-
+ Retrieves the list of colors for this tile entity.
- getColorMultiplier(EntityCreeper, float, float) - Method in class net.minecraft.client.renderer.entity.RenderCreeper
-
+ Returns an ARGB int color back.
- getColorMultiplier(T, float, float) - Method in class net.minecraft.client.renderer.entity.RendererLivingEntity
-
+ Returns an ARGB int color back.
- getColorPrefix() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
-
+ Returns the color prefix for the player's team name
- getColors() - Method in class net.minecraft.tileentity.TileEntityBeacon.BeamSegment
- getColorSuffix() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
-
+ Returns the color suffix for the player's team name
- getColumnKey() - Method in interface com.google.common.collect.Table.Cell
-
Returns the column key of this cell.
- getCombatTracker() - Method in class net.minecraft.entity.EntityLivingBase
- getCombinedLight(BlockPos, int) - Method in class net.minecraft.client.renderer.RegionRenderCache
- getCombinedLight(BlockPos, int) - Method in class net.minecraft.world.ChunkCache
- getCombinedLight(BlockPos, int) - Method in interface net.minecraft.world.IBlockAccess
- getCombinedLight(BlockPos, int) - Method in class net.minecraft.world.World
- getCommand() - Method in class net.minecraft.command.server.CommandBlockLogic
-
+ Returns the command of the command block.
- getCommandBlockLogic() - Method in class net.minecraft.entity.EntityMinecartCommandBlock
- getCommandBlockLogic() - Method in class net.minecraft.tileentity.TileEntityCommandBlock
- getCommandSenderEntity() - Method in interface net.minecraft.command.ICommandSender
-
+ Returns the entity associated with the command sender.
- getCommandSenderEntity() - Method in class net.minecraft.entity.Entity
-
+ Returns the entity associated with the command sender.
- getCommonPrefix(String...) - Static method in class org.apache.commons.lang3.StringUtils
-
Compares all Strings in an array and returns the initial sequence of characters that is common to all of them.
- getComparator() - Method in class org.apache.commons.lang3.Range
-
Gets the comparator being used to determine if objects are within the range.
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.Block
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockBrewingStand
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockCake
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockCauldron
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockChest
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockCommandBlock
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockDispenser
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockEndPortalFrame
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockFurnace
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockHopper
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockJukebox
- getComparatorInputOverride(World, BlockPos) - Method in class net.minecraft.block.BlockRailDetector
- getCompiledChunk() - Method in class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- getCompiledChunk() - Method in class net.minecraft.client.renderer.chunk.RenderChunk
- getCompleteReport() - Method in class net.minecraft.crash.CrashReport
-
+ Gets the complete report with headers, stack trace, and different sections as a string.
- getCompoundTag(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves a NBTTagCompound subtag matching the specified key, or a new empty NBTTagCompound if no such key was stored.
- getCompoundTagAt(int) - Method in class net.minecraft.nbt.NBTTagList
-
+ Retrieves the NBTTagCompound at the specified index in the list
- getCompressionTreshold() - Method in class net.minecraft.network.login.server.S03PacketEnableCompression
- getConfiguration() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getConnectStatus() - Method in class net.lax1dude.eaglercraft.v1_8.socket.EaglercraftNetworkManager
- getConstructorFromID(int) - Static method in class net.minecraft.entity.EntityList
- getContainerItem() - Method in class net.minecraft.item.Item
- getContent() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets the String content that the tokenizer is parsing.
- getContentEnd() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the content end text.
- getContentHeight() - Method in class net.minecraft.client.gui.GuiSlot
-
+ Return the height of the content being scrolled
- getContentStart() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the content start text.
- getConversionTimeBoost() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Return the amount of time decremented from conversionTime every tick.
- getCookedHealAmount() - Method in enum net.minecraft.item.ItemFishFood.FishType
- getCookedSaturationModifier() - Method in enum net.minecraft.item.ItemFishFood.FishType
- getCookie(String) - Static method in class me.otterdev.eaglerreborn.CookieLib
- getCookTime(ItemStack) - Method in class net.minecraft.tileentity.TileEntityFurnace
- getCoordinateInfo(double, double, double) - Static method in class net.minecraft.crash.CrashReportCategory
- getCoordinateInfo(BlockPos) - Static method in class net.minecraft.crash.CrashReportCategory
- getCoordinateRandom(int, int, int) - Static method in class net.minecraft.util.MathHelper
- getCount() - Method in interface com.google.common.collect.Multiset.Entry
-
Returns the count of the associated element in the underlying multiset.
- getCount() - Method in class com.google.common.io.CountingInputStream
-
Returns the number of bytes read.
- getCount() - Method in class com.google.common.io.CountingOutputStream
-
Returns the number of bytes written.
- getCount() - Method in class net.lax1dude.eaglercraft.v1_8.EaglerInputStream
- getCraftingLayers() - Method in enum net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- getCraftingResult(InventoryCrafting) - Method in interface net.minecraft.item.crafting.IRecipe
-
+ Returns an Item that is the result of this recipe
- getCraftingResult(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipeBookCloning
-
+ Returns an Item that is the result of this recipe
- getCraftingResult(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipeFireworks
-
+ Returns an Item that is the result of this recipe
- getCraftingResult(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipeRepairItem
-
+ Returns an Item that is the result of this recipe
- getCraftingResult(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipesArmorDyes
-
+ Returns an Item that is the result of this recipe
- getCraftingResult(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipesMapCloning
-
+ Returns an Item that is the result of this recipe
- getCraftingResult(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipesMapExtending
-
+ Returns an Item that is the result of this recipe
- getCraftingResult(InventoryCrafting) - Method in class net.minecraft.item.crafting.ShapedRecipes
-
+ Returns an Item that is the result of this recipe
- getCraftingResult(InventoryCrafting) - Method in class net.minecraft.item.crafting.ShapelessRecipes
-
+ Returns an Item that is the result of this recipe
- getCraftingStack() - Method in enum net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- getCrashCause() - Method in class net.minecraft.crash.CrashReport
-
+ Returns the Throwable object that is the cause for the crash and Crash Report.
- getCrashReport() - Method in exception net.minecraft.util.ReportedException
-
+ Gets the CrashReport wrapped by this exception.
- getCreationCloudUpdateTick() - Method in class net.minecraft.client.renderer.DestroyBlockProgress
-
+ retrieves the 'date' at which the PartiallyDestroyedBlock was created
- getCreativeTab() - Method in class net.minecraft.item.Item
-
+ gets the CreativeTab this item is displayed on
- getCreativeTab() - Method in class net.minecraft.item.ItemBanner
-
+ gets the CreativeTab this item is displayed on
- getCreativeTab() - Method in class net.minecraft.item.ItemBlock
-
+ gets the CreativeTab this item is displayed on
- getCreativeTabToDisplayOn() - Method in class net.minecraft.block.Block
-
+ Returns the CreativeTab to display the given block on.
- getCreatureAttribute() - Method in class net.minecraft.entity.boss.EntityWither
-
+ Get this Entity's EnumCreatureAttribute
- getCreatureAttribute() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Get this Entity's EnumCreatureAttribute
- getCreatureAttribute() - Method in class net.minecraft.entity.monster.EntityEndermite
-
+ Get this Entity's EnumCreatureAttribute
- getCreatureAttribute() - Method in class net.minecraft.entity.monster.EntitySilverfish
-
+ Get this Entity's EnumCreatureAttribute
- getCreatureAttribute() - Method in class net.minecraft.entity.monster.EntitySkeleton
-
+ Get this Entity's EnumCreatureAttribute
- getCreatureAttribute() - Method in class net.minecraft.entity.monster.EntitySpider
-
+ Get this Entity's EnumCreatureAttribute
- getCreatureAttribute() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Get this Entity's EnumCreatureAttribute
- getCreatureClass() - Method in enum net.minecraft.entity.EnumCreatureType
- getCreeperFlashIntensity(float) - Method in class net.minecraft.entity.monster.EntityCreeper
-
+ Params: (Float)Render tick.
- getCreeperState() - Method in class net.minecraft.entity.monster.EntityCreeper
-
+ Returns the current state of creeper, -1 is idle, 1 is 'in fuse'
- getCriteria() - Method in class net.minecraft.scoreboard.ScoreObjective
- getCrop() - Method in class net.minecraft.block.BlockCarrot
- getCrop() - Method in class net.minecraft.block.BlockCrops
- getCrop() - Method in class net.minecraft.block.BlockPotato
- getCSVInstance() - Static method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
- getCSVInstance(char[]) - Static method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
- getCSVInstance(String) - Static method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
- getCurrentArmor(int) - Method in class net.minecraft.entity.EntityLiving
- getCurrentArmor(int) - Method in class net.minecraft.entity.EntityLivingBase
- getCurrentArmor(int) - Method in class net.minecraft.entity.item.EntityArmorStand
- getCurrentArmor(int) - Method in class net.minecraft.entity.player.EntityPlayer
- getCurrentArmor(EntityLivingBase, int) - Method in class net.minecraft.client.renderer.entity.layers.LayerArmorBase
- getCurrentDate() - Method in class net.minecraft.world.World
-
+ returns a calendar object containing the current date
- getCurrentEquippedItem() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the currently being used item by the player.
- getCurrentGameType() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
- getCurrentHeight() - Method in class net.minecraft.client.renderer.texture.Stitcher
- getCurrentItem() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Returns the item stack currently held by the player.
- getCurrentItemID() - Method in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- getCurrentLanguage() - Method in class net.minecraft.client.resources.LanguageManager
- getCurrentMoonPhaseFactor() - Method in class net.minecraft.world.World
-
+ gets the current fullness of the moon expressed as a float between 1.0 and 0.0, in steps of .25
- getCurrentRecipe() - Method in class net.minecraft.inventory.InventoryMerchant
- getCurrentServerData() - Method in class net.minecraft.client.Minecraft
- getCurrentURI() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformNetworking
- getCurrentWidth() - Method in class net.minecraft.client.renderer.texture.Stitcher
- getCursorPosition() - Method in class net.minecraft.client.gui.GuiTextField
-
+ returns the current position of the cursor
- getCustomer() - Method in interface net.minecraft.entity.IMerchant
- getCustomer() - Method in class net.minecraft.entity.NpcMerchant
- getCustomer() - Method in class net.minecraft.entity.passive.EntityVillager
- getCustomNameTag() - Method in class net.minecraft.entity.Entity
- getCustomNameTag() - Method in class net.minecraft.entity.item.EntityMinecart
- getDamage() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Gets the current amount of damage the minecart has taken.
- getDamage() - Method in class net.minecraft.entity.projectile.EntityArrow
- getDamageAmount() - Method in class net.minecraft.util.CombatEntry
- getDamageAmount() - Method in class net.minecraft.world.border.WorldBorder
- getDamageBuffer() - Method in class net.minecraft.world.border.WorldBorder
- getDamageReductionAmount(int) - Method in enum net.minecraft.item.ItemArmor.ArmorMaterial
- getDamageSrc() - Method in class net.minecraft.util.CombatEntry
-
+ Get the DamageSource of the CombatEntry instance.
- getDamageSrcDisplayName() - Method in class net.minecraft.util.CombatEntry
- getDamageTaken() - Method in class net.minecraft.entity.item.EntityBoat
-
+ Gets the damage taken from the last hit.
- getDamageType() - Method in class net.minecraft.util.DamageSource
-
+ Return the name of damage type.
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.Block
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.BlockCocoa
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.BlockDirt
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.BlockDoublePlant
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.BlockFlowerPot
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.BlockNewLeaf
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.BlockOre
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.BlockSilverfish
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.BlockSkull
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.BlockSlab
- getDamageValue(World, BlockPos) - Method in class net.minecraft.block.BlockTallGrass
- getDamageVsEntity() - Method in enum net.minecraft.item.Item.ToolMaterial
- getDamageVsEntity() - Method in class net.minecraft.item.ItemSword
-
+ Returns the amount of damage this item will deal.
- getData() - Method in class net.minecraft.world.chunk.NibbleArray
- getData() - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
- getData1() - Method in class net.minecraft.network.play.server.S24PacketBlockAction
-
+ instrument data for noteblocks
- getData2() - Method in class net.minecraft.network.play.server.S24PacketBlockAction
-
+ pitch data for noteblocks
- getDataURL(ArrayBuffer, String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMUtils
- getDataValueId() - Method in class net.minecraft.entity.DataWatcher.WatchableObject
- getDataView(ByteBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- getDataView(FloatBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- getDataView(IntBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- getDataViewStupid(ByteBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- getDataViewStupid(FloatBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- getDataViewStupid(IntBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- getDataWatcher() - Method in class net.minecraft.entity.Entity
- getDateInstance(int) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a date formatter instance using the specified style in the default time zone and locale.
- getDateInstance(int, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a date formatter instance using the specified style and locale in the default time zone.
- getDateInstance(int, TimeZone) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a date formatter instance using the specified style and time zone in the default locale.
- getDateInstance(int, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a date formatter instance using the specified style, time zone and locale.
- getDateTimeInstance(int, int) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a date/time formatter instance using the specified style in the default time zone and locale.
- getDateTimeInstance(int, int, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a date/time formatter instance using the specified style and locale in the default time zone.
- getDateTimeInstance(int, int, TimeZone) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a date/time formatter instance using the specified style and time zone in the default locale.
- getDateTimeInstance(int, int, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a date/time formatter instance using the specified style, time zone and locale.
- getDayOfMonth() - Method in class org.apache.commons.lang3.time.CalendarUtils
-
Gets the current day of month.
- getDb() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBTransaction
- getDeathMaxRotation(EntityEndermite) - Method in class net.minecraft.client.renderer.entity.RenderEndermite
- getDeathMaxRotation(EntitySilverfish) - Method in class net.minecraft.client.renderer.entity.RenderSilverfish
- getDeathMaxRotation(T) - Method in class net.minecraft.client.renderer.entity.RendererLivingEntity
- getDeathMaxRotation(T) - Method in class net.minecraft.client.renderer.entity.RenderSpider
- getDeathMessage() - Method in class net.minecraft.util.CombatTracker
- getDeathMessage(EntityLivingBase) - Method in class net.minecraft.util.DamageSource
-
+ Gets the death message that is displayed when the player dies
- getDeathMessage(EntityLivingBase) - Method in class net.minecraft.util.EntityDamageSource
-
+ Gets the death message that is displayed when the player dies
- getDeathMessage(EntityLivingBase) - Method in class net.minecraft.util.EntityDamageSourceIndirect
-
+ Gets the death message that is displayed when the player dies
- getDeathMessageVisibility() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
- getDeathMessageVisibility() - Method in class net.minecraft.scoreboard.Team
- getDeathSound() - Method in class net.minecraft.entity.boss.EntityWither
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityBlaze
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityCreeper
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityEnderman
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityEndermite
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityGhast
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityGolem
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityIronGolem
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityMob
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityPigZombie
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntitySilverfish
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntitySkeleton
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntitySpider
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityWitch
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntityBat
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntityChicken
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntityCow
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntityPig
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntityRabbit
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntitySheep
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntitySquid
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntityVillager
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Returns the sound this mob makes on death.
- getDeathSound() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the sound this mob makes on death.
- getDebugFPS() - Static method in class net.minecraft.client.Minecraft
- getDebugInfo() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.ChunkUpdateManager
- getDebugInfoEntities() - Method in class net.minecraft.client.renderer.RenderGlobal
-
+ Gets the entities info for use on the Debug screen
- getDebugInfoRenders() - Method in class net.minecraft.client.renderer.RenderGlobal
-
+ Gets the render info for use on the Debug screen
- getDebugInfoRight() - Method in class net.minecraft.client.gui.GuiOverlayDebug
- getDebugInfoShort() - Method in class net.minecraft.client.renderer.RenderGlobal
- getDebugLoadedEntities() - Method in class net.minecraft.world.World
-
+ This string is 'All: (number of loaded entities)' Viewable by press ing F3
- getDefaultBufferSize() - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Get the default buffer size.
- getDefaultDisplayTile() - Method in class net.minecraft.entity.ai.EntityMinecartMobSpawner
- getDefaultDisplayTile() - Method in class net.minecraft.entity.EntityMinecartCommandBlock
- getDefaultDisplayTile() - Method in class net.minecraft.entity.item.EntityMinecart
- getDefaultDisplayTile() - Method in class net.minecraft.entity.item.EntityMinecartChest
- getDefaultDisplayTile() - Method in class net.minecraft.entity.item.EntityMinecartFurnace
- getDefaultDisplayTile() - Method in class net.minecraft.entity.item.EntityMinecartHopper
- getDefaultDisplayTile() - Method in class net.minecraft.entity.item.EntityMinecartTNT
- getDefaultDisplayTileOffset() - Method in class net.minecraft.entity.item.EntityMinecart
- getDefaultDisplayTileOffset() - Method in class net.minecraft.entity.item.EntityMinecartChest
- getDefaultDisplayTileOffset() - Method in class net.minecraft.entity.item.EntityMinecartHopper
- getDefaultFlatGenerator() - Static method in class net.minecraft.world.gen.FlatGeneratorInfo
- getDefaultLocale() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IClientConfigAdapter
- getDefaultLocale() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMClientConfigAdapter
- getDefaultServerList() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IClientConfigAdapter
- getDefaultServerList() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMClientConfigAdapter
- getDefaultSkin(EaglercraftUUID) - Static method in class net.minecraft.client.resources.DefaultPlayerSkin
-
+ Retrieves the default skin for this player.
- getDefaultSkinLegacy() - Static method in class net.minecraft.client.resources.DefaultPlayerSkin
-
+ Returns the default skind for versions prior to 1.8, which is always the Steve texture.
- getDefaultState() - Method in class net.minecraft.block.Block
- getDefaultStyle() - Static method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Gets the default
ToStringStyle
to use. - getDefaultValue() - Method in class net.minecraft.entity.ai.attributes.BaseAttribute
- getDefaultValue() - Method in interface net.minecraft.entity.ai.attributes.IAttribute
- getDelay(IBlockState) - Method in class net.minecraft.block.BlockRedstoneComparator
- getDelay(IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- getDelay(IBlockState) - Method in class net.minecraft.block.BlockRedstoneRepeater
- getDelimiterMatcher() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets the field delimiter matcher.
- getDenominator() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets the denominator part of the fraction.
- getDepthStriderModifier(Entity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the level of the Depth Strider enchantment.
- getDescription() - Method in class net.minecraft.crash.CrashReport
-
+ Returns the description of the Crash Report.
- getDescription() - Method in class net.minecraft.entity.ai.attributes.RangedAttribute
- getDescription() - Method in class net.minecraft.stats.Achievement
-
+ Returns the fully description of the achievement - ready to be displayed on screen.
- getDescriptionPacket() - Method in class net.minecraft.tileentity.TileEntity
-
+ Allows for a specialized description packet to be created.
- getDescriptionPacket() - Method in class net.minecraft.tileentity.TileEntityBanner
-
+ Allows for a specialized description packet to be created.
- getDescriptionPacket() - Method in class net.minecraft.tileentity.TileEntityBeacon
-
+ Allows for a specialized description packet to be created.
- getDescriptionPacket() - Method in class net.minecraft.tileentity.TileEntityCommandBlock
-
+ Allows for a specialized description packet to be created.
- getDescriptionPacket() - Method in class net.minecraft.tileentity.TileEntityFlowerPot
-
+ Allows for a specialized description packet to be created.
- getDescriptionPacket() - Method in class net.minecraft.tileentity.TileEntityMobSpawner
-
+ Allows for a specialized description packet to be created.
- getDescriptionPacket() - Method in class net.minecraft.tileentity.TileEntitySign
-
+ Allows for a specialized description packet to be created.
- getDescriptionPacket() - Method in class net.minecraft.tileentity.TileEntitySkull
-
+ Allows for a specialized description packet to be created.
- getDeserializer(Class<O>) - Static method in class net.lax1dude.eaglercraft.v1_8.json.JSONTypeProvider
- getDiameter() - Method in class net.minecraft.world.border.WorldBorder
- getDifficulty() - Method in class net.minecraft.network.play.server.S01PacketJoinGame
- getDifficulty() - Method in class net.minecraft.network.play.server.S07PacketRespawn
- getDifficulty() - Method in class net.minecraft.network.play.server.S41PacketServerDifficulty
- getDifficulty() - Method in class net.minecraft.world.storage.WorldInfo
- getDifficulty() - Method in class net.minecraft.world.World
- getDifficultyEnum(int) - Static method in enum net.minecraft.world.EnumDifficulty
- getDifficultyForLocation(BlockPos) - Method in class net.minecraft.world.World
- getDifficultyId() - Method in enum net.minecraft.world.EnumDifficulty
- getDifficultyResourceKey() - Method in enum net.minecraft.world.EnumDifficulty
- getDigestSize() - Method in class net.lax1dude.eaglercraft.v1_8.crypto.MD5Digest
- getDigestSize() - Method in class net.lax1dude.eaglercraft.v1_8.crypto.SHA1Digest
- getDigits(String) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if a String
str
contains Unicode digits, if yes then concatenate all the digits instr
and return it as a String. - getDimension() - Method in class net.minecraft.network.play.server.S01PacketJoinGame
- getDimensionId() - Method in class net.minecraft.world.WorldProvider
-
+ Gets the dimension of the provider
- getDimensionID() - Method in class net.minecraft.network.play.server.S07PacketRespawn
- getDimensionName() - Method in class net.minecraft.world.WorldProvider
- getDimensionName() - Method in class net.minecraft.world.WorldProviderEnd
-
+ Returns the dimension's name, e.g.
- getDimensionName() - Method in class net.minecraft.world.WorldProviderHell
-
+ Returns the dimension's name, e.g.
- getDimensionName() - Method in class net.minecraft.world.WorldProviderSurface
-
+ Returns the dimension's name, e.g.
- getDirection() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- getDirectionVec() - Method in enum net.minecraft.util.EnumFacing
-
+ Get a normalized Vector that points in the direction of this Facing.
- getDispensePosition(IBlockSource) - Static method in class net.minecraft.block.BlockDispenser
-
+ Get the position where the dispenser at the given Coordinates should dispense to.
- getDispenseSlot() - Method in class net.minecraft.tileentity.TileEntityDispenser
- getDisplayedItem() - Method in class net.minecraft.entity.item.EntityItemFrame
- getDisplayList(EnumWorldBlockLayer, CompiledChunk) - Method in class net.minecraft.client.renderer.chunk.ListedRenderChunk
- getDisplayName() - Method in class net.minecraft.block.BlockAnvil.Anvil
- getDisplayName() - Method in class net.minecraft.block.BlockWorkbench.InterfaceCraftingTable
- getDisplayName() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- getDisplayName() - Method in class net.minecraft.client.player.inventory.LocalBlockIntercommunication
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in interface net.minecraft.command.ICommandSender
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.command.server.CommandBlockLogic
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in interface net.minecraft.entity.boss.IBossDisplayData
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.entity.Entity
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in interface net.minecraft.entity.IMerchant
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.entity.NpcMerchant
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.entity.passive.EntityVillager
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.inventory.InventoryBasic
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.inventory.InventoryCrafting
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.inventory.InventoryCraftResult
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.inventory.InventoryMerchant
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.item.ItemStack
-
+ returns the display name of the itemstack
- getDisplayName() - Method in class net.minecraft.network.play.server.S38PacketPlayerListItem.AddPlayerData
- getDisplayName() - Method in class net.minecraft.scoreboard.ScoreObjective
- getDisplayName() - Method in class net.minecraft.tileentity.TileEntityEnchantmentTable
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in class net.minecraft.tileentity.TileEntityLockable
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplayName() - Method in interface net.minecraft.world.IWorldNameable
-
+ Get the formatted ChatComponent that will be used for the sender's username in chat
- getDisplaySlotStrings() - Static method in class net.minecraft.scoreboard.Scoreboard
- getDisplayTile() - Method in class net.minecraft.entity.item.EntityMinecart
- getDisplayTileOffset() - Method in class net.minecraft.entity.item.EntityMinecart
- getDisplayTime() - Method in class net.minecraft.network.play.server.S45PacketTitle
- getDistance(double, double, double) - Method in class net.minecraft.entity.Entity
-
+ Gets the distance to the position.
- getDistanceSq(double, double, double) - Method in class net.minecraft.entity.Entity
-
+ Gets the squared distance to the position.
- getDistanceSq(double, double, double) - Method in class net.minecraft.tileentity.TileEntity
-
+ Returns the square of the distance between this entity and the passed in coordinates.
- getDistanceSq(BlockPos) - Method in class net.minecraft.entity.Entity
-
+ Gets the squared distance to the position.
- getDistanceSqToCenter(BlockPos) - Method in class net.minecraft.entity.Entity
- getDistanceSqToEntity(Entity) - Method in class net.minecraft.entity.Entity
-
+ Returns the squared distance to the entity.
- getDistanceToCamera(double, double, double) - Method in class net.minecraft.client.renderer.entity.RenderManager
- getDistanceToEntity(Entity) - Method in class net.minecraft.entity.Entity
-
+ Returns the distance to the entity.
- getDouble() - Method in class net.minecraft.nbt.NBTBase.NBTPrimitive
- getDouble() - Method in class net.minecraft.nbt.NBTTagByte
- getDouble() - Method in class net.minecraft.nbt.NBTTagDouble
- getDouble() - Method in class net.minecraft.nbt.NBTTagFloat
- getDouble() - Method in class net.minecraft.nbt.NBTTagInt
- getDouble() - Method in class net.minecraft.nbt.NBTTagLong
- getDouble() - Method in class net.minecraft.nbt.NBTTagShort
- getDouble(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getDouble(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets a 64-bit floating point number at the specified absolute
index
in this buffer. - getDouble(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getDouble(int) - Method in class net.minecraft.network.PacketBuffer
- getDouble(int) - Method in class org.json.JSONArray
-
Get the double value associated with an index.
- getDouble(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves a double value using the specified key, or 0 if no such key was stored.
- getDouble(String) - Method in class net.zxmushroom63.plugins.BaseData
- getDouble(String) - Method in class org.json.JSONObject
-
Get the double value associated with a key.
- getDoubleArr(String) - Method in class net.zxmushroom63.plugins.BaseData
- getDoubleAt(int) - Method in class net.minecraft.nbt.NBTTagList
- getDragEvent(int) - Static method in class net.minecraft.inventory.Container
-
+ Args : clickedButton, Returns (0 : start drag, 1 : add slot, 2 : end drag)
- getDrawMode() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
- getDropItem() - Method in class net.minecraft.entity.EntityLiving
- getDropItem() - Method in class net.minecraft.entity.monster.EntityBlaze
- getDropItem() - Method in class net.minecraft.entity.monster.EntityCreeper
- getDropItem() - Method in class net.minecraft.entity.monster.EntityEnderman
- getDropItem() - Method in class net.minecraft.entity.monster.EntityEndermite
- getDropItem() - Method in class net.minecraft.entity.monster.EntityGhast
- getDropItem() - Method in class net.minecraft.entity.monster.EntityMagmaCube
- getDropItem() - Method in class net.minecraft.entity.monster.EntitySilverfish
- getDropItem() - Method in class net.minecraft.entity.monster.EntitySkeleton
- getDropItem() - Method in class net.minecraft.entity.monster.EntitySlime
- getDropItem() - Method in class net.minecraft.entity.monster.EntitySnowman
- getDropItem() - Method in class net.minecraft.entity.monster.EntitySpider
- getDropItem() - Method in class net.minecraft.entity.monster.EntityZombie
- getDropItem() - Method in class net.minecraft.entity.passive.EntityChicken
- getDropItem() - Method in class net.minecraft.entity.passive.EntityCow
- getDropItem() - Method in class net.minecraft.entity.passive.EntityHorse
- getDropItem() - Method in class net.minecraft.entity.passive.EntityOcelot
- getDropItem() - Method in class net.minecraft.entity.passive.EntityPig
- getDropItem() - Method in class net.minecraft.entity.passive.EntitySheep
- getDropItem() - Method in class net.minecraft.entity.passive.EntitySquid
- getDropItem() - Method in class net.minecraft.entity.passive.EntityWolf
- getDurability(int) - Method in enum net.minecraft.item.ItemArmor.ArmorMaterial
- getDuration() - Method in class net.minecraft.network.play.server.S1DPacketEntityEffect
- getDuration() - Method in class net.minecraft.potion.PotionEffect
- getDurationString(PotionEffect) - Static method in class net.minecraft.potion.Potion
- getDWheel() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- getDX() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- getDY() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- getDyeDamage() - Method in enum net.minecraft.item.EnumDyeColor
- getDynamicTextureLocation(String, DynamicTexture) - Method in class net.minecraft.client.renderer.texture.TextureManager
- getEaglerKeyFromBrowser(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- getEaglerKeyFromBrowser(int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- getEaglerKeyFromGLFW(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- getEffectId() - Method in class net.minecraft.network.play.server.S1DPacketEntityEffect
- getEffectId() - Method in class net.minecraft.network.play.server.S1EPacketRemoveEntityEffect
- getEffectiveFlowDecay(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockLiquid
- getEffectiveness() - Method in class net.minecraft.potion.Potion
- getEffectName() - Method in class net.minecraft.potion.PotionEffect
- getEffects(int) - Method in class net.minecraft.item.ItemPotion
-
+ Returns a list of effects for the specified potion damage value.
- getEffects(ItemStack) - Method in class net.minecraft.item.ItemPotion
-
+ Returns a list of effects for the specified potion damage value.
- getEfficiencyModifier(EntityLivingBase) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Return the extra efficiency of tools based on enchantments on equipped player item.
- getEfficiencyOnProperMaterial() - Method in enum net.minecraft.item.Item.ToolMaterial
- getElement() - Method in interface com.google.common.collect.Multiset.Entry
-
Returns the multiset element corresponding to this entry.
- getElement(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- getElement(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- getElement(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- getElement(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- getElement(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- getElement(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- getElements() - Method in class net.minecraft.client.renderer.block.model.ModelBlock
- getEnableBackgroundDrawing() - Method in class net.minecraft.client.gui.GuiTextField
-
+ get enable drawing background and outline
- getEnabled() - Method in class net.minecraft.client.gui.GuiSlot
- getEnableSnow() - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ Returns true if the biome have snowfall instead a normal rain.
- getEnableStats() - Method in class net.minecraft.block.Block
-
+ Return the state of blocks statistics flags - if the block is counted for mined and placed.
- getEnchantability() - Method in enum net.minecraft.item.Item.ToolMaterial
- getEnchantability() - Method in enum net.minecraft.item.ItemArmor.ArmorMaterial
- getEnchantedItem(Enchantment, EntityLivingBase) - Static method in class net.minecraft.enchantment.EnchantmentHelper
- getEnchantedItemStack(EnchantmentData) - Method in class net.minecraft.item.ItemEnchantedBook
-
+ Returns the ItemStack of an enchanted version of this item.
- getEnchantmentById(int) - Static method in class net.minecraft.enchantment.Enchantment
-
+ Retrieves an Enchantment from the enchantmentsList
- getEnchantmentByLocation(String) - Static method in class net.minecraft.enchantment.Enchantment
-
+ Retrieves an enchantment by using its location name.
- getEnchantmentLevel(int, ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the level of enchantment on the ItemStack passed.
- getEnchantmentModifierDamage(ItemStack[], DamageSource) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the modifier of protection enchantments on armors equipped on player.
- getEnchantments(ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
- getEnchantments(ItemStack) - Method in class net.minecraft.item.ItemEnchantedBook
- getEnchantmentTagList() - Method in class net.minecraft.item.ItemStack
- getEncodedLength(byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Calculates the amount of space needed to encode the supplied array.
- getEntities(Class<? extends T>, Predicate<? super T>) - Method in class net.minecraft.world.World
- getEntitiesInAABBexcluding(Entity, AxisAlignedBB, Predicate<? super Entity>) - Method in class net.minecraft.world.World
-
+ Gets all entities within the specified AABB excluding the one passed into it.
- getEntitiesOfTypeWithinAAAB(Class<? extends T>, AxisAlignedBB, List<T>, Predicate<? super T>) - Method in class net.minecraft.world.chunk.Chunk
- getEntitiesOfTypeWithinAAAB(Class<? extends T>, AxisAlignedBB, List<T>, Predicate<? super T>) - Method in class net.minecraft.world.chunk.EmptyChunk
- getEntitiesWithinAABB(Class<? extends T>, AxisAlignedBB) - Method in class net.minecraft.world.World
- getEntitiesWithinAABB(Class<? extends T>, AxisAlignedBB, Predicate<? super T>) - Method in class net.minecraft.world.World
- getEntitiesWithinAABBExcludingEntity(Entity, AxisAlignedBB) - Method in class net.minecraft.world.World
-
+ Will get all entities within the specified AABB excluding the one passed into it.
- getEntitiesWithinAABBForEntity(Entity, AxisAlignedBB, List<Entity>, Predicate<? super Entity>) - Method in class net.minecraft.world.chunk.Chunk
-
+ Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity.
- getEntitiesWithinAABBForEntity(Entity, AxisAlignedBB, List<Entity>, Predicate<? super Entity>) - Method in class net.minecraft.world.chunk.EmptyChunk
-
+ Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity.
- getEntity() - Method in class net.minecraft.util.DamageSource
- getEntity() - Method in class net.minecraft.util.EntityDamageSource
- getEntity() - Method in class net.minecraft.util.EntityDamageSourceIndirect
- getEntity(World) - Method in class net.minecraft.network.play.server.S14PacketEntity
- getEntity(World) - Method in class net.minecraft.network.play.server.S19PacketEntityHeadLook
- getEntity(World) - Method in class net.minecraft.network.play.server.S19PacketEntityStatus
- getEntity(World) - Method in class net.minecraft.network.play.server.S43PacketCamera
- getEntity(World) - Method in class net.minecraft.network.play.server.S49PacketUpdateEntityNBT
- getEntityAttribute(IAttribute) - Method in class net.minecraft.entity.EntityLivingBase
- getEntityBoundingBox() - Method in class net.minecraft.entity.Entity
- getEntityByID(int) - Method in class net.minecraft.client.multiplayer.WorldClient
-
+ Returns the Entity with the given ID, or null if it doesn't exist in this World.
- getEntityByID(int) - Method in class net.minecraft.world.World
-
+ Returns the Entity with the given ID, or null if it doesn't exist in this World.
- getEntityByUUID(String) - Method in class net.minecraft.world.World
- getEntityClassRenderObject(Class<? extends Entity>) - Method in class net.minecraft.client.renderer.entity.RenderManager
- getEntityFromWorld(World) - Method in class net.minecraft.network.play.client.C02PacketUseEntity
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.Barrier.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityAuraFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityAuraFX.HappyVillagerFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityBlockDustFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityBreakingFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityBreakingFX.SlimeFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityBreakingFX.SnowballFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityBubbleFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityCloudFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityCrit2FX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityCrit2FX.MagicFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityCritFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityDiggingFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityDropParticleFX.LavaFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityDropParticleFX.WaterFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityEnchantmentTableParticleFX.EnchantmentTable
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityExplodeFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityFirework.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityFishWakeFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityFlameFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityFootStepFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityHeartFX.AngryVillagerFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityHeartFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityHugeExplodeFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityLargeExplodeFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityLavaFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityNoteFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityPortalFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityRainFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntityReddustFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntitySmokeFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntitySnowShovelFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntitySpellParticleFX.AmbientMobFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntitySpellParticleFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntitySpellParticleFX.InstantFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntitySpellParticleFX.MobFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntitySpellParticleFX.WitchFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntitySplashFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.EntitySuspendFX.Factory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in interface net.minecraft.client.particle.IParticleFactory
- getEntityFX(int, World, double, double, double, double, double, double, int...) - Method in class net.minecraft.client.particle.MobAppearance.Factory
- getEntityId() - Method in class net.minecraft.entity.Entity
- getEntityId() - Method in class net.minecraft.network.play.server.S01PacketJoinGame
- getEntityId() - Method in class net.minecraft.network.play.server.S18PacketEntityTeleport
- getEntityId() - Method in class net.minecraft.network.play.server.S1BPacketEntityAttach
- getEntityId() - Method in class net.minecraft.network.play.server.S1CPacketEntityMetadata
- getEntityId() - Method in class net.minecraft.network.play.server.S1DPacketEntityEffect
- getEntityId() - Method in class net.minecraft.network.play.server.S1EPacketRemoveEntityEffect
- getEntityId() - Method in class net.minecraft.network.play.server.S20PacketEntityProperties
- getEntityId() - Method in class net.minecraft.network.play.server.S2DPacketOpenWindow
- getEntityID() - Method in class net.minecraft.network.play.server.S04PacketEntityEquipment
- getEntityID() - Method in class net.minecraft.network.play.server.S0BPacketAnimation
- getEntityID() - Method in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- getEntityID() - Method in class net.minecraft.network.play.server.S0DPacketCollectItem
- getEntityID() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- getEntityID() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getEntityID() - Method in class net.minecraft.network.play.server.S10PacketSpawnPainting
- getEntityID() - Method in class net.minecraft.network.play.server.S11PacketSpawnExperienceOrb
- getEntityID() - Method in class net.minecraft.network.play.server.S12PacketEntityVelocity
- getEntityID(Entity) - Static method in class net.minecraft.entity.EntityList
-
+ gets the entityID of a specific entity
- getEntityIDs() - Method in class net.minecraft.network.play.server.S13PacketDestroyEntities
- getEntityItem() - Method in class net.minecraft.entity.item.EntityItem
-
+ Returns the ItemStack corresponding to the Entity (Note: if no item exists, will log an error but still return an ItemStack containing Block.stone)
- getEntityLists() - Method in class net.minecraft.world.chunk.Chunk
- getEntityNameList() - Static method in class net.minecraft.entity.EntityList
- getEntityRenderObject(Entity) - Method in class net.minecraft.client.renderer.entity.RenderManager
- getEntityString() - Method in class net.minecraft.entity.Entity
-
+ Returns the string that identifies this Entity's class
- getEntityString(Entity) - Static method in class net.minecraft.entity.EntityList
-
+ Gets the string representation of a specific entity.
- getEntityTexture(AbstractClientPlayer) - Method in class net.minecraft.client.renderer.entity.RenderPlayer
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityDragon) - Method in class net.minecraft.client.renderer.entity.RenderDragon
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityWither) - Method in class net.minecraft.client.renderer.entity.RenderWither
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityLightningBolt) - Method in class net.minecraft.client.renderer.entity.RenderLightningBolt
-
+ Returns the location of an entity's texture.
- getEntityTexture(Entity) - Method in class net.minecraft.client.renderer.entity.RenderEntity
-
+ Returns the location of an entity's texture.
- getEntityTexture(Entity) - Method in class net.minecraft.client.renderer.entity.RenderSnowball
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityLeashKnot) - Method in class net.minecraft.client.renderer.entity.RenderLeashKnot
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityArmorStand) - Method in class net.minecraft.client.renderer.entity.ArmorStandRenderer
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityBoat) - Method in class net.minecraft.client.renderer.entity.RenderBoat
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityEnderCrystal) - Method in class net.minecraft.client.renderer.tileentity.RenderEnderCrystal
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityFallingBlock) - Method in class net.minecraft.client.renderer.entity.RenderFallingBlock
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityItem) - Method in class net.minecraft.client.renderer.entity.RenderEntityItem
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityItemFrame) - Method in class net.minecraft.client.renderer.tileentity.RenderItemFrame
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityPainting) - Method in class net.minecraft.client.renderer.entity.RenderPainting
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityTNTPrimed) - Method in class net.minecraft.client.renderer.entity.RenderTNTPrimed
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityXPOrb) - Method in class net.minecraft.client.renderer.entity.RenderXPOrb
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityBlaze) - Method in class net.minecraft.client.renderer.entity.RenderBlaze
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityCaveSpider) - Method in class net.minecraft.client.renderer.entity.RenderCaveSpider
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityCreeper) - Method in class net.minecraft.client.renderer.entity.RenderCreeper
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityEnderman) - Method in class net.minecraft.client.renderer.entity.RenderEnderman
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityEndermite) - Method in class net.minecraft.client.renderer.entity.RenderEndermite
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityGhast) - Method in class net.minecraft.client.renderer.entity.RenderGhast
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityGiantZombie) - Method in class net.minecraft.client.renderer.entity.RenderGiantZombie
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityGuardian) - Method in class net.minecraft.client.renderer.entity.RenderGuardian
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityIronGolem) - Method in class net.minecraft.client.renderer.entity.RenderIronGolem
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityMagmaCube) - Method in class net.minecraft.client.renderer.entity.RenderMagmaCube
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityPigZombie) - Method in class net.minecraft.client.renderer.entity.RenderPigZombie
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntitySilverfish) - Method in class net.minecraft.client.renderer.entity.RenderSilverfish
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntitySkeleton) - Method in class net.minecraft.client.renderer.entity.RenderSkeleton
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntitySlime) - Method in class net.minecraft.client.renderer.entity.RenderSlime
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntitySnowman) - Method in class net.minecraft.client.renderer.entity.RenderSnowMan
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityWitch) - Method in class net.minecraft.client.renderer.entity.RenderWitch
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityZombie) - Method in class net.minecraft.client.renderer.entity.RenderZombie
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityBat) - Method in class net.minecraft.client.renderer.entity.RenderBat
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityChicken) - Method in class net.minecraft.client.renderer.entity.RenderChicken
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityCow) - Method in class net.minecraft.client.renderer.entity.RenderCow
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityHorse) - Method in class net.minecraft.client.renderer.entity.RenderHorse
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityMooshroom) - Method in class net.minecraft.client.renderer.entity.RenderMooshroom
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityOcelot) - Method in class net.minecraft.client.renderer.entity.RenderOcelot
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityPig) - Method in class net.minecraft.client.renderer.entity.RenderPig
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityRabbit) - Method in class net.minecraft.client.renderer.entity.RenderRabbit
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntitySheep) - Method in class net.minecraft.client.renderer.entity.RenderSheep
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntitySquid) - Method in class net.minecraft.client.renderer.entity.RenderSquid
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityVillager) - Method in class net.minecraft.client.renderer.entity.RenderVillager
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityWolf) - Method in class net.minecraft.client.renderer.entity.RenderWolf
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityArrow) - Method in class net.minecraft.client.renderer.entity.RenderArrow
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityFireball) - Method in class net.minecraft.client.renderer.entity.RenderFireball
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityFishHook) - Method in class net.minecraft.client.renderer.entity.RenderFish
-
+ Returns the location of an entity's texture.
- getEntityTexture(EntityWitherSkull) - Method in class net.minecraft.client.renderer.tileentity.RenderWitherSkull
-
+ Returns the location of an entity's texture.
- getEntityTexture(T) - Method in class net.minecraft.client.renderer.entity.Render
- getEntityTexture(T) - Method in class net.minecraft.client.renderer.entity.RenderBiped
-
+ Returns the location of an entity's texture.
- getEntityTexture(T) - Method in class net.minecraft.client.renderer.entity.RenderMinecart
-
+ Returns the location of an entity's texture.
- getEntityTexture(T) - Method in class net.minecraft.client.renderer.entity.RenderSpider
-
+ Returns the location of an entity's texture.
- getEntityType() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getEntityWorld() - Method in interface net.minecraft.command.ICommandSender
-
+ Get the world, if available.
- getEntityWorld() - Method in class net.minecraft.entity.Entity
-
+ Get the world, if available.
- getEntry(K) - Method in class com.google.common.collect.ImmutableRangeMap
- getEntry(K) - Method in interface com.google.common.collect.RangeMap
-
Returns the range containing this key and its associated value, if such a range is present in the range map, or
null
otherwise. - getEntry(K) - Method in class com.google.common.collect.TreeRangeMap
- getEnum(Class<E>, int) - Method in class org.json.JSONArray
-
Get the enum value associated with an index.
- getEnum(Class<E>, String) - Static method in class org.apache.commons.lang3.EnumUtils
-
Gets the enum for the class, returning
null
if not found. - getEnum(Class<E>, String) - Method in class org.json.JSONObject
-
Get the enum value associated with a key.
- getEnum(Class<E>, String, E) - Static method in class org.apache.commons.lang3.EnumUtils
-
Gets the enum for the class, returning
defaultEnum
if not found. - getEnumBoolean() - Method in enum net.minecraft.client.settings.GameSettings.Options
- getEnumChatVisibility(int) - Static method in enum net.minecraft.entity.player.EntityPlayer.EnumChatVisibility
- getEnumFloat() - Method in enum net.minecraft.client.settings.GameSettings.Options
- getEnumIgnoreCase(Class<E>, String) - Static method in class org.apache.commons.lang3.EnumUtils
-
Gets the enum for the class, returning
null
if not found. - getEnumIgnoreCase(Class<E>, String, E) - Static method in class org.apache.commons.lang3.EnumUtils
-
Gets the enum for the class, returning
defaultEnum
if not found. - getEnumList(Class<E>) - Static method in class org.apache.commons.lang3.EnumUtils
-
Gets the
List
of enums. - getEnumMap(Class<E>) - Static method in class org.apache.commons.lang3.EnumUtils
-
Gets the
Map
of enums by name. - getEnumOptions(int) - Static method in enum net.minecraft.client.settings.GameSettings.Options
- getEnumString() - Method in enum net.minecraft.client.settings.GameSettings.Options
- getEnvironmentVariable(String, String) - Static method in class org.apache.commons.lang3.SystemUtils
-
Gets an environment variable, defaulting to
defaultValue
if the variable cannot be read. - getEquipmentInSlot(int) - Method in class net.minecraft.entity.EntityLiving
-
+ 0: Tool in Hand; 1-4: Armor
- getEquipmentInSlot(int) - Method in class net.minecraft.entity.EntityLivingBase
- getEquipmentInSlot(int) - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ 0: Tool in Hand; 1-4: Armor
- getEquipmentInSlot(int) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ 0: Tool in Hand; 1-4: Armor
- getEquipmentSlot() - Method in class net.minecraft.network.play.server.S04PacketEntityEquipment
- getError() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBRequest
- getError() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBTransaction
- getErrorObjects() - Method in exception net.minecraft.command.CommandException
- getEscapeChar() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Returns the escape character.
- getEventButton() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- getEventButtonState() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- getEventCharacter() - Static method in class net.lax1dude.eaglercraft.v1_8.Keyboard
- getEventDWheel() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- getEventID() - Method in class net.minecraft.block.BlockEventData
-
+ Get the Event ID (different for each BlockID)
- getEventKey() - Static method in class net.lax1dude.eaglercraft.v1_8.Keyboard
- getEventKeyState() - Static method in class net.lax1dude.eaglercraft.v1_8.Keyboard
- getEventParameter() - Method in class net.minecraft.block.BlockEventData
- getEventX() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- getEventY() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- getExperiencePoints(EntityPlayer) - Method in class net.minecraft.entity.EntityLiving
-
+ Get the experience points the entity currently has.
- getExperiencePoints(EntityPlayer) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Get the experience points the entity currently has.
- getExperiencePoints(EntityPlayer) - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Get the experience points the entity currently has.
- getExperiencePoints(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityAnimal
-
+ Get the experience points the entity currently has.
- getExperiencePoints(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityChicken
-
+ Get the experience points the entity currently has.
- getExperiencePoints(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityWaterMob
-
+ Get the experience points the entity currently has.
- getExperiencePoints(EntityPlayer) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Get the experience points the entity currently has.
- getExplosionResistance(Entity) - Method in class net.minecraft.block.Block
-
+ Returns how much this block can resist explosions from the passed in entity.
- getExplosionResistance(Entity) - Method in class net.minecraft.block.BlockStairs
-
+ Returns how much this block can resist explosions from the passed in entity.
- getExplosionResistance(Explosion, World, BlockPos, IBlockState) - Method in class net.minecraft.entity.Entity
-
+ Explosion resistance of a block relative to this entity
- getExplosionResistance(Explosion, World, BlockPos, IBlockState) - Method in class net.minecraft.entity.item.EntityMinecartTNT
-
+ Explosion resistance of a block relative to this entity
- getExplosionResistance(Explosion, World, BlockPos, IBlockState) - Method in class net.minecraft.entity.projectile.EntityWitherSkull
-
+ Explosion resistance of a block relative to this entity
- getExplosionTag(ItemStack, String) - Static method in class net.minecraft.item.ItemFireworkCharge
- getExplosivePlacedBy() - Method in class net.minecraft.world.Explosion
-
+ Returns either the entity that placed the explosive block, the entity that caused the explosion or null.
- getExtBlocklightValue(int, int, int) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
-
+ Gets the saved Block-light value in the extended block storage structure.
- getExtBlockMetadata(int, int, int) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
-
+ Returns the metadata associated with the block at the given coordinates in this ExtendedBlockStorage.
- getExtractedSize() - Method in class net.minecraft.network.play.server.S21PacketChunkData
- getExtSkylightValue(int, int, int) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
-
+ Gets the saved Sky-light value in the extended block storage structure.
- getEyeHeight() - Method in class net.minecraft.entity.Entity
- getEyeHeight() - Method in class net.minecraft.entity.EntityLeashKnot
- getEyeHeight() - Method in class net.minecraft.entity.item.EntityArmorStand
- getEyeHeight() - Method in class net.minecraft.entity.item.EntityTNTPrimed
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntityCaveSpider
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntityEnderman
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntityEndermite
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntityGhast
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntityGiantZombie
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntityGuardian
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntitySilverfish
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntitySkeleton
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntitySlime
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntitySnowman
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntitySpider
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntityWitch
- getEyeHeight() - Method in class net.minecraft.entity.monster.EntityZombie
- getEyeHeight() - Method in class net.minecraft.entity.passive.EntityBat
- getEyeHeight() - Method in class net.minecraft.entity.passive.EntityChicken
- getEyeHeight() - Method in class net.minecraft.entity.passive.EntityCow
- getEyeHeight() - Method in class net.minecraft.entity.passive.EntityHorse
- getEyeHeight() - Method in class net.minecraft.entity.passive.EntitySheep
- getEyeHeight() - Method in class net.minecraft.entity.passive.EntitySquid
- getEyeHeight() - Method in class net.minecraft.entity.passive.EntityVillager
- getEyeHeight() - Method in class net.minecraft.entity.passive.EntityWolf
- getEyeHeight() - Method in class net.minecraft.entity.player.EntityPlayer
- getEyeHeight() - Method in class net.minecraft.entity.projectile.EntityArrow
- getFace() - Method in class net.minecraft.client.renderer.block.model.BakedQuad
- getFaceQuads(EnumFacing) - Method in class net.minecraft.client.resources.model.BuiltInModel
- getFaceQuads(EnumFacing) - Method in interface net.minecraft.client.resources.model.IBakedModel
- getFaceQuads(EnumFacing) - Method in class net.minecraft.client.resources.model.SimpleBakedModel
- getFaceQuads(EnumFacing) - Method in class net.minecraft.client.resources.model.WeightedBakedModel
- getFacing() - Method in enum net.minecraft.block.BlockLever.EnumOrientation
- getFacing() - Method in class net.minecraft.network.play.client.C07PacketPlayerDigging
- getFacing() - Method in class net.minecraft.network.play.server.S10PacketSpawnPainting
- getFacing() - Method in class net.minecraft.tileentity.TileEntityPiston
- getFacing(int) - Static method in class net.minecraft.block.BlockDispenser
-
+ Get the facing of a dispenser with the given metadata
- getFacing(int) - Static method in class net.minecraft.block.BlockDoor
- getFacing(int) - Static method in class net.minecraft.block.BlockHopper
- getFacing(int) - Static method in class net.minecraft.block.BlockPistonBase
- getFacing(int) - Static method in class net.minecraft.block.BlockPistonExtension
- getFacing(int) - Static method in class net.minecraft.block.BlockTrapDoor
- getFacing(EnumFacing) - Static method in enum net.minecraft.client.renderer.EnumFaceDirection
- getFacing(IBlockAccess, BlockPos) - Static method in class net.minecraft.block.BlockDoor
- getFacingFromEntity(World, BlockPos, EntityLivingBase) - Static method in class net.minecraft.block.BlockPistonBase
- getFacingFromVector(float, float, float) - Static method in enum net.minecraft.util.EnumFacing
- getFacingFromVertexData(int[]) - Static method in class net.minecraft.client.renderer.block.model.FaceBakery
- getFadeInTime() - Method in class net.minecraft.network.play.server.S45PacketTitle
- getFadeOutTime() - Method in class net.minecraft.network.play.server.S45PacketTitle
- getFallSoundString(int) - Method in class net.minecraft.entity.EntityLivingBase
- getFallSoundString(int) - Method in class net.minecraft.entity.monster.EntityMob
- getFallSoundString(int) - Method in class net.minecraft.entity.player.EntityPlayer
- getFavicon() - Method in class net.minecraft.network.ServerStatusResponse
- getField(int) - Method in class net.minecraft.client.player.inventory.ContainerLocalMenu
- getField(int) - Method in class net.minecraft.entity.item.EntityMinecartContainer
- getField(int) - Method in class net.minecraft.entity.player.InventoryPlayer
- getField(int) - Method in interface net.minecraft.inventory.IInventory
- getField(int) - Method in class net.minecraft.inventory.InventoryBasic
- getField(int) - Method in class net.minecraft.inventory.InventoryCrafting
- getField(int) - Method in class net.minecraft.inventory.InventoryCraftResult
- getField(int) - Method in class net.minecraft.inventory.InventoryLargeChest
- getField(int) - Method in class net.minecraft.inventory.InventoryMerchant
- getField(int) - Method in class net.minecraft.tileentity.TileEntityBeacon
- getField(int) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
- getField(int) - Method in class net.minecraft.tileentity.TileEntityChest
- getField(int) - Method in class net.minecraft.tileentity.TileEntityDispenser
- getField(int) - Method in class net.minecraft.tileentity.TileEntityFurnace
- getField(int) - Method in class net.minecraft.tileentity.TileEntityHopper
- getFieldCount() - Method in class net.minecraft.client.player.inventory.ContainerLocalMenu
- getFieldCount() - Method in class net.minecraft.entity.item.EntityMinecartContainer
- getFieldCount() - Method in class net.minecraft.entity.player.InventoryPlayer
- getFieldCount() - Method in interface net.minecraft.inventory.IInventory
- getFieldCount() - Method in class net.minecraft.inventory.InventoryBasic
- getFieldCount() - Method in class net.minecraft.inventory.InventoryCrafting
- getFieldCount() - Method in class net.minecraft.inventory.InventoryCraftResult
- getFieldCount() - Method in class net.minecraft.inventory.InventoryLargeChest
- getFieldCount() - Method in class net.minecraft.inventory.InventoryMerchant
- getFieldCount() - Method in class net.minecraft.tileentity.TileEntityBeacon
- getFieldCount() - Method in class net.minecraft.tileentity.TileEntityBrewingStand
- getFieldCount() - Method in class net.minecraft.tileentity.TileEntityChest
- getFieldCount() - Method in class net.minecraft.tileentity.TileEntityDispenser
- getFieldCount() - Method in class net.minecraft.tileentity.TileEntityFurnace
- getFieldCount() - Method in class net.minecraft.tileentity.TileEntityHopper
- getFieldNameValueSeparator() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the field name value separator text.
- getFieldSeparator() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the field separator text.
- getFighter() - Method in class net.minecraft.util.CombatTracker
-
+ Returns EntityLivingBase assigned for this CombatTracker
- getFile(String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- getFile(String, boolean) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- getFileChooserResult() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getFileChooserResult() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformApplication
- getFinger() - Method in class net.minecraft.block.state.pattern.BlockPattern.PatternHelper
- getFireAspectModifier(EntityLivingBase) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the fire aspect modifier of the players held item.
- getFireballStrength() - Method in class net.minecraft.entity.monster.EntityGhast
- getFireTimeForEntity(Entity, int) - Static method in class net.minecraft.enchantment.EnchantmentProtection
-
+ Gets the amount of ticks an entity should be set fire, adjusted for fire protection.
- getFirst() - Method in class com.google.common.collect.ForwardingDeque
- getFirst() - Method in class net.minecraft.util.Tuple
-
+ Get the first Object in the Tuple
- getFirst(Iterable<? extends T>, T) - Static method in class com.google.common.collect.Iterables
-
Returns the first element in
iterable
ordefaultValue
if the iterable is empty. - getFirstEmptyStack() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Returns the first item stack that is empty.
- getFirstNonNull(Supplier<T>...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Executes the given suppliers in order and returns the first return value where a value other than
null
is returned. - getFlag(int) - Method in class net.minecraft.entity.Entity
-
+ Returns true if the flag is active for the entity.
- getFlatLayers() - Method in class net.minecraft.world.gen.FlatGeneratorInfo
-
+ Return the list of layers on this preset.
- getFleeceColor() - Method in class net.minecraft.entity.passive.EntitySheep
-
+ Gets the wool color of this sheep.
- getFloat() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- getFloat() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- getFloat() - Method in class net.minecraft.nbt.NBTBase.NBTPrimitive
- getFloat() - Method in class net.minecraft.nbt.NBTTagByte
- getFloat() - Method in class net.minecraft.nbt.NBTTagDouble
- getFloat() - Method in class net.minecraft.nbt.NBTTagFloat
- getFloat() - Method in class net.minecraft.nbt.NBTTagInt
- getFloat() - Method in class net.minecraft.nbt.NBTTagLong
- getFloat() - Method in class net.minecraft.nbt.NBTTagShort
- getFloat(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- getFloat(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- getFloat(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getFloat(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets a 32-bit floating point number at the specified absolute
index
in this buffer. - getFloat(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getFloat(int) - Method in class net.minecraft.network.PacketBuffer
- getFloat(int) - Method in class org.json.JSONArray
-
Get the float value associated with a key.
- getFloat(int, float[]) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- getFloat(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves a float value using the specified key, or 0 if no such key was stored.
- getFloat(String) - Method in class net.zxmushroom63.plugins.BaseData
- getFloat(String) - Method in class org.json.JSONObject
-
Get the float value associated with a key.
- getFloatArr(String) - Method in class net.zxmushroom63.plugins.BaseData
- getFloatArrayStupid(FloatBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator
- getFloatAt(int) - Method in class net.minecraft.nbt.NBTTagList
- getFloatRainfall() - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ Gets a floating point representation of this biome's rainfall
- getFloatTemperature(BlockPos) - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ Gets a floating point representation of this biome's temperature
- getFlowDirection(IBlockAccess, BlockPos, Material) - Static method in class net.minecraft.block.BlockLiquid
- getFlowerPotData() - Method in class net.minecraft.tileentity.TileEntityFlowerPot
- getFlowerPotItem() - Method in class net.minecraft.tileentity.TileEntityFlowerPot
- getFlowingBlock(Material) - Static method in class net.minecraft.block.BlockLiquid
- getFlowVector(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockLiquid
- getFlySpeed() - Method in class net.minecraft.entity.player.PlayerCapabilities
- getFlySpeed() - Method in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- getFogColor(float) - Method in class net.minecraft.world.World
-
+ Returns vector(ish) with R/G/B for fog
- getFogColor(float, float) - Method in class net.minecraft.world.WorldProvider
-
+ Return Vec3D with biome specific fog color
- getFogColor(float, float) - Method in class net.minecraft.world.WorldProviderEnd
-
+ Return Vec3D with biome specific fog color
- getFogColor(float, float) - Method in class net.minecraft.world.WorldProviderHell
-
+ Return Vec3D with biome specific fog color
- getFoliageColor(double, double) - Static method in class net.minecraft.world.ColorizerFoliage
-
+ Gets foliage color from temperature and humidity.
- getFoliageColorAtPos(BlockPos) - Method in class net.minecraft.world.biome.BiomeGenBase
- getFoliageColorAtPos(BlockPos) - Method in class net.minecraft.world.biome.BiomeGenMesa
- getFoliageColorAtPos(BlockPos) - Method in class net.minecraft.world.biome.BiomeGenMutated
- getFoliageColorAtPos(BlockPos) - Method in class net.minecraft.world.biome.BiomeGenSwamp
- getFoliageColorAtPos(IBlockAccess, BlockPos) - Static method in class net.minecraft.world.biome.BiomeColorHelper
- getFoliageColorBasic() - Static method in class net.minecraft.world.ColorizerFoliage
- getFoliageColorBirch() - Static method in class net.minecraft.world.ColorizerFoliage
-
+ Gets the foliage color for birch type (metadata 2) trees
- getFoliageColorPine() - Static method in class net.minecraft.world.ColorizerFoliage
-
+ Gets the foliage color for pine type (metadata 1) trees
- getFontRenderer() - Method in class net.minecraft.client.gui.GuiIngame
- getFontRenderer() - Method in class net.minecraft.client.renderer.entity.RenderManager
-
+ Returns the font renderer
- getFontRenderer() - Method in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- getFontRenderer() - Method in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer
- getFontRendererFromRenderManager() - Method in class net.minecraft.client.renderer.entity.Render
-
+ Returns the font renderer from the set render manager
- getFoodLevel() - Method in class net.minecraft.network.play.server.S06PacketUpdateHealth
- getFoodLevel() - Method in class net.minecraft.util.FoodStats
-
+ Get the player's food level.
- getFoodStats() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the player's FoodStats object.
- getFooter() - Method in class net.minecraft.network.play.server.S47PacketPlayerListHeaderFooter
- getFormat(String, String, Locale) - Method in interface org.apache.commons.lang3.text.FormatFactory
-
Deprecated.Create or retrieve a format instance.
- getFormatArgs() - Method in class net.minecraft.util.ChatComponentTranslation
- getFormatFromString(String) - Static method in class net.minecraft.client.gui.FontRenderer
-
+ Digests a string for nonprinting formatting characters then returns a string containing only that formatting.
- getFormattedText() - Method in class net.minecraft.util.ChatComponentStyle
-
+ Gets the text of this component, with formatting codes added for rendering.
- getFormattedText() - Method in interface net.minecraft.util.IChatComponent
-
+ Gets the text of this component, with formatting codes added for rendering.
- getFormatter() - Method in class org.apache.commons.lang3.text.CompositeFormat
-
Deprecated.Provides access to the parser Format implementation.
- getFormattingCode() - Method in class net.minecraft.util.ChatStyle
-
+ Gets the equivalent text formatting code for this style, without the initial section sign (U+00A7) character.
- getFortuneModifier(EntityLivingBase) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the fortune enchantment modifier of the current equipped item of player.
- getForwardDirection() - Method in class net.minecraft.entity.item.EntityBoat
-
+ Gets the forward direction of the entity.
- getForwardSpeed() - Method in class net.minecraft.network.play.client.C0CPacketInput
- getFovModifier() - Method in class net.minecraft.client.entity.AbstractClientPlayer
- getFraction(double) - Static method in class org.apache.commons.lang3.math.Fraction
-
Creates a
Fraction
instance from adouble
value. - getFraction(int, int) - Static method in class org.apache.commons.lang3.math.Fraction
-
Creates a
Fraction
instance with the 2 parts of a fraction Y/Z. - getFraction(int, int, int) - Static method in class org.apache.commons.lang3.math.Fraction
-
Creates a
Fraction
instance with the 3 parts of a fraction X Y/Z. - getFraction(String) - Static method in class org.apache.commons.lang3.math.Fraction
-
Creates a Fraction from a
String
. - getFragmentInDays(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of days within the fragment.
- getFragmentInDays(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of days within the fragment.
- getFragmentInHours(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of hours within the fragment.
- getFragmentInHours(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of hours within the fragment.
- getFragmentInMilliseconds(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of milliseconds within the fragment.
- getFragmentInMilliseconds(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of milliseconds within the fragment.
- getFragmentInMinutes(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of minutes within the fragment.
- getFragmentInMinutes(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of minutes within the fragment.
- getFragmentInSeconds(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of seconds within the fragment.
- getFragmentInSeconds(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of seconds within the fragment.
- getFrameCount() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getFrameCount() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- getFrameCount() - Method in class net.minecraft.client.resources.data.AnimationMetadataSection
- getFrameHeight() - Method in class net.minecraft.client.resources.data.AnimationMetadataSection
- getFrameIndex() - Method in class net.minecraft.client.resources.data.AnimationFrame
- getFrameIndex(int) - Method in class net.minecraft.client.resources.data.AnimationMetadataSection
- getFrameIndexSet() - Method in class net.minecraft.client.resources.data.AnimationMetadataSection
- getFrameTextureData(int) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getFrameTime() - Method in class net.minecraft.client.resources.data.AnimationFrame
- getFrameTime() - Method in class net.minecraft.client.resources.data.AnimationMetadataSection
- getFrameTimeSingle(int) - Method in class net.minecraft.client.resources.data.AnimationMetadataSection
- getFrameWidth() - Method in class net.minecraft.client.resources.data.AnimationMetadataSection
- getFrequency() - Method in class net.minecraft.block.Block.SoundType
- getFriendlyName() - Method in enum net.minecraft.util.EnumChatFormatting
-
+ Gets the friendly name of this value.
- getFromIndex(int) - Method in class net.minecraft.world.chunk.NibbleArray
- getFromJVM(String) - Static method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformOS
- getFromPacket(Packet) - Static method in enum net.minecraft.network.EnumConnectionState
- getFromUA(String) - Static method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformAgent
- getFromUA(String) - Static method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformOS
- getFront(int) - Static method in enum net.minecraft.util.EnumFacing
-
+ Get a Facing by it's index (0-5).
- getFrontOffsetX() - Method in enum net.minecraft.util.EnumFacing
-
+ Returns a offset that addresses the block in front of this facing.
- getFrontOffsetY() - Method in enum net.minecraft.util.EnumFacing
- getFrontOffsetZ() - Method in enum net.minecraft.util.EnumFacing
-
+ Returns a offset that addresses the block in front of this facing.
- getFuseTicks() - Method in class net.minecraft.entity.item.EntityMinecartTNT
-
+ Gets the remaining fuse time in ticks.
- getFuzzyDistance(CharSequence, CharSequence, Locale) - Static method in class org.apache.commons.lang3.StringUtils
-
Deprecated.as of 3.6, use commons-text FuzzyScore instead
- getFXLayer() - Method in class net.minecraft.client.particle.Barrier
- getFXLayer() - Method in class net.minecraft.client.particle.EntityBreakingFX
- getFXLayer() - Method in class net.minecraft.client.particle.EntityDiggingFX
- getFXLayer() - Method in class net.minecraft.client.particle.EntityFirework.StarterFX
- getFXLayer() - Method in class net.minecraft.client.particle.EntityFootStepFX
- getFXLayer() - Method in class net.minecraft.client.particle.EntityFX
- getFXLayer() - Method in class net.minecraft.client.particle.EntityHugeExplodeFX
- getFXLayer() - Method in class net.minecraft.client.particle.EntityLargeExplodeFX
- getFXLayer() - Method in class net.minecraft.client.particle.EntityParticleEmitter
- getFXLayer() - Method in class net.minecraft.client.particle.EntityPickupFX
- getFXLayer() - Method in class net.minecraft.client.particle.MobAppearance
- getGameMode() - Method in class net.minecraft.network.play.server.S38PacketPlayerListItem.AddPlayerData
- getGameProfile() - Method in class net.minecraft.client.network.NetHandlerPlayClient
- getGameProfile() - Method in class net.minecraft.client.network.NetworkPlayerInfo
-
+ Returns the GameProfile for the player represented by this NetworkPlayerInfo instance
- getGameProfile() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the GameProfile for this player
- getGameRules() - Method in class net.minecraft.world.World
-
+ Gets the GameRules instance.
- getGameRulesInstance() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Gets the GameRules class Instance.
- getGameState() - Method in class net.minecraft.network.play.server.S2BPacketChangeGameState
- getGameType() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- getGameType() - Method in class net.minecraft.network.play.server.S01PacketJoinGame
- getGameType() - Method in class net.minecraft.network.play.server.S07PacketRespawn
- getGameType() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Gets the GameType.
- getGameType() - Method in class net.minecraft.world.WorldSettings
-
+ Gets the game type.
- getGameTypeById(int) - Static method in class net.minecraft.world.WorldSettings
-
+ Gets the GameType by ID
- getGeneralQuads() - Method in class net.minecraft.client.resources.model.BuiltInModel
- getGeneralQuads() - Method in interface net.minecraft.client.resources.model.IBakedModel
- getGeneralQuads() - Method in class net.minecraft.client.resources.model.SimpleBakedModel
- getGeneralQuads() - Method in class net.minecraft.client.resources.model.WeightedBakedModel
- getGeneration(ItemStack) - Static method in class net.minecraft.item.ItemEditableBook
-
+ Gets the generation of the book (how many times it has been cloned)
- getGeneratorOptions() - Method in class net.minecraft.world.storage.WorldInfo
- getGeneratorVersion() - Method in class net.minecraft.world.WorldType
-
+ Returns generatorVersion.
- getGLFWKeyFromEagler(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- getGLMaximumTextureSize() - Static method in class net.minecraft.client.Minecraft
-
+ Used in the usage snooper.
- getGlobal(String) - Static method in class net.zxmushroom63.plugins.PluginAPI
- getGLRenderer() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getGlTextureId() - Method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerSkinTexture
- getGlTextureId() - Method in class net.minecraft.client.renderer.texture.AbstractTexture
- getGlTextureId() - Method in interface net.minecraft.client.renderer.texture.ITextureObject
- getGLVersion() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getGmtTimeZone() - Static method in class org.apache.commons.lang3.time.FastTimeZone
-
Gets the GMT TimeZone.
- getGmtTimeZone(String) - Static method in class org.apache.commons.lang3.time.FastTimeZone
-
Gets a TimeZone with GMT offsets.
- getGolemBasePattern() - Method in class net.minecraft.block.BlockPumpkin
- getGolemPattern() - Method in class net.minecraft.block.BlockPumpkin
- getGrassColor(double, double) - Static method in class net.minecraft.world.ColorizerGrass
-
+ Gets grass color from temperature and humidity.
- getGrassColorAtPos(BlockPos) - Method in class net.minecraft.world.biome.BiomeGenBase
- getGrassColorAtPos(BlockPos) - Method in class net.minecraft.world.biome.BiomeGenForest
- getGrassColorAtPos(BlockPos) - Method in class net.minecraft.world.biome.BiomeGenMesa
- getGrassColorAtPos(BlockPos) - Method in class net.minecraft.world.biome.BiomeGenMutated
- getGrassColorAtPos(BlockPos) - Method in class net.minecraft.world.biome.BiomeGenSwamp
- getGrassColorAtPos(IBlockAccess, BlockPos) - Static method in class net.minecraft.world.biome.BiomeColorHelper
- getGrassEatingAmount(float) - Method in class net.minecraft.entity.passive.EntityHorse
- getGravityVelocity() - Method in class net.minecraft.entity.item.EntityExpBottle
-
+ Gets the amount of gravity to apply to the thrown entity with each tick.
- getGravityVelocity() - Method in class net.minecraft.entity.projectile.EntityPotion
-
+ Gets the amount of gravity to apply to the thrown entity with each tick.
- getGravityVelocity() - Method in class net.minecraft.entity.projectile.EntityThrowable
-
+ Gets the amount of gravity to apply to the thrown entity with each tick.
- getGreenColorF() - Method in class net.minecraft.client.particle.EntityFX
- getGroundAboveSeaLevel(BlockPos) - Method in class net.minecraft.world.World
- getGrowingAge() - Method in class net.minecraft.entity.EntityAgeable
-
+ The age value may be negative or positive or zero.
- getGrowthChance(Block, World, BlockPos) - Static method in class net.minecraft.block.BlockCrops
- getGuiId() - Method in class net.minecraft.network.play.server.S2DPacketOpenWindow
- getGuiID() - Method in class net.minecraft.block.BlockAnvil.Anvil
- getGuiID() - Method in class net.minecraft.block.BlockWorkbench.InterfaceCraftingTable
- getGuiID() - Method in class net.minecraft.client.player.inventory.ContainerLocalMenu
- getGuiID() - Method in class net.minecraft.client.player.inventory.LocalBlockIntercommunication
- getGuiID() - Method in class net.minecraft.entity.item.EntityMinecartChest
- getGuiID() - Method in class net.minecraft.entity.item.EntityMinecartHopper
- getGuiID() - Method in class net.minecraft.inventory.InventoryLargeChest
- getGuiID() - Method in class net.minecraft.tileentity.TileEntityBeacon
- getGuiID() - Method in class net.minecraft.tileentity.TileEntityBrewingStand
- getGuiID() - Method in class net.minecraft.tileentity.TileEntityChest
- getGuiID() - Method in class net.minecraft.tileentity.TileEntityDispenser
- getGuiID() - Method in class net.minecraft.tileentity.TileEntityDropper
- getGuiID() - Method in class net.minecraft.tileentity.TileEntityEnchantmentTable
- getGuiID() - Method in class net.minecraft.tileentity.TileEntityFurnace
- getGuiID() - Method in class net.minecraft.tileentity.TileEntityHopper
- getGuiID() - Method in interface net.minecraft.world.IInteractionObject
- getHangingPosition() - Method in class net.minecraft.entity.EntityHanging
- getHardcoreEnabled() - Method in class net.minecraft.world.WorldSettings
-
+ Returns true if hardcore mode is enabled, otherwise false
- getHarvestLevel() - Method in enum net.minecraft.item.Item.ToolMaterial
- getHash() - Method in class net.minecraft.network.play.server.S48PacketResourcePackSend
- getHasNoSky() - Method in class net.minecraft.world.WorldProvider
- getHasReproduced() - Method in class net.minecraft.entity.passive.EntityHorse
- getHasStack() - Method in class net.minecraft.inventory.Slot
-
+ Returns if this slot contains a stack.
- getHasSubtypes() - Method in class net.minecraft.item.Item
- getHasSubtypes() - Method in class net.minecraft.item.ItemStack
- getHeader() - Method in class net.minecraft.network.play.server.S47PacketPlayerListHeaderFooter
- getHeadPitch() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getHeadRotation() - Method in class net.minecraft.entity.item.EntityArmorStand
- getHeadRotationAngleX(float) - Method in class net.minecraft.entity.passive.EntitySheep
- getHeadRotationPointY(float) - Method in class net.minecraft.entity.passive.EntitySheep
- getHealAmount(ItemStack) - Method in class net.minecraft.item.ItemFishFood
- getHealAmount(ItemStack) - Method in class net.minecraft.item.ItemFood
- getHealth() - Method in interface net.minecraft.entity.boss.IBossDisplayData
- getHealth() - Method in class net.minecraft.entity.EntityLivingBase
- getHealth() - Method in class net.minecraft.network.play.server.S06PacketUpdateHealth
- getHeight() - Static method in class net.lax1dude.eaglercraft.v1_8.Display
- getHeight() - Method in class net.minecraft.client.gui.achievement.GuiAchievement
- getHeight() - Method in class net.minecraft.client.renderer.texture.Stitcher.Holder
- getHeight() - Method in class net.minecraft.client.renderer.texture.TextureMap
- getHeight() - Method in class net.minecraft.inventory.InventoryCrafting
- getHeight() - Method in class net.minecraft.tileentity.TileEntityBeacon.BeamSegment
- getHeight() - Method in class net.minecraft.world.World
-
+ Returns maximum world height.
- getHeight(BlockPos) - Method in class net.minecraft.world.chunk.Chunk
- getHeight(BlockPos) - Method in class net.minecraft.world.World
-
+ Returns maximum world height.
- getHeightMap() - Method in class net.minecraft.world.chunk.Chunk
- getHeightPixels() - Method in class net.minecraft.entity.EntityHanging
- getHeightPixels() - Method in class net.minecraft.entity.EntityLeashKnot
- getHeightPixels() - Method in class net.minecraft.entity.item.EntityItemFrame
- getHeightPixels() - Method in class net.minecraft.entity.item.EntityPainting
- getHeightValue(int, int) - Method in class net.minecraft.world.chunk.Chunk
-
+ Returns the value in the height map at this x, z coordinate in the chunk
- getHeightValue(int, int) - Method in class net.minecraft.world.chunk.EmptyChunk
-
+ Returns the value in the height map at this x, z coordinate in the chunk
- getHeldBlockState() - Method in class net.minecraft.entity.monster.EntityEnderman
-
+ Gets this enderman's held block state
- getHeldItem() - Method in class net.minecraft.entity.EntityLiving
-
+ Returns the item that this EntityLiving is holding, if any.
- getHeldItem() - Method in class net.minecraft.entity.EntityLivingBase
- getHeldItem() - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ Returns the item that this EntityLiving is holding, if any.
- getHeldItem() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the item that this EntityLiving is holding, if any.
- getHeldItemHotbarIndex() - Method in class net.minecraft.network.play.server.S09PacketHeldItemChange
- getHitVec() - Method in class net.minecraft.network.play.client.C02PacketUseEntity
- getHoldRoseTick() - Method in class net.minecraft.entity.monster.EntityIronGolem
- getHomePosition() - Method in class net.minecraft.entity.EntityCreature
- getHopperInventory(IHopper) - Static method in class net.minecraft.tileentity.TileEntityHopper
-
+ Returns the IInventory for the specified hopper
- getHorizon() - Method in class net.minecraft.world.World
-
+ Returns horizon height for use in rendering the sky.
- getHorizontal(int) - Static method in enum net.minecraft.util.EnumFacing
-
+ Get a Facing by it's horizontal index (0-3).
- getHorizontalFacing() - Method in class net.minecraft.entity.Entity
- getHorizontalFacing() - Method in class net.minecraft.entity.EntityHanging
- getHorizontalIndex() - Method in enum net.minecraft.util.EnumFacing
-
+ Get the index of this horizontal facing (0-3).
- getHorseArmorIndexSynced() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Returns type of armor from DataWatcher (0 = iron, 1 = gold, 2 = diamond)
- getHorseJumpPower() - Method in class net.minecraft.client.entity.EntityPlayerSP
- getHorseJumpStrength() - Method in class net.minecraft.entity.passive.EntityHorse
- getHorseSize() - Method in class net.minecraft.entity.passive.EntityHorse
- getHorseTexture() - Method in class net.minecraft.entity.passive.EntityHorse
- getHorseType() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Returns the horse type.
- getHorseVariant() - Method in class net.minecraft.entity.passive.EntityHorse
- getHostName() - Static method in class org.apache.commons.lang3.SystemUtils
-
Gets the host name from an environment variable (COMPUTERNAME on Windows, HOSTNAME elsewhere).
- getHotbarSize() - Static method in class net.minecraft.entity.player.InventoryPlayer
-
+ Get the size of the player hotbar inventory
- getHoverEvent() - Method in class net.minecraft.entity.Entity
- getHoverState(boolean) - Method in class net.minecraft.client.gui.GuiButton
-
+ Returns 0 if the button is disabled, 1 if the mouse is NOT hovering over this button and 2 if it IS hovering over this button.
- getHoverState(boolean) - Method in class net.minecraft.client.gui.GuiOptionSlider
-
+ Returns 0 if the button is disabled, 1 if the mouse is NOT hovering over this button and 2 if it IS hovering over this button.
- getHoverState(boolean) - Method in class net.minecraft.client.gui.GuiSlider
-
+ Returns 0 if the button is disabled, 1 if the mouse is NOT hovering over this button and 2 if it IS hovering over this button.
- getHungerDamage() - Method in class net.minecraft.util.DamageSource
-
+ How much satiate(food) is consumed by this DamageSource
- getHurtSound() - Method in class net.minecraft.entity.boss.EntityDragon
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.boss.EntityWither
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityBlaze
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityCreeper
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityEnderman
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityEndermite
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityGhast
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityGolem
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityIronGolem
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityMob
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityPigZombie
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntitySilverfish
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntitySkeleton
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntitySpider
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityWitch
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntityBat
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntityChicken
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntityCow
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntityPig
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntityRabbit
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntitySheep
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntitySquid
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntityVillager
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Returns the sound this mob makes when it is hurt.
- getHurtSound() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the sound this mob makes when it is hurt.
- getIconHeight() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getIconItemDamage() - Method in class net.minecraft.creativetab.CreativeTabs
- getIconItemStack() - Method in class net.minecraft.creativetab.CreativeTabs
- getIconName() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getIconWidth() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getId() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
- getId() - Method in class net.minecraft.client.gui.GuiTextField
- getId() - Method in class net.minecraft.nbt.NBTBase
- getId() - Method in class net.minecraft.nbt.NBTTagByte
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagByteArray
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagDouble
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagEnd
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagFloat
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagInt
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagIntArray
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagList
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagLong
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagShort
-
+ Gets the type byte for the tag.
- getId() - Method in class net.minecraft.nbt.NBTTagString
-
+ Gets the type byte for the tag.
- getId() - Method in enum net.minecraft.network.EnumConnectionState
- getId() - Method in class net.minecraft.potion.Potion
-
+ returns the ID of the potion
- getID() - Method in class net.minecraft.entity.ai.attributes.AttributeModifier
- getID() - Method in enum net.minecraft.world.border.EnumBorderStatus
-
+ Returns an integer that represents the state of the world border.
- getID() - Method in enum net.minecraft.world.WorldSettings.GameType
- getIDForObject(V) - Method in class net.minecraft.util.RegistryNamespaced
-
+ Gets the integer ID we use to identify the given object.
- getIdFromBlock(Block) - Static method in class net.minecraft.block.Block
- getIdFromItem(Item) - Static method in class net.minecraft.item.Item
- getIDFromString(String) - Static method in class net.minecraft.entity.EntityList
-
+ Returns the ID assigned to it's string representation
- getIfBlank(T, Supplier<T>) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns either the passed in CharSequence, or if the CharSequence is whitespace, empty ("") or
null
, the value supplied bydefaultStrSupplier
. - getIfEmpty(T, Supplier<T>) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns either the passed in CharSequence, or if the CharSequence is empty or
null
, the value supplied bydefaultStrSupplier
. - getIfNull(T, Supplier<T>) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Returns the given
object
is it is non-null, otherwise returns the Supplier'sSupplier.get()
value. - getIfPresent(Class<T>, String) - Static method in class com.google.common.base.Enums
-
Returns an optional enum constant for the given type, using
Enum.valueOf(java.lang.Class<T>, java.lang.String)
. - getIgnoredMatcher() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets the ignored character matcher.
- getInaccuracy() - Method in class net.minecraft.entity.item.EntityExpBottle
- getInaccuracy() - Method in class net.minecraft.entity.projectile.EntityPotion
- getInaccuracy() - Method in class net.minecraft.entity.projectile.EntityThrowable
- getIndex() - Method in enum net.minecraft.util.EnumFacing
-
+ Get the Index of this Facing (0-5).
- getIndexNames() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- getInhabitedTime() - Method in class net.minecraft.world.chunk.Chunk
- getInput() - Method in class com.google.common.io.ByteSource
-
Deprecated.This method is only provided for temporary compatibility with the
InputSupplier
interface and should not be called directly. UseByteSource.openStream()
instead. This method is scheduled for removal in Guava 18.0. - getInput() - Method in class com.google.common.io.CharSource
-
Deprecated.This method is only provided for temporary compatibility with the
InputSupplier
interface and should not be called directly. UseCharSource.openStream()
instead. This method is scheduled for removal in Guava 18.0. - getInput() - Method in interface com.google.common.io.InputSupplier
-
Deprecated.Returns an object that encapsulates a readable resource.
- getInputStream() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- getInputStream() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- getInputStream() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- getInputStream() - Method in interface net.minecraft.client.resources.IResource
- getInputStream() - Method in class net.minecraft.client.resources.SimpleResource
- getInputStream(ResourceLocation) - Method in class net.minecraft.client.resources.AbstractResourcePack
- getInputStream(ResourceLocation) - Method in class net.minecraft.client.resources.DefaultResourcePack
- getInputStream(ResourceLocation) - Method in interface net.minecraft.client.resources.IResourcePack
- getInputStream(ResourceLocation, IResourcePack) - Method in class net.minecraft.client.resources.FallbackResourceManager
- getInputStreamAssets(ResourceLocation) - Method in class net.minecraft.client.resources.DefaultResourcePack
- getInputStreamByName(String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.FolderResourcePack
- getInputStreamByName(String) - Method in class net.minecraft.client.resources.AbstractResourcePack
- getInsertion() - Method in class net.minecraft.util.ChatStyle
-
+ Get the text to be inserted into Chat when the component is shift-clicked
- getInstance() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBFactory
- getInstance() - Static method in class net.minecraft.client.renderer.culling.ClippingHelperImpl
-
+ Initialises the ClippingHelper object then returns an instance of it.
- getInstance() - Static method in class net.minecraft.client.renderer.Tessellator
- getInstance() - Static method in class net.minecraft.item.crafting.CraftingManager
-
+ Returns the static instance of this class
- getInstance() - Static method in class net.minecraft.util.EnchantmentNameParts
- getInstance() - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a formatter instance using the default pattern in the default locale.
- getInstance(Class<T>) - Method in interface com.google.common.collect.ClassToInstanceMap
-
Returns the value the specified class is mapped to, or
null
if no entry for this class is present. - getInstance(Class<T>) - Method in class com.google.common.collect.ImmutableClassToInstanceMap
- getInstance(Class<T>) - Method in class com.google.common.collect.MutableClassToInstanceMap
- getInstance(String) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a formatter instance using the specified pattern in the default locale.
- getInstance(String...) - Static method in class org.apache.commons.lang3.CharSet
-
Factory method to create a new CharSet using a special syntax.
- getInstance(String, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a formatter instance using the specified pattern and locale.
- getInstance(String, TimeZone) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a formatter instance using the specified pattern and time zone.
- getInstance(String, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a formatter instance using the specified pattern, time zone and locale.
- getInt() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- getInt() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- getInt() - Method in class net.minecraft.nbt.NBTBase.NBTPrimitive
- getInt() - Method in class net.minecraft.nbt.NBTTagByte
- getInt() - Method in class net.minecraft.nbt.NBTTagDouble
- getInt() - Method in class net.minecraft.nbt.NBTTagFloat
- getInt() - Method in class net.minecraft.nbt.NBTTagInt
- getInt() - Method in class net.minecraft.nbt.NBTTagLong
- getInt() - Method in class net.minecraft.nbt.NBTTagShort
- getInt(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- getInt(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- getInt(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getInt(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets a 32-bit integer at the specified absolute
index
in this buffer. - getInt(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getInt(int) - Method in class net.minecraft.network.PacketBuffer
- getInt(int) - Method in class org.json.JSONArray
-
Get the int value associated with an index.
- getInt(String) - Method in class net.minecraft.world.GameRules
- getInt(String) - Method in class net.zxmushroom63.plugins.BaseData
- getInt(String) - Method in class org.json.JSONObject
-
Get the int value associated with a key.
- getIntArr(String) - Method in class net.zxmushroom63.plugins.BaseData
- getIntArray() - Method in class net.minecraft.nbt.NBTTagIntArray
- getIntArray(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves an int array using the specified key, or a zero-length array if no such key was stored.
- getIntArrayAt(int) - Method in class net.minecraft.nbt.NBTTagList
- getInteger(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves an integer value using the specified key, or 0 if no such key was stored.
- getIntegerValue() - Method in class net.minecraft.util.TupleIntJsonSerializable
-
+ Gets the integer value stored in this tuple.
- getInterestedAngle(float) - Method in class net.minecraft.entity.passive.EntityWolf
- getIntermediateWithXValue(Vec3, double) - Method in class net.minecraft.util.Vec3
-
+ Returns a new vector with x value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible.
- getIntermediateWithYValue(Vec3, double) - Method in class net.minecraft.util.Vec3
-
+ Returns a new vector with y value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible.
- getIntermediateWithZValue(Vec3, double) - Method in class net.minecraft.util.Vec3
-
+ Returns a new vector with z value equal to the second parameter, along the line between this vector and the passed in vector, or null if not possible.
- getInternalNameSuffix() - Method in class net.minecraft.world.WorldProvider
- getInternalNameSuffix() - Method in class net.minecraft.world.WorldProviderEnd
- getInternalNameSuffix() - Method in class net.minecraft.world.WorldProviderHell
- getInternalNameSuffix() - Method in class net.minecraft.world.WorldProviderSurface
- getInterpolatedU(double) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getInterpolatedV(double) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getIntRainfall() - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ Gets an integer representation of this biome's rainfall
- getInventory() - Method in class net.minecraft.entity.Entity
-
+ returns the inventory of this entity (only used in EntityPlayerMP it seems)
- getInventory() - Method in class net.minecraft.entity.EntityLiving
-
+ returns the inventory of this entity (only used in EntityPlayerMP it seems)
- getInventory() - Method in class net.minecraft.entity.EntityLivingBase
- getInventory() - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ returns the inventory of this entity (only used in EntityPlayerMP it seems)
- getInventory() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ returns the inventory of this entity (only used in EntityPlayerMP it seems)
- getInventory() - Method in class net.minecraft.inventory.Container
-
+ returns a list if itemStacks, for each slot.
- getInventoryAtPosition(World, double, double, double) - Static method in class net.minecraft.tileentity.TileEntityHopper
-
+ Returns the IInventory (if applicable) of the TileEntity at the specified position
- getInventoryEnderChest() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the InventoryEnderChest of this player.
- getInventoryStackLimit() - Method in class net.minecraft.entity.item.EntityMinecartContainer
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in interface net.minecraft.inventory.IInventory
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.inventory.InventoryBasic
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.inventory.InventoryCrafting
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.inventory.InventoryCraftResult
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.inventory.InventoryMerchant
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.tileentity.TileEntityBeacon
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.tileentity.TileEntityBrewingStand
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.tileentity.TileEntityChest
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.tileentity.TileEntityDispenser
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Returns the maximum stack size for a inventory slot.
- getInventoryStackLimit() - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Returns the maximum stack size for a inventory slot.
- getInvulTime() - Method in class net.minecraft.entity.boss.EntityWither
- getIP() - Method in class net.minecraft.client.multiplayer.ServerAddress
- getIsAmbient() - Method in class net.minecraft.potion.PotionEffect
-
+ Gets whether this potion effect originated from a beacon
- getIsBatHanging() - Method in class net.minecraft.entity.passive.EntityBat
- getIsBlank() - Method in class net.minecraft.entity.DataWatcher
- getIsCritical() - Method in class net.minecraft.entity.projectile.EntityArrow
-
+ Whether the arrow has a stream of critical hit particles flying behind it.
- getIsEditable() - Method in class net.minecraft.tileentity.TileEntitySign
- getIsencrypted() - Method in class net.lax1dude.eaglercraft.v1_8.socket.EaglercraftNetworkManager
- getIsItemStackEqual(ItemStack) - Method in class net.minecraft.item.ItemStack
- getIsPotionDurationMax() - Method in class net.minecraft.potion.PotionEffect
- getIsRepairable(ItemStack, ItemStack) - Method in class net.minecraft.item.Item
-
+ Return whether this item is repairable in an anvil.
- getIsRepairable(ItemStack, ItemStack) - Method in class net.minecraft.item.ItemArmor
-
+ Return whether this item is repairable in an anvil.
- getIsRepairable(ItemStack, ItemStack) - Method in class net.minecraft.item.ItemSword
-
+ Return whether this item is repairable in an anvil.
- getIsRepairable(ItemStack, ItemStack) - Method in class net.minecraft.item.ItemTool
-
+ Return whether this item is repairable in an anvil.
- getIsShowParticles() - Method in class net.minecraft.potion.PotionEffect
- getIsThornsDamage() - Method in class net.minecraft.util.EntityDamageSource
- getIsWillingToMate(boolean) - Method in class net.minecraft.entity.passive.EntityVillager
-
+ Returns current or updated value of
EntityVillager.isWillingToMate
- getItalic() - Method in class net.minecraft.util.ChatStyle
-
+ Whether or not text of this ChatStyle should be italicized.
- getItem() - Method in class net.minecraft.item.ItemStack
-
+ Returns the object corresponding to the stack.
- getItem(World, BlockPos) - Method in class net.minecraft.block.Block
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockBanner
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockBed
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockBrewingStand
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockCake
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockCauldron
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockCocoa
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockCrops
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockDaylightDetector
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockDoor
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockDragonEgg
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockEndPortal
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockFarmland
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockFlowerPot
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockFurnace
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockHugeMushroom
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockMobSpawner
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockNetherWart
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockPistonExtension
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockPistonMoving
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockPortal
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockRedstoneComparator
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockRedstoneLight
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockRedstoneRepeater
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockRedstoneTorch
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockRedstoneWire
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockReed
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockSign
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockSkull
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockStem
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockStoneSlab
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockStoneSlabNew
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockTripWire
- getItem(World, BlockPos) - Method in class net.minecraft.block.BlockWoodSlab
- getItemAttributeModifiers() - Method in class net.minecraft.item.Item
- getItemAttributeModifiers() - Method in class net.minecraft.item.ItemSword
- getItemAttributeModifiers() - Method in class net.minecraft.item.ItemTool
- getItemBurnTime(ItemStack) - Static method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Returns the number of ticks that the supplied fuel item will keep the furnace burning, or 0 if the item isn't fuel
- getItemById(int) - Static method in class net.minecraft.item.Item
- getItemCameraTransforms() - Method in class net.minecraft.client.resources.model.BuiltInModel
- getItemCameraTransforms() - Method in interface net.minecraft.client.resources.model.IBakedModel
- getItemCameraTransforms() - Method in class net.minecraft.client.resources.model.SimpleBakedModel
- getItemCameraTransforms() - Method in class net.minecraft.client.resources.model.WeightedBakedModel
- getItemDamage() - Method in class net.minecraft.item.ItemStack
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.Block
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockBanner
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockBed
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockBookshelf
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockBrewingStand
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockCake
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockCauldron
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockClay
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockCrops
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockDaylightDetector
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockDeadBush
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockDoor
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockDoublePlant
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockEnderChest
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockEndPortalFrame
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockFarmland
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockFlowerPot
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockFurnace
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockGlowstone
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockGrass
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockGravel
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockHugeMushroom
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockLeaves
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockLiquid
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockMelon
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockMobSpawner
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockMycelium
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockNetherWart
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockObsidian
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockOre
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockPane
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockPistonMoving
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockRedstoneComparator
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockRedstoneLight
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockRedstoneOre
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockRedstoneRepeater
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockRedstoneTorch
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockRedstoneWire
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockReed
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockSeaLantern
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockSign
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockSkull
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockSnow
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockSnowBlock
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockStem
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockStone
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockStoneSlab
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockStoneSlabNew
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockTallGrass
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockTripWire
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockVine
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockWeb
-
+ Get the Item that this Block should drop when harvested.
- getItemDropped(IBlockState, EaglercraftRandom, int) - Method in class net.minecraft.block.BlockWoodSlab
-
+ Get the Item that this Block should drop when harvested.
- getItemEnchantability() - Method in class net.minecraft.item.Item
-
+ Return the enchantability factor of the item, most of the time is based on material.
- getItemEnchantability() - Method in class net.minecraft.item.ItemArmor
-
+ Return the enchantability factor of the item, most of the time is based on material.
- getItemEnchantability() - Method in class net.minecraft.item.ItemBook
-
+ Return the enchantability factor of the item, most of the time is based on material.
- getItemEnchantability() - Method in class net.minecraft.item.ItemBow
-
+ Return the enchantability factor of the item, most of the time is based on material.
- getItemEnchantability() - Method in class net.minecraft.item.ItemFishingRod
-
+ Return the enchantability factor of the item, most of the time is based on material.
- getItemEnchantability() - Method in class net.minecraft.item.ItemSword
-
+ Return the enchantability factor of the item, most of the time is based on material.
- getItemEnchantability() - Method in class net.minecraft.item.ItemTool
-
+ Return the enchantability factor of the item, most of the time is based on material.
- getItemFrame() - Method in class net.minecraft.item.ItemStack
-
+ Return the item frame this stack is on.
- getItemFromBlock(Block) - Static method in class net.minecraft.item.Item
- getItemInUse() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ returns the ItemStack containing the itemInUse
- getItemInUseCount() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the item in use count
- getItemInUseDuration() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ gets the duration for how long the current itemInUse has been in use
- getItemModel(Item, int) - Method in class net.minecraft.client.renderer.ItemModelMesher
- getItemModel(ItemStack) - Method in class net.minecraft.client.renderer.ItemModelMesher
- getItemModelMesher() - Method in class net.minecraft.client.renderer.entity.RenderItem
- getItemRenderer() - Method in class net.minecraft.client.Minecraft
- getItemStack() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Stack helds by mouse, used in GUI and Containers
- getItemStack() - Method in class net.minecraft.network.play.server.S04PacketEntityEquipment
- getItemStack(EaglercraftRandom) - Method in class net.minecraft.util.WeightedRandomFishable
- getItemStackDisplayName(ItemStack) - Method in class net.minecraft.item.Item
- getItemStackDisplayName(ItemStack) - Method in class net.minecraft.item.ItemBanner
- getItemStackDisplayName(ItemStack) - Method in class net.minecraft.item.ItemEditableBook
- getItemStackDisplayName(ItemStack) - Method in class net.minecraft.item.ItemMonsterPlacer
- getItemStackDisplayName(ItemStack) - Method in class net.minecraft.item.ItemPotion
- getItemStackDisplayName(ItemStack) - Method in class net.minecraft.item.ItemSkull
- getItemStackLimit() - Method in class net.minecraft.item.Item
-
+ Returns the maximum size of the stack for a specific item.
- getItemStackLimit(ItemStack) - Method in class net.minecraft.inventory.Slot
- getItemStackLimit(ItemStack) - Method in class net.minecraft.inventory.SlotFurnaceFuel
- getItemStacks() - Method in class net.minecraft.network.play.server.S30PacketWindowItems
- getItemToBuy() - Method in class net.minecraft.village.MerchantRecipe
-
+ Gets the itemToBuy.
- getItemToSell() - Method in class net.minecraft.village.MerchantRecipe
-
+ Gets itemToSell.
- getItemUseAction() - Method in class net.minecraft.item.ItemStack
- getItemUseAction(ItemStack) - Method in class net.minecraft.item.Item
-
+ returns the action that specifies what animation to play when the items is being used
- getItemUseAction(ItemStack) - Method in class net.minecraft.item.ItemBow
-
+ returns the action that specifies what animation to play when the items is being used
- getItemUseAction(ItemStack) - Method in class net.minecraft.item.ItemBucketMilk
-
+ returns the action that specifies what animation to play when the items is being used
- getItemUseAction(ItemStack) - Method in class net.minecraft.item.ItemFood
-
+ returns the action that specifies what animation to play when the items is being used
- getItemUseAction(ItemStack) - Method in class net.minecraft.item.ItemPotion
-
+ returns the action that specifies what animation to play when the items is being used
- getItemUseAction(ItemStack) - Method in class net.minecraft.item.ItemSword
-
+ returns the action that specifies what animation to play when the items is being used
- getJaroWinklerDistance(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Deprecated.as of 3.6, use commons-text JaroWinklerDistance instead
- getJSONArray(int) - Method in class org.json.JSONArray
-
Get the JSONArray associated with an index.
- getJSONArray(String) - Method in class org.json.JSONObject
-
Get the JSONArray value associated with a key.
- getJSONObject(int) - Method in class org.json.JSONArray
-
Get the JSONObject associated with an index.
- getJSONObject(String) - Method in class org.json.JSONObject
-
Get the JSONObject value associated with a key.
- getJsonSerializableValue() - Method in class net.minecraft.util.TupleIntJsonSerializable
- getJumpDelay() - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Gets the amount of time the slime needs to wait between jumps.
- getJumpDelay() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Gets the amount of time the slime needs to wait between jumps.
- getJumpingSound() - Method in class net.minecraft.entity.passive.EntityRabbit
- getJumpSound() - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Returns the name of the sound played when the slime jumps.
- getJumpSound() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Returns the name of the sound played when the slime jumps.
- getJumpUpwardsMotion() - Method in class net.minecraft.entity.EntityLivingBase
- getKey() - Method in class com.google.common.collect.ForwardingMapEntry
- getKey() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- getKey() - Method in class net.minecraft.network.play.client.C00PacketKeepAlive
- getKey() - Method in class net.minecraft.util.ChatComponentTranslation
- getKey(JSObject) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBIndex
- getKeyBinding(GameSettings.Options) - Method in class net.minecraft.client.settings.GameSettings
-
+ Gets a key binding.
- getKeybinds() - Static method in class net.minecraft.client.settings.KeyBinding
- getKeyCategory() - Method in class net.minecraft.client.settings.KeyBinding
- getKeyCharFromEagler(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- getKeyCode() - Method in class net.minecraft.client.settings.KeyBinding
- getKeyCodeDefault() - Method in class net.minecraft.client.settings.KeyBinding
- getKeyDescription() - Method in class net.minecraft.client.settings.KeyBinding
- getKeyDisplayString(int) - Static method in class net.minecraft.client.settings.GameSettings
-
+ Represents a key or mouse button as a string.
- getKeyName(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- getKeyName(int) - Static method in class net.lax1dude.eaglercraft.v1_8.Keyboard
- getKeyPath() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBIndex
- getKeyPath() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- getKeys() - Method in class net.minecraft.util.RegistrySimple
-
+ Gets all the keys recognized by this registry.
- getKeySet() - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Gets a set with the names of the keys in the tag compound.
- getKnockbackModifier(EntityLivingBase) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the Knockback modifier of the enchantment on the players held item.
- getKnotForPosition(World, BlockPos) - Static method in class net.minecraft.entity.EntityLeashKnot
- getLabel() - Method in enum org.apache.commons.lang3.arch.Processor.Arch
-
Gets the label suitable for display.
- getLang() - Method in class net.minecraft.network.play.client.C15PacketClientSettings
- getLanguageCode() - Method in class net.minecraft.client.resources.Language
- getLanguageManager() - Method in class net.minecraft.client.Minecraft
- getLanguages() - Method in class net.minecraft.client.resources.data.LanguageMetadataSection
- getLanguages() - Method in class net.minecraft.client.resources.LanguageManager
- getLapisAmount() - Method in class net.minecraft.inventory.ContainerEnchantment
- getLast() - Method in class com.google.common.collect.ForwardingDeque
- getLast(Iterable<? extends T>, T) - Static method in class com.google.common.collect.Iterables
-
Returns the last element of
iterable
ordefaultValue
if the iterable is empty. - getLast(Iterable<T>) - Static method in class com.google.common.collect.Iterables
-
Returns the last element of
iterable
. - getLast(Iterator<? extends T>, T) - Static method in class com.google.common.collect.Iterators
-
Advances
iterator
to the end, returning the last element ordefaultValue
if the iterator is empty. - getLast(Iterator<T>) - Static method in class com.google.common.collect.Iterators
-
Advances
iterator
to the end, returning the last element. - getLastAttacker() - Method in class net.minecraft.entity.EntityLivingBase
- getLastAttackerTime() - Method in class net.minecraft.entity.EntityLivingBase
- getLastLightningBolt() - Method in class net.minecraft.world.World
- getLastOutput() - Method in class net.minecraft.command.server.CommandBlockLogic
-
+ Returns the lastOutput.
- getLastTimePlayed() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Return the last time the player was in this world.
- getLastTranslationUpdateTimeInMilliseconds() - Static method in class net.minecraft.util.StatCollector
-
+ Gets the time, in milliseconds since epoch, that the translation mapping was last updated
- getLastUpdateTimeInMilliseconds() - Method in class net.minecraft.util.StringTranslate
-
+ Gets the time, in milliseconds since epoch, that this instance was last updated
- getLayerCount() - Method in class net.minecraft.world.gen.FlatLayerInfo
-
+ Return the amount of layers for this set of layers.
- getLeash() - Method in class net.minecraft.network.play.server.S1BPacketEntityAttach
- getLeashed() - Method in class net.minecraft.entity.EntityLiving
- getLeashedToEntity() - Method in class net.minecraft.entity.EntityLiving
- getLeastSignificantBits() - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- getLeftArmRotation() - Method in class net.minecraft.entity.item.EntityArmorStand
- getLeftLegRotation() - Method in class net.minecraft.entity.item.EntityArmorStand
- getLevel() - Method in class net.minecraft.network.play.server.S1FPacketSetExperience
- getLevel(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockLiquid
- getLevenshteinDistance(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Deprecated.as of 3.6, use commons-text LevenshteinDistance instead
- getLevenshteinDistance(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Deprecated.as of 3.6, use commons-text LevenshteinDistance instead
- getLight(BlockPos) - Method in class net.minecraft.world.World
- getLight(BlockPos, boolean) - Method in class net.minecraft.world.World
- getLightBrightness(BlockPos) - Method in class net.minecraft.world.World
- getLightBrightnessTable() - Method in class net.minecraft.world.WorldProvider
- getLightFor(EnumSkyBlock, BlockPos) - Method in class net.minecraft.world.chunk.Chunk
- getLightFor(EnumSkyBlock, BlockPos) - Method in class net.minecraft.world.chunk.EmptyChunk
- getLightFor(EnumSkyBlock, BlockPos) - Method in class net.minecraft.world.ChunkCache
- getLightFor(EnumSkyBlock, BlockPos) - Method in class net.minecraft.world.World
- getLightFromNeighbors(BlockPos) - Method in class net.minecraft.world.World
- getLightFromNeighborsFor(EnumSkyBlock, BlockPos) - Method in class net.minecraft.world.World
- getLightOpacity() - Method in class net.minecraft.block.Block
- getLightSubtracted(BlockPos, int) - Method in class net.minecraft.world.chunk.Chunk
- getLightSubtracted(BlockPos, int) - Method in class net.minecraft.world.chunk.EmptyChunk
- getLightValue() - Method in class net.minecraft.block.Block
- getLimit() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.ArrayBufferInputStream
- getLimitFramerate() - Method in class net.minecraft.client.Minecraft
- getLineCount() - Method in class net.minecraft.client.gui.GuiNewChat
- getLines() - Method in class net.minecraft.network.play.client.C12PacketUpdateSign
- getLines() - Method in class net.minecraft.network.play.server.S33PacketUpdateSign
- getLiquidColor() - Method in class net.minecraft.potion.Potion
-
+ Returns the color of the potion liquid.
- getLiquidColor(int, boolean) - Static method in class net.minecraft.potion.PotionHelper
-
+ Given a potion data value, get the associated liquid color (optionally bypassing the cache)
- getLiquidHeightPercent(int) - Static method in class net.minecraft.block.BlockLiquid
-
+ Returns the percentage of the liquid block that is air, based on the given flow decay of the liquid
- getList() - Method in class net.minecraft.client.gui.GuiResourcePackList
- getListContaining(ResourcePackListEntry) - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
-
+ Returns the list containing the resource pack entry, returns the selected list if it is selected, otherwise returns the available list
- getListeners() - Method in class net.minecraft.world.border.WorldBorder
- getListEntry(int) - Method in class net.minecraft.client.gui.GuiKeyBindingList
-
+ Gets the IGuiListEntry object for the given index
- getListEntry(int) - Method in class net.minecraft.client.gui.GuiListExtended
- getListEntry(int) - Method in class net.minecraft.client.gui.GuiOptionsRowList
-
+ Gets the IGuiListEntry object for the given index
- getListEntry(int) - Method in class net.minecraft.client.gui.GuiPageButtonList
-
+ Gets the IGuiListEntry object for the given index
- getListEntry(int) - Method in class net.minecraft.client.gui.GuiResourcePackList
-
+ Gets the IGuiListEntry object for the given index
- getListEntry(int) - Method in class net.minecraft.client.gui.ServerSelectionList
-
+ Gets the IGuiListEntry object for the given index
- getListHeader() - Method in class net.minecraft.client.gui.GuiResourcePackAvailable
- getListHeader() - Method in class net.minecraft.client.gui.GuiResourcePackList
- getListHeader() - Method in class net.minecraft.client.gui.GuiResourcePackSelected
- getListMipmaps() - Method in class net.minecraft.client.resources.data.TextureMetadataSection
- getListWidth() - Method in class net.minecraft.client.gui.GuiKeyBindingList
-
+ Gets the width of the list
- getListWidth() - Method in class net.minecraft.client.gui.GuiOptionsRowList
-
+ Gets the width of the list
- getListWidth() - Method in class net.minecraft.client.gui.GuiPageButtonList
-
+ Gets the width of the list
- getListWidth() - Method in class net.minecraft.client.gui.GuiResourcePackList
-
+ Gets the width of the list
- getListWidth() - Method in class net.minecraft.client.gui.GuiSlot
-
+ Gets the width of the list
- getListWidth() - Method in class net.minecraft.client.gui.ServerSelectionList
-
+ Gets the width of the list
- getLivingSound() - Method in class net.minecraft.entity.boss.EntityDragon
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.boss.EntityWither
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.EntityLiving
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntityBlaze
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntityEnderman
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntityEndermite
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntityGhast
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntityGolem
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntityPigZombie
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntitySilverfish
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntitySkeleton
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntitySpider
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntityWitch
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntityBat
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntityChicken
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntityCow
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntityPig
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntityRabbit
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntitySheep
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntitySquid
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntityVillager
-
+ Returns the sound this mob makes while it's alive.
- getLivingSound() - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Returns the sound this mob makes while it's alive.
- getLoadedChunkCount() - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
- getLoadedChunkCount() - Method in interface net.minecraft.world.chunk.IChunkProvider
- getLoadedEntityList() - Method in class net.minecraft.world.World
-
+ Accessor for world Loaded Entity List
- getLocale() - Method in interface org.apache.commons.lang3.time.DateParser
-
Gets the locale used by this parser.
- getLocale() - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Gets the locale used by this printer.
- getLocale() - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets the locale used by this formatter.
- getLocale() - Method in class org.apache.commons.lang3.time.FastDateParser
- getLocale() - Method in class org.apache.commons.lang3.time.FastDatePrinter
- getLocalizedName() - Method in class net.minecraft.block.Block
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockBanner
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockBrewingStand
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockDoor
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockFlowerPot
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockPrismarine
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockRedstoneComparator
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockRedstoneRepeater
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockSapling
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockSkull
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockSponge
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockStone
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockStoneSlabNew
-
+ Gets the localized name of this block.
- getLocalizedName() - Method in class net.minecraft.block.BlockWall
-
+ Gets the localized name of this block.
- getLocalStorage(String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformApplication
- getLocationCape() - Method in class net.minecraft.client.entity.AbstractClientPlayer
- getLocationCape() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- getLocationSkin() - Method in class net.minecraft.client.entity.AbstractClientPlayer
-
+ Returns true if the username has an associated skin.
- getLocationSkin() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- getLock() - Method in class net.minecraft.world.LockCode
- getLockableContainer(World, BlockPos) - Method in class net.minecraft.block.BlockChest
- getLockCode() - Method in class net.minecraft.client.player.inventory.ContainerLocalMenu
- getLockCode() - Method in class net.minecraft.entity.item.EntityMinecartContainer
- getLockCode() - Method in class net.minecraft.inventory.InventoryLargeChest
- getLockCode() - Method in class net.minecraft.tileentity.TileEntityLockable
- getLockCode() - Method in interface net.minecraft.world.ILockableContainer
- getLogger() - Static method in class net.lax1dude.eaglercraft.v1_8.log4j.LogManager
- getLogger(String) - Static method in class net.lax1dude.eaglercraft.v1_8.log4j.LogManager
- getLong() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- getLong() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- getLong() - Method in class net.minecraft.nbt.NBTBase.NBTPrimitive
- getLong() - Method in class net.minecraft.nbt.NBTTagByte
- getLong() - Method in class net.minecraft.nbt.NBTTagDouble
- getLong() - Method in class net.minecraft.nbt.NBTTagFloat
- getLong() - Method in class net.minecraft.nbt.NBTTagInt
- getLong() - Method in class net.minecraft.nbt.NBTTagLong
- getLong() - Method in class net.minecraft.nbt.NBTTagShort
- getLong(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- getLong(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- getLong(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getLong(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets a 64-bit long integer at the specified absolute
index
in this buffer. - getLong(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getLong(int) - Method in class net.minecraft.network.PacketBuffer
- getLong(int) - Method in class org.json.JSONArray
-
Get the long value associated with an index.
- getLong(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves a long value using the specified key, or 0 if no such key was stored.
- getLong(String) - Method in class org.json.JSONObject
-
Get the long value associated with a key.
- getLook(float) - Method in class net.minecraft.entity.Entity
-
+ interpolated look vector
- getLook(float) - Method in class net.minecraft.entity.EntityLivingBase
-
+ interpolated look vector
- getLookVec() - Method in class net.minecraft.entity.Entity
-
+ returns a (normalized) vector of where this entity is looking
- getLookVec() - Method in class net.minecraft.entity.EntityLivingBase
-
+ returns a (normalized) vector of where this entity is looking
- getLootingModifier(EntityLivingBase) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the looting enchantment modifier of the current equipped item of player.
- getLore() - Method in class net.minecraft.item.ItemStack
- getLower() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBKeyRange
- getLowerChestInventory() - Method in class net.minecraft.inventory.ContainerChest
-
+ Return this chest container's lower chest inventory.
- getLowestHeight() - Method in class net.minecraft.world.chunk.Chunk
- getLuckOfSeaModifier(EntityLivingBase) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the level of the 'Luck Of The Sea' enchantment.
- getLureModifier(EntityLivingBase) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the level of the 'Lure' enchantment on the players held item.
- getMainModel() - Method in class net.minecraft.client.renderer.entity.ArmorStandRenderer
- getMainModel() - Method in class net.minecraft.client.renderer.entity.RendererLivingEntity
- getMainModel() - Method in class net.minecraft.client.renderer.entity.RenderPlayer
- getMainModel() - Method in class net.minecraft.client.renderer.entity.RenderSnowMan
- getMainModel() - Method in class net.minecraft.client.renderer.entity.RenderVillager
- getMapColor() - Method in enum net.minecraft.block.BlockSand.EnumType
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor() - Method in enum net.minecraft.item.EnumDyeColor
- getMapColor(IBlockState) - Method in class net.minecraft.block.Block
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockCarpet
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockColored
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockDeadBush
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockDirt
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockEndPortal
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockFire
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockGlowstone
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockGravel
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockHardenedClay
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockHugeMushroom
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockNetherBrick
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockNetherrack
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockNewLog
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockObsidian
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockOldLog
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockPlanks
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockPrismarine
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockQuartz
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockSand
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockSandStone
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockSeaLantern
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockStainedGlass
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockStainedGlassPane
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockStairs
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockStone
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockStoneSlab
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockStoneSlabNew
-
+ Get the MapColor for this Block and the given BlockState
- getMapColor(IBlockState) - Method in class net.minecraft.block.BlockWoodSlab
-
+ Get the MapColor for this Block and the given BlockState
- getMapData(ItemStack, World) - Method in class net.minecraft.item.ItemMap
- getMapId() - Method in class net.minecraft.network.play.server.S34PacketMaps
- getMapInfo(EntityPlayer) - Method in class net.minecraft.world.storage.MapData
- getMapItemRenderer() - Method in class net.minecraft.client.renderer.EntityRenderer
- getMapPacket(ItemStack, World, EntityPlayer) - Method in class net.minecraft.world.storage.MapData
- getMapStorage() - Method in class net.minecraft.world.World
- getMapType() - Method in class org.json.JSONObject
- getMark() - Method in class net.lax1dude.eaglercraft.v1_8.EaglerInputStream
- getMaterial() - Method in class net.minecraft.block.Block
-
+ Get a material of block
- getMaterialMapColor() - Method in class net.minecraft.block.material.Material
-
+ Retrieves the color index of the block.
- getMaterialMobility() - Method in class net.minecraft.block.material.Material
-
+ Returns the mobility information of the material, 0 = free, 1 = can't push but can move over, 2 = total immobility and stop pistons.
- getMaterialName() - Method in class net.minecraft.item.ItemHoe
-
+ Returns the name of the material this tool is made from as it is declared in EnumToolMaterial (meaning diamond would return "EMERALD")
- getMatrix4d() - Method in enum net.minecraft.client.resources.model.ModelRotation
- getMaxDamage() - Method in class net.minecraft.item.Item
-
+ Returns the maximum damage an item can take.
- getMaxDamage() - Method in class net.minecraft.item.ItemStack
-
+ Returns the max damage an item in the stack can take.
- getMaxDelay() - Method in enum net.minecraft.client.audio.MusicTicker.MusicType
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.Enchantment
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentArrowDamage
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentArrowFire
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentArrowInfinite
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentArrowKnockback
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentDamage
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentDigging
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentDurability
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentFireAspect
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentFishingSpeed
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentKnockback
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentLootBonus
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentOxygen
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentProtection
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentThorns
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentUntouching
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentWaterWalker
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentWaterWorker
-
+ Returns the maximum value of enchantability nedded on the enchantment level passed.
- getMaxEnchantmentLevel(int, ItemStack[]) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the biggest level of the enchantment on the array of ItemStack passed.
- getMaxFallHeight() - Method in class net.minecraft.entity.Entity
-
+ The maximum height from where the entity is alowed to jump (used in pathfinder)
- getMaxFallHeight() - Method in class net.minecraft.entity.EntityLiving
-
+ The maximum height from where the entity is alowed to jump (used in pathfinder)
- getMaxFallHeight() - Method in class net.minecraft.entity.monster.EntityCreeper
-
+ The maximum height from where the entity is alowed to jump (used in pathfinder)
- getMaxHealth() - Method in interface net.minecraft.entity.boss.IBossDisplayData
- getMaxHealth() - Method in class net.minecraft.entity.EntityLivingBase
- getMaximum() - Method in class org.apache.commons.lang3.Range
-
Gets the maximum value in this range.
- getMaximumHomeDistance() - Method in class net.minecraft.entity.EntityCreature
- getMaximumSpeed() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Get's the maximum speed for a minecart
- getMaximumSpeed() - Method in class net.minecraft.entity.item.EntityMinecartFurnace
-
+ Get's the maximum speed for a minecart
- getMaxInPortalTime() - Method in class net.minecraft.entity.Entity
-
+ Return the amount of time this entity should stay in a portal before being transported.
- getMaxInPortalTime() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Return the amount of time this entity should stay in a portal before being transported.
- getMaxItemUseDuration() - Method in class net.minecraft.item.ItemStack
- getMaxItemUseDuration(ItemStack) - Method in class net.minecraft.item.Item
-
+ How long it takes to use or consume an item
- getMaxItemUseDuration(ItemStack) - Method in class net.minecraft.item.ItemBow
-
+ How long it takes to use or consume an item
- getMaxItemUseDuration(ItemStack) - Method in class net.minecraft.item.ItemBucketMilk
-
+ How long it takes to use or consume an item
- getMaxItemUseDuration(ItemStack) - Method in class net.minecraft.item.ItemFood
-
+ How long it takes to use or consume an item
- getMaxItemUseDuration(ItemStack) - Method in class net.minecraft.item.ItemPotion
-
+ How long it takes to use or consume an item
- getMaxItemUseDuration(ItemStack) - Method in class net.minecraft.item.ItemSword
-
+ How long it takes to use or consume an item
- getMaxLengthEstimate() - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets an estimate for the maximum string length that the formatter will produce.
- getMaxLengthEstimate() - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
Gets an estimate for the maximum string length that the formatter will produce.
- getMaxLevel() - Method in class net.minecraft.enchantment.Enchantment
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentArrowDamage
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentArrowFire
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentArrowInfinite
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentArrowKnockback
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentDamage
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentDigging
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentDurability
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentFireAspect
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentFishingSpeed
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentKnockback
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentLootBonus
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentOxygen
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentProtection
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentThorns
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentUntouching
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentWaterWalker
-
+ Returns the maximum level that the enchantment can have.
- getMaxLevel() - Method in class net.minecraft.enchantment.EnchantmentWaterWorker
-
+ Returns the maximum level that the enchantment can have.
- getMaxNumberOfCreature() - Method in enum net.minecraft.entity.EnumCreatureType
- getMaxPlayers() - Method in class net.minecraft.network.play.server.S01PacketJoinGame
- getMaxPlayers() - Method in class net.minecraft.network.ServerStatusResponse.PlayerCountData
- getMaxRenderDistanceSquared() - Method in class net.minecraft.tileentity.TileEntity
- getMaxRenderDistanceSquared() - Method in class net.minecraft.tileentity.TileEntityBeacon
- getMaxSpawnedInChunk() - Method in class net.minecraft.entity.EntityLiving
-
+ Will return how many at most can spawn in a chunk at once.
- getMaxSpawnedInChunk() - Method in class net.minecraft.entity.monster.EntityGhast
-
+ Will return how many at most can spawn in a chunk at once.
- getMaxSpawnedInChunk() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Will return how many at most can spawn in a chunk at once.
- getMaxSpawnedInChunk() - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Will return how many at most can spawn in a chunk at once.
- getMaxStackSize() - Method in class net.minecraft.item.ItemStack
-
+ Returns maximum size of the stack.
- getMaxStringLength() - Method in class net.minecraft.client.gui.GuiTextField
-
+ returns the maximum number of character that can be contained in this textbox
- getMaxTemper() - Method in class net.minecraft.entity.passive.EntityHorse
- getMaxTradeUses() - Method in class net.minecraft.village.MerchantRecipe
- getMaxU() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getMaxUses() - Method in enum net.minecraft.item.Item.ToolMaterial
- getMaxV() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getMedium(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getMedium(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets a 24-bit medium integer at the specified absolute
index
in this buffer. - getMedium(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getMedium(int) - Method in class net.minecraft.network.PacketBuffer
- getMembershipCollection() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
- getMembershipCollection() - Method in class net.minecraft.scoreboard.Team
- getMerchant() - Method in class net.minecraft.client.gui.GuiMerchant
- getMerchantInventory() - Method in class net.minecraft.inventory.ContainerMerchant
- getMessage() - Method in exception net.minecraft.client.util.JsonException
- getMessage() - Method in class net.minecraft.network.play.client.C01PacketChatMessage
- getMessage() - Method in class net.minecraft.network.play.client.C14PacketTabComplete
- getMessage() - Method in class net.minecraft.network.play.server.S45PacketTitle
- getMessage() - Method in exception net.minecraft.util.ReportedException
- getMessage() - Method in class org.apache.commons.lang3.time.StopWatch
-
Gets the message for string presentation.
- getMeta() - Method in enum net.minecraft.block.BlockDoublePlant.EnumPlantType
- getMeta() - Method in enum net.minecraft.block.BlockFlower.EnumFlowerType
- getMeta() - Method in enum net.minecraft.block.BlockTallGrass.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockDirt.DirtType
- getMetadata() - Method in enum net.minecraft.block.BlockHugeMushroom.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockLever.EnumOrientation
- getMetadata() - Method in enum net.minecraft.block.BlockPlanks.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockPrismarine.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockQuartz.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockRailBase.EnumRailDirection
- getMetadata() - Method in enum net.minecraft.block.BlockRedSandstone.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockSand.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockSandStone.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockSilverfish.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockStone.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockStoneBrick.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockStoneSlab.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockStoneSlabNew.EnumType
- getMetadata() - Method in enum net.minecraft.block.BlockWall.EnumType
- getMetadata() - Method in enum net.minecraft.item.EnumDyeColor
- getMetadata() - Method in enum net.minecraft.item.ItemFishFood.FishType
- getMetadata() - Method in class net.minecraft.item.ItemStack
- getMetadata(int) - Method in class net.minecraft.item.Item
-
+ Converts the given ItemStack damage value into a metadata value to be placed in the world when this Item is placed as a Block (mostly used with ItemBlocks).
- getMetadata(int) - Method in class net.minecraft.item.ItemAnvilBlock
-
+ Converts the given ItemStack damage value into a metadata value to be placed in the world when this Item is placed as a Block (mostly used with ItemBlocks).
- getMetadata(int) - Method in class net.minecraft.item.ItemCloth
-
+ Converts the given ItemStack damage value into a metadata value to be placed in the world when this Item is placed as a Block (mostly used with ItemBlocks).
- getMetadata(int) - Method in class net.minecraft.item.ItemColored
-
+ Converts the given ItemStack damage value into a metadata value to be placed in the world when this Item is placed as a Block (mostly used with ItemBlocks).
- getMetadata(int) - Method in class net.minecraft.item.ItemLeaves
-
+ Converts the given ItemStack damage value into a metadata value to be placed in the world when this Item is placed as a Block (mostly used with ItemBlocks).
- getMetadata(int) - Method in class net.minecraft.item.ItemMultiTexture
-
+ Converts the given ItemStack damage value into a metadata value to be placed in the world when this Item is placed as a Block (mostly used with ItemBlocks).
- getMetadata(int) - Method in class net.minecraft.item.ItemPiston
-
+ Converts the given ItemStack damage value into a metadata value to be placed in the world when this Item is placed as a Block (mostly used with ItemBlocks).
- getMetadata(int) - Method in class net.minecraft.item.ItemSkull
-
+ Converts the given ItemStack damage value into a metadata value to be placed in the world when this Item is placed as a Block (mostly used with ItemBlocks).
- getMetadata(int) - Method in class net.minecraft.item.ItemSlab
-
+ Converts the given ItemStack damage value into a metadata value to be placed in the world when this Item is placed as a Block (mostly used with ItemBlocks).
- getMetadata(int) - Method in class net.minecraft.item.ItemSnow
-
+ Converts the given ItemStack damage value into a metadata value to be placed in the world when this Item is placed as a Block (mostly used with ItemBlocks).
- getMetadata(String) - Method in interface net.minecraft.client.resources.IResource
- getMetadata(String) - Method in class net.minecraft.client.resources.SimpleResource
- getMetadata(ItemStack) - Method in class net.minecraft.client.renderer.ItemModelMesher
- getMetadataForFacing(EnumFacing) - Static method in class net.minecraft.block.BlockLever
- getMetaForAxis(EnumFacing.Axis) - Static method in class net.minecraft.block.BlockPortal
- getMetaForFacing(EnumFacing) - Static method in class net.minecraft.block.BlockTrapDoor
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.Block
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockAnvil
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockBanner.BlockBannerHanging
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockBanner.BlockBannerStanding
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockBed
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockBrewingStand
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockButton
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockCactus
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockCake
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockCarpet
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockCauldron
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockChest
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockCocoa
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockColored
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockCommandBlock
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockCrops
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockDaylightDetector
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockDirt
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockDispenser
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockDoor
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockDoublePlant
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockEnderChest
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockEndPortalFrame
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockFarmland
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockFence
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockFenceGate
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockFire
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockFlower
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockFlowerPot
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockFurnace
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockGrass
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockHay
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockHopper
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockHugeMushroom
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockJukebox
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockLadder
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockLever
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockLilyPad
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockLiquid
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockMycelium
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockNetherWart
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockNewLeaf
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockNewLog
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockOldLeaf
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockOldLog
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockPane
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockPistonBase
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockPistonExtension
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockPistonMoving
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockPlanks
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockPortal
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockPressurePlate
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockPressurePlateWeighted
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockPrismarine
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockPumpkin
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockQuartz
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockRail
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockRailDetector
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockRailPowered
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockRedSandstone
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockRedstoneComparator
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockRedstoneRepeater
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockRedstoneWire
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockReed
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockSand
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockSandStone
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockSapling
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockSilverfish
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockSkull
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockSnow
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockSponge
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockStainedGlass
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockStainedGlassPane
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockStairs
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockStandingSign
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockStem
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockStone
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockStoneBrick
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockStoneSlab
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockStoneSlabNew
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockTallGrass
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockTNT
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockTorch
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockTrapDoor
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockTripWire
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockTripWireHook
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockVine
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockWall
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockWallSign
-
+ Convert the BlockState into the correct metadata value
- getMetaFromState(IBlockState) - Method in class net.minecraft.block.BlockWoodSlab
-
+ Convert the BlockState into the correct metadata value
- getMic() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getMinDelay() - Method in enum net.minecraft.client.audio.MusicTicker.MusicType
- getMinecartType() - Method in class net.minecraft.entity.ai.EntityMinecartMobSpawner
- getMinecartType() - Method in class net.minecraft.entity.EntityMinecartCommandBlock
- getMinecartType() - Method in class net.minecraft.entity.item.EntityMinecart
- getMinecartType() - Method in class net.minecraft.entity.item.EntityMinecartChest
- getMinecartType() - Method in class net.minecraft.entity.item.EntityMinecartEmpty
- getMinecartType() - Method in class net.minecraft.entity.item.EntityMinecartFurnace
- getMinecartType() - Method in class net.minecraft.entity.item.EntityMinecartHopper
- getMinecartType() - Method in class net.minecraft.entity.item.EntityMinecartTNT
- getMinecraft() - Static method in class net.minecraft.client.Minecraft
-
+ Return the singleton Minecraft instance for the game
- getMinecraftEnum() - Method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformOS
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.Enchantment
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentArrowDamage
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentArrowFire
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentArrowInfinite
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentArrowKnockback
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentDamage
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentDigging
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentDurability
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentFireAspect
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentFishingSpeed
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentKnockback
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentLootBonus
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentOxygen
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentProtection
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentThorns
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentUntouching
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentWaterWalker
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinEnchantability(int) - Method in class net.minecraft.enchantment.EnchantmentWaterWorker
-
+ Returns the minimal value of enchantability needed on the enchantment level passed.
- getMinimum() - Method in class org.apache.commons.lang3.Range
-
Gets the minimum value in this range.
- getMinLevel() - Method in class net.minecraft.enchantment.Enchantment
-
+ Returns the minimum level that the enchantment can have.
- getMinU() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getMinV() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getMinY() - Method in class net.minecraft.world.gen.FlatLayerInfo
-
+ Return the minimum Y coordinate for this layer, set during generation.
- getMissingModel() - Method in class net.minecraft.client.resources.model.ModelManager
- getMissingSprite() - Method in class net.minecraft.client.renderer.texture.TextureMap
- getMixedBrightnessForBlock(IBlockAccess, BlockPos) - Method in class net.minecraft.block.Block
- getMixedBrightnessForBlock(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockLiquid
- getMixedBrightnessForBlock(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockStairs
- getMobilityFlag() - Method in class net.minecraft.block.Block
- getMobilityFlag() - Method in class net.minecraft.block.BlockBasePressurePlate
- getMobilityFlag() - Method in class net.minecraft.block.BlockBed
- getMobilityFlag() - Method in class net.minecraft.block.BlockDoor
- getMobilityFlag() - Method in class net.minecraft.block.BlockIce
- getMobilityFlag() - Method in class net.minecraft.block.BlockRailBase
- getMobRotation() - Method in class net.minecraft.tileentity.MobSpawnerBaseLogic
- getMode() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBTransaction
- getMode() - Method in class net.minecraft.network.play.client.C0EPacketClickWindow
- getModel(ModelResourceLocation) - Method in class net.minecraft.client.resources.model.ModelManager
- getModelBlock() - Method in enum net.minecraft.block.BlockSilverfish.EnumType
- getModelElements(JSONObject) - Method in class net.minecraft.client.renderer.block.model.ModelBlock.Deserializer
- getModelForState(IBlockState) - Method in class net.minecraft.client.renderer.BlockModelShapes
- getModelFromBlockState(IBlockState, IBlockAccess, BlockPos) - Method in class net.minecraft.client.renderer.BlockRendererDispatcher
- getModelFromId(int) - Static method in enum net.lax1dude.eaglercraft.v1_8.profile.SkinModel
- getModelFromId(String) - Static method in enum net.lax1dude.eaglercraft.v1_8.profile.SkinModel
- getModelLocation() - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variant
- getModelLocation(ItemStack) - Method in interface net.minecraft.client.renderer.ItemMeshDefinition
- getModelManager() - Method in class net.minecraft.client.renderer.BlockModelShapes
- getModelManager() - Method in class net.minecraft.client.renderer.ItemModelMesher
- getModelPartFlags() - Method in class net.minecraft.network.play.client.C15PacketClientSettings
- getModelParts() - Method in class net.minecraft.client.settings.GameSettings
- getModelResourceLocation(IBlockState) - Method in class net.minecraft.client.renderer.block.statemap.DefaultStateMapper
- getModelResourceLocation(IBlockState) - Method in class net.minecraft.client.renderer.block.statemap.StateMap
- getModelResourceLocation(IBlockState) - Method in class net.minecraft.client.renderer.block.statemap.StateMapperBase
- getModelRotation(int, int) - Static method in enum net.minecraft.client.resources.model.ModelRotation
- getModifier(EaglercraftUUID) - Method in interface net.minecraft.entity.ai.attributes.IAttributeInstance
-
+ Returns attribute modifier, if any, by the given UUID
- getModifier(EaglercraftUUID) - Method in class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
-
+ Returns attribute modifier, if any, by the given UUID
- getModifiersByOperation(int) - Method in interface net.minecraft.entity.ai.attributes.IAttributeInstance
- getModifiersByOperation(int) - Method in class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
- getMonth() - Method in class org.apache.commons.lang3.time.CalendarUtils
-
Gets the current month.
- getMoonPhase() - Method in class net.minecraft.world.World
- getMoonPhase(long) - Method in class net.minecraft.world.WorldProvider
- getMostSignificantBits() - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- getMotd() - Method in enum net.minecraft.client.multiplayer.ServerData.ServerResourceMode
- getMotionFactor() - Method in class net.minecraft.entity.projectile.EntityFireball
-
+ Return the motion factor for this projectile.
- getMotionFactor() - Method in class net.minecraft.entity.projectile.EntityWitherSkull
-
+ Return the motion factor for this projectile.
- getMotionX() - Method in class net.minecraft.network.play.server.S12PacketEntityVelocity
- getMotionY() - Method in class net.minecraft.network.play.server.S12PacketEntityVelocity
- getMotionZ() - Method in class net.minecraft.network.play.server.S12PacketEntityVelocity
- getMountedYOffset() - Method in class net.minecraft.entity.Entity
-
+ Returns the Y offset from the entity's position for any entity riding this one.
- getMountedYOffset() - Method in class net.minecraft.entity.item.EntityBoat
-
+ Returns the Y offset from the entity's position for any entity riding this one.
- getMountedYOffset() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Returns the Y offset from the entity's position for any entity riding this one.
- getMountedYOffset() - Method in class net.minecraft.entity.monster.EntitySpider
-
+ Returns the Y offset from the entity's position for any entity riding this one.
- getMouseOver(float) - Method in class net.minecraft.client.renderer.EntityRenderer
-
+ Finds what block or object the mouse is over at the specified partial tick time.
- getMouthOpennessAngle(float) - Method in class net.minecraft.entity.passive.EntityHorse
- getMovementOffsets(int, float) - Method in class net.minecraft.entity.boss.EntityDragon
-
+ Returns a double[3] array with movement offsets, used to calculate trailing tail/neck positions.
- getMoveTypeDuration() - Method in class net.minecraft.entity.passive.EntityRabbit
-
+ Returns duration of the current
move type
- getMovingObjectPositionFromPlayer(World, EntityPlayer, boolean) - Method in class net.minecraft.item.Item
- getMusicLocation() - Method in enum net.minecraft.client.audio.MusicTicker.MusicType
- getName() - Method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformAgent
- getName() - Method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformOS
- getName() - Method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformType
- getName() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBDatabase
- getName() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBError
- getName() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBIndex
- getName() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- getName() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- getName() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- getName() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
- getName() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.Property
- getName() - Static method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerProfile
- getName() - Method in class net.minecraft.block.BlockAnvil.Anvil
- getName() - Method in enum net.minecraft.block.BlockBed.EnumPartType
- getName() - Method in enum net.minecraft.block.BlockDirt.DirtType
- getName() - Method in enum net.minecraft.block.BlockDoor.EnumDoorHalf
- getName() - Method in enum net.minecraft.block.BlockDoor.EnumHingePosition
- getName() - Method in enum net.minecraft.block.BlockDoublePlant.EnumBlockHalf
- getName() - Method in enum net.minecraft.block.BlockDoublePlant.EnumPlantType
- getName() - Method in enum net.minecraft.block.BlockFlower.EnumFlowerType
- getName() - Method in enum net.minecraft.block.BlockFlowerPot.EnumFlowerType
- getName() - Method in enum net.minecraft.block.BlockHugeMushroom.EnumType
- getName() - Method in enum net.minecraft.block.BlockLever.EnumOrientation
- getName() - Method in enum net.minecraft.block.BlockLog.EnumAxis
- getName() - Method in enum net.minecraft.block.BlockPistonExtension.EnumPistonType
- getName() - Method in enum net.minecraft.block.BlockPlanks.EnumType
- getName() - Method in enum net.minecraft.block.BlockPrismarine.EnumType
- getName() - Method in enum net.minecraft.block.BlockQuartz.EnumType
- getName() - Method in enum net.minecraft.block.BlockRailBase.EnumRailDirection
- getName() - Method in enum net.minecraft.block.BlockRedSandstone.EnumType
- getName() - Method in enum net.minecraft.block.BlockRedstoneComparator.Mode
- getName() - Method in enum net.minecraft.block.BlockSand.EnumType
- getName() - Method in enum net.minecraft.block.BlockSandStone.EnumType
- getName() - Method in enum net.minecraft.block.BlockSilverfish.EnumType
- getName() - Method in enum net.minecraft.block.BlockSlab.EnumBlockHalf
- getName() - Method in enum net.minecraft.block.BlockStairs.EnumHalf
- getName() - Method in enum net.minecraft.block.BlockStairs.EnumShape
- getName() - Method in enum net.minecraft.block.BlockStone.EnumType
- getName() - Method in enum net.minecraft.block.BlockStoneBrick.EnumType
- getName() - Method in enum net.minecraft.block.BlockStoneSlab.EnumType
- getName() - Method in enum net.minecraft.block.BlockStoneSlabNew.EnumType
- getName() - Method in enum net.minecraft.block.BlockTallGrass.EnumType
- getName() - Method in enum net.minecraft.block.BlockTrapDoor.DoorHalf
- getName() - Method in enum net.minecraft.block.BlockWall.EnumType
- getName() - Method in class net.minecraft.block.BlockWorkbench.InterfaceCraftingTable
- getName() - Method in interface net.minecraft.block.properties.IProperty
-
+ Get the name for the given value.
- getName() - Method in class net.minecraft.block.properties.PropertyHelper
- getName() - Method in class net.minecraft.client.player.inventory.LocalBlockIntercommunication
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in interface net.minecraft.command.ICommandSender
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.command.server.CommandBlockLogic
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.enchantment.Enchantment
-
+ Return the name of key in translation table of this enchantment.
- getName() - Method in class net.minecraft.enchantment.EnchantmentDamage
-
+ Return the name of key in translation table of this enchantment.
- getName() - Method in class net.minecraft.enchantment.EnchantmentProtection
-
+ Return the name of key in translation table of this enchantment.
- getName() - Method in class net.minecraft.entity.ai.attributes.AttributeModifier
- getName() - Method in class net.minecraft.entity.Entity
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.entity.item.EntityItem
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in enum net.minecraft.entity.item.EntityMinecart.EnumMinecartType
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.entity.item.EntityMinecartContainer
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.inventory.InventoryBasic
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.inventory.InventoryCrafting
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.inventory.InventoryCraftResult
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.inventory.InventoryMerchant
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in enum net.minecraft.item.EnumDyeColor
- getName() - Method in enum net.minecraft.item.ItemArmor.ArmorMaterial
- getName() - Method in class net.minecraft.network.ServerStatusResponse.MinecraftProtocolVersionIdentifier
- getName() - Method in class net.minecraft.potion.Potion
-
+ returns the name of the potion
- getName() - Method in class net.minecraft.scoreboard.GoalColor
- getName() - Method in interface net.minecraft.scoreboard.IScoreObjectiveCriteria
- getName() - Method in class net.minecraft.scoreboard.ScoreDummyCriteria
- getName() - Method in class net.minecraft.scoreboard.ScoreObjective
- getName() - Method in class net.minecraft.tileentity.TileEntityBeacon
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.tileentity.TileEntityBrewingStand
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.tileentity.TileEntityChest
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.tileentity.TileEntityDispenser
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.tileentity.TileEntityDropper
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.tileentity.TileEntityEnchantmentTable
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in class net.minecraft.util.ChatComponentScore
- getName() - Method in enum net.minecraft.util.EnumFacing.Axis
- getName() - Method in enum net.minecraft.util.EnumFacing
- getName() - Method in interface net.minecraft.util.IStringSerializable
- getName() - Method in interface net.minecraft.world.IWorldNameable
-
+ Gets the name of this command sender (usually username, but possibly "Rcon")
- getName() - Method in enum net.minecraft.world.WorldSettings.GameType
- getName(Object) - Method in interface net.minecraft.block.properties.IProperty
-
+ Get the name for the given value.
- getName(Object) - Method in class net.minecraft.block.properties.PropertyBool
-
+ Get the name for the given value.
- getName(Object) - Method in class net.minecraft.block.properties.PropertyEnum
-
+ Get the name for the given value.
- getName(Object) - Method in class net.minecraft.block.properties.PropertyInteger
-
+ Get the name for the given value.
- getName2() - Method in enum net.minecraft.util.EnumFacing.Axis
-
+ Same as getName, but does not override the method from Enum.
- getName2() - Method in enum net.minecraft.util.EnumFacing
-
+ Same as getName, but does not override the method from Enum.
- getNameForObject(V) - Method in class net.minecraft.util.RegistryNamespaced
-
+ Gets the name we use to identify the given object.
- getNameOfLastSection() - Method in class net.minecraft.profiler.Profiler
- getNames() - Static method in enum net.minecraft.network.play.server.S45PacketTitle.Type
- getNames(Object) - Static method in class org.json.JSONObject
-
Get an array of public field names from an Object.
- getNames(JSONObject) - Static method in class org.json.JSONObject
-
Get an array of field names from a JSONObject.
- getNameTagVisibility() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
- getNameTagVisibility() - Method in class net.minecraft.scoreboard.Team
- getNanosOfMiili(Duration) - Static method in class org.apache.commons.lang3.time.DurationUtils
-
Gets the nanosecond part of a Duration converted to milliseconds.
- getNanoTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Gets the elapsed time in nanoseconds.
- getNativeTexture(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- getNbtCompound() - Method in class net.minecraft.network.play.server.S35PacketUpdateTileEntity
- getNBTCompound() - Method in class net.minecraft.client.multiplayer.ServerData
-
+ Returns an NBTTagCompound with the server's name, IP and maybe acceptTextures.
- getNBTTagCompound() - Method in class net.minecraft.entity.Entity
- getNBTTagCompound() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Gets the NBTTagCompound for the worldInfo
- getNeedsRandomTick() - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
-
+ Returns whether or not this block storage's Chunk will require random ticking, used to avoid looping through random block ticks when there are no blocks that would randomly tick.
- getNeighbourInfo(EnumFacing) - Static method in enum net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- getNetHandler() - Method in class net.minecraft.client.Minecraft
- getNetworkID() - Method in enum net.minecraft.entity.item.EntityMinecart.EnumMinecartType
- getNetworkManager() - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Returns this the NetworkManager instance registered with this NetworkHandlerPlayClient
- getNewLineText() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Gets the text to be appended when a new line is added.
- getNewVersion() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBVersionChangeEvent
- getNext(Iterator<? extends T>, T) - Static method in class com.google.common.collect.Iterators
-
Returns the next element in
iterator
ordefaultValue
if the iterator is empty. - getNextTransactionID(InventoryPlayer) - Method in class net.minecraft.inventory.Container
-
+ Gets a unique transaction ID.
- getNthWordFromCursor(int) - Method in class net.minecraft.client.gui.GuiTextField
-
+ see @getNthNextWordFromPos() params: N, position
- getNthWordFromPos(int, int) - Method in class net.minecraft.client.gui.GuiTextField
-
+ gets the position of the nth word.
- getNullText() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the text to output when
null
found. - getNullText() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Gets the text to be appended when null is added.
- getNumber(int) - Method in class org.json.JSONArray
-
Get the Number value associated with a key.
- getNumber(String) - Method in class org.json.JSONObject
-
Get the Number value associated with a key.
- getNumerator() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets the numerator part of the fraction.
- getNumGrownFaces(IBlockState) - Static method in class net.minecraft.block.BlockVine
- getNumHashElements() - Method in class net.minecraft.util.LongHashMap
- getObfuscated() - Method in class net.minecraft.util.ChatStyle
-
+ Whether or not text of this ChatStyle should be obfuscated.
- getObject() - Method in class net.minecraft.entity.DataWatcher.WatchableObject
- getObject() - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Returns the
Object
being output. - getObject(String) - Method in class net.zxmushroom63.plugins.BaseData
- getObject(K) - Method in interface net.minecraft.util.IRegistry
- getObject(K) - Method in class net.minecraft.util.RegistryDefaulted
- getObject(K) - Method in class net.minecraft.util.RegistryNamespaced
- getObject(K) - Method in class net.minecraft.util.RegistryNamespacedDefaultedByKey
- getObject(K) - Method in class net.minecraft.util.RegistrySimple
- getObjectArr(String) - Method in class net.zxmushroom63.plugins.BaseData
- getObjectById(int) - Method in class net.minecraft.util.RegistryNamespaced
-
+ Gets the object identified by the given ID.
- getObjectById(int) - Method in class net.minecraft.util.RegistryNamespacedDefaultedByKey
-
+ Gets the object identified by the given ID.
- getObjective() - Method in class net.minecraft.scoreboard.Score
- getObjective() - Method in class net.minecraft.util.ChatComponentScore
- getObjective(String) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Returns a ScoreObjective for the objective name
- getObjectiveDisplaySlot(int) - Static method in class net.minecraft.scoreboard.Scoreboard
-
+ Returns 'list' for 0, 'sidebar' for 1, 'belowName for 2, otherwise null.
- getObjectiveDisplaySlotNumber(String) - Static method in class net.minecraft.scoreboard.Scoreboard
-
+ Returns 0 for (case-insensitive) 'list', 1 for 'sidebar', 2 for 'belowName', otherwise -1.
- getObjectiveInDisplaySlot(int) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ 0 is tab menu, 1 is sidebar, 2 is below name
- getObjectiveName() - Method in class net.minecraft.network.play.server.S3CPacketUpdateScore
- getObjectiveNames() - Method in class net.minecraft.scoreboard.Scoreboard
- getObjectivesForEntity(String) - Method in class net.minecraft.scoreboard.Scoreboard
- getObjectivesFromCriteria(IScoreObjectiveCriteria) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Returns all the objectives for the given criteria
- getObjectStoreNames() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBDatabase
- getObjectType() - Method in class net.minecraft.entity.DataWatcher.WatchableObject
- getOfflineUUID(String) - Static method in class net.minecraft.entity.player.EntityPlayer
- getOffset() - Method in enum net.minecraft.util.EnumFacing.AxisDirection
- getOffsetType() - Method in class net.minecraft.block.Block
-
+ Get the OffsetType for this Block.
- getOffsetType() - Method in class net.minecraft.block.BlockDoublePlant
-
+ Get the OffsetType for this Block.
- getOffsetType() - Method in class net.minecraft.block.BlockFlower
-
+ Get the OffsetType for this Block.
- getOffsetType() - Method in class net.minecraft.block.BlockTallGrass
-
+ Get the OffsetType for this Block.
- getOffsetX(float) - Method in class net.minecraft.tileentity.TileEntityPiston
- getOffsetY(float) - Method in class net.minecraft.tileentity.TileEntityPiston
- getOffsetZ(float) - Method in class net.minecraft.tileentity.TileEntityPiston
- getOldVersion() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBVersionChangeEvent
- getOneShotStat(String) - Static method in class net.minecraft.stats.StatList
- getOnGround() - Method in class net.minecraft.network.play.server.S14PacketEntity
- getOnGround() - Method in class net.minecraft.network.play.server.S18PacketEntityTeleport
- getOnlinePlayerCount() - Method in class net.minecraft.network.ServerStatusResponse.PlayerCountData
- getOnlyElement(Iterable<? extends T>, T) - Static method in class com.google.common.collect.Iterables
-
Returns the single element contained in
iterable
, ordefaultValue
if the iterable is empty. - getOnlyElement(Iterable<T>) - Static method in class com.google.common.collect.Iterables
-
Returns the single element contained in
iterable
. - getOnlyElement(Iterator<? extends T>, T) - Static method in class com.google.common.collect.Iterators
-
Returns the single element contained in
iterator
, ordefaultValue
if the iterator is empty. - getOnlyElement(Iterator<T>) - Static method in class com.google.common.collect.Iterators
-
Returns the single element contained in
iterator
. - getOpCode() - Method in class net.minecraft.network.play.server.S19PacketEntityStatus
- getOperation() - Method in class net.minecraft.entity.ai.attributes.AttributeModifier
- getOpposite() - Method in enum net.minecraft.util.EnumFacing
-
+ Get the opposite Facing (e.g.
- getOptionFloatValue(GameSettings.Options) - Method in class net.minecraft.client.settings.GameSettings
- getOptionOrdinalValue(GameSettings.Options) - Method in class net.minecraft.client.settings.GameSettings
- getOriginX() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getOriginX() - Method in class net.minecraft.client.renderer.texture.Stitcher.Slot
- getOriginY() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- getOriginY() - Method in class net.minecraft.client.renderer.texture.Stitcher.Slot
- getOSType() - Static method in class net.minecraft.util.Util
- getOutput() - Method in class com.google.common.io.ByteSink
-
Deprecated.This method is only provided for temporary compatibility with the
OutputSupplier
interface and should not be called directly. UseByteSink.openStream()
instead. This method is scheduled for removal in Guava 18.0. - getOutput() - Method in class com.google.common.io.CharSink
-
Deprecated.This method is only provided for temporary compatibility with the
OutputSupplier
interface and should not be called directly. UseCharSink.openStream()
instead. This method is scheduled for removal in Guava 18.0. - getOutput() - Method in interface com.google.common.io.OutputSupplier
-
Deprecated.Returns an object that encapsulates a writable resource.
- getOutputSignal() - Method in class net.minecraft.tileentity.TileEntityComparator
- getOutputStream() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- getOutputStream() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- getOutputStream() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- getOwner() - Method in interface net.minecraft.entity.IEntityOwnable
- getOwner() - Method in class net.minecraft.entity.item.EntityItem
- getOwner() - Method in class net.minecraft.entity.passive.EntityTameable
- getOwnerId() - Method in interface net.minecraft.entity.IEntityOwnable
- getOwnerId() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Gets the horse's owner
- getOwnerId() - Method in class net.minecraft.entity.passive.EntityTameable
- getPackDescription() - Method in class net.minecraft.client.resources.data.PackMetadataSection
- getPacket(ItemStack) - Method in class net.minecraft.world.storage.MapData.MapInfo
- getPacket(EnumPacketDirection, int) - Method in enum net.minecraft.network.EnumConnectionState
- getPacketId(EnumPacketDirection, Packet) - Method in enum net.minecraft.network.EnumConnectionState
- getPackFormat() - Method in class net.minecraft.client.resources.data.PackMetadataSection
- getPackImage() - Method in class net.minecraft.client.resources.AbstractResourcePack
- getPackImage() - Method in class net.minecraft.client.resources.DefaultResourcePack
- getPackImage() - Method in interface net.minecraft.client.resources.IResourcePack
- getPackMetadata(IMetadataSerializer, String) - Method in class net.minecraft.client.resources.AbstractResourcePack
- getPackMetadata(IMetadataSerializer, String) - Method in class net.minecraft.client.resources.DefaultResourcePack
- getPackMetadata(IMetadataSerializer, String) - Method in interface net.minecraft.client.resources.IResourcePack
- getPackName() - Method in class net.minecraft.client.resources.AbstractResourcePack
- getPackName() - Method in class net.minecraft.client.resources.DefaultResourcePack
- getPackName() - Method in interface net.minecraft.client.resources.IResourcePack
- getPalmLength() - Method in class net.minecraft.block.state.pattern.BlockPattern
- getParent() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- getParent() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- getParentFromMap(Map<ResourceLocation, ModelBlock>) - Method in class net.minecraft.client.renderer.block.model.ModelBlock
- getParentLocation() - Method in class net.minecraft.client.renderer.block.model.ModelBlock
- getParser() - Method in class org.apache.commons.lang3.text.CompositeFormat
-
Deprecated.Provides access to the parser Format implementation.
- getPartialBlockDamage() - Method in class net.minecraft.client.renderer.DestroyBlockProgress
- getParticleArgs() - Method in class net.minecraft.network.play.server.S2APacketParticles
-
+ Gets the particle arguments.
- getParticleCount() - Method in class net.minecraft.network.play.server.S2APacketParticles
-
+ Gets the amount of particles to spawn
- getParticleFromId(int) - Static method in enum net.minecraft.util.EnumParticleTypes
-
+ Gets the relative EnumParticleTypes by id.
- getParticleIcon(Item) - Method in class net.minecraft.client.renderer.ItemModelMesher
- getParticleIcon(Item, int) - Method in class net.minecraft.client.renderer.ItemModelMesher
- getParticleID() - Method in enum net.minecraft.util.EnumParticleTypes
- getParticleName() - Method in enum net.minecraft.util.EnumParticleTypes
- getParticleNames() - Static method in enum net.minecraft.util.EnumParticleTypes
- getParticleSpeed() - Method in class net.minecraft.network.play.server.S2APacketParticles
-
+ Gets the speed of the particle animation (used in client side rendering).
- getParticleTexture() - Method in class net.minecraft.client.resources.model.BuiltInModel
- getParticleTexture() - Method in interface net.minecraft.client.resources.model.IBakedModel
- getParticleTexture() - Method in class net.minecraft.client.resources.model.SimpleBakedModel
- getParticleTexture() - Method in class net.minecraft.client.resources.model.WeightedBakedModel
- getParticleType() - Method in class net.minecraft.entity.monster.EntityMagmaCube
- getParticleType() - Method in class net.minecraft.entity.monster.EntitySlime
- getParticleType() - Method in class net.minecraft.network.play.server.S2APacketParticles
- getPartId() - Method in enum net.minecraft.entity.player.EnumPlayerModelParts
- getPartMask() - Method in enum net.minecraft.entity.player.EnumPlayerModelParts
- getPartName() - Method in enum net.minecraft.entity.player.EnumPlayerModelParts
- getParts() - Method in class net.minecraft.entity.boss.EntityDragon
-
+ Return the Entity parts making up this Entity (currently only for dragons)
- getParts() - Method in class net.minecraft.entity.Entity
-
+ Return the Entity parts making up this Entity (currently only for dragons)
- getPath() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IResourceHandle
- getPath() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- getPath() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- getPath() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- getPattern() - Method in interface org.apache.commons.lang3.time.DateParser
-
Gets the pattern used by this parser.
- getPattern() - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Gets the pattern used by this printer.
- getPattern() - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets the pattern used by this formatter.
- getPattern() - Method in class org.apache.commons.lang3.time.FastDateParser
- getPattern() - Method in class org.apache.commons.lang3.time.FastDatePrinter
- getPatternByID(String) - Static method in enum net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- getPatternID() - Method in enum net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- getPatternList() - Method in class net.minecraft.tileentity.TileEntityBanner
-
+ Retrieves the list of patterns for this tile entity.
- getPatternName() - Method in enum net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- getPatterns(ItemStack) - Static method in class net.minecraft.tileentity.TileEntityBanner
-
+ Retrieves the amount of patterns stored on an ItemStack.
- getPeacefulCreature() - Method in enum net.minecraft.entity.EnumCreatureType
-
+ Gets whether or not this creature type is peaceful.
- getPendingBlockUpdates(Chunk, boolean) - Method in class net.minecraft.world.World
- getPing() - Method in class net.minecraft.network.play.server.S38PacketPlayerListItem.AddPlayerData
- getPistonState() - Method in class net.minecraft.tileentity.TileEntityPiston
- getPitch() - Method in interface net.minecraft.client.audio.ISound
- getPitch() - Method in class net.minecraft.client.audio.PositionedSound
- getPitch() - Method in class net.minecraft.client.audio.SoundPoolEntry
- getPitch() - Method in class net.minecraft.network.play.client.C03PacketPlayer
- getPitch() - Method in class net.minecraft.network.play.server.S08PacketPlayerPosLook
- getPitch() - Method in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- getPitch() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- getPitch() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getPitch() - Method in class net.minecraft.network.play.server.S18PacketEntityTeleport
- getPitch() - Method in class net.minecraft.network.play.server.S29PacketSoundEffect
- getPlacedBlockDirection() - Method in class net.minecraft.network.play.client.C08PacketPlayerBlockPlacement
- getPlacedBlockOffsetX() - Method in class net.minecraft.network.play.client.C08PacketPlayerBlockPlacement
-
+ Returns the offset from xPosition where the actual click took place.
- getPlacedBlockOffsetY() - Method in class net.minecraft.network.play.client.C08PacketPlayerBlockPlacement
-
+ Returns the offset from yPosition where the actual click took place.
- getPlacedBlockOffsetZ() - Method in class net.minecraft.network.play.client.C08PacketPlayerBlockPlacement
-
+ Returns the offset from zPosition where the actual click took place.
- getPlacementForEntity(Class) - Static method in class net.minecraft.entity.EntitySpawnPlacementRegistry
- getPlaceSound() - Method in class net.minecraft.block.Block.SoundType
- getPlane() - Method in enum net.minecraft.util.EnumFacing.Axis
- getPlatformAgent() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getPlatformAgent() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getPlatformANGLE() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getPlatformOS() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getPlatformOS() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getPlatformType() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getPlatformType() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getPlayer() - Method in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- getPlayer() - Method in class net.minecraft.tileentity.TileEntitySign
- getPlayer(World) - Method in class net.minecraft.network.play.server.S0APacketUseBed
- getPlayerCountData() - Method in class net.minecraft.network.ServerStatusResponse
- getPlayerEntityByName(String) - Method in class net.minecraft.world.World
-
+ Find a player by name in this world.
- getPlayerEntityByUUID(EaglercraftUUID) - Method in class net.minecraft.world.World
- getPlayerInfo() - Method in class net.minecraft.client.entity.AbstractClientPlayer
- getPlayerInfo(String) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Gets the client's description information about another player on the server.
- getPlayerInfo(EaglercraftUUID) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Gets the client's description information about another player on the server.
- getPlayerInfoMap() - Method in class net.minecraft.client.network.NetHandlerPlayClient
- getPlayerInLove() - Method in class net.minecraft.entity.passive.EntityAnimal
- getPlayerKnockbackMap() - Method in class net.minecraft.world.Explosion
- getPlayerName() - Method in class net.minecraft.network.play.server.S3CPacketUpdateScore
- getPlayerName() - Method in class net.minecraft.scoreboard.Score
-
+ Returns the name of the player this score belongs to
- getPlayerName(NetworkPlayerInfo) - Method in class net.minecraft.client.gui.GuiPlayerTabOverlay
-
+ Returns the name that should be renderd for the player supplied
- getPlayerNBTManager() - Method in interface net.minecraft.world.storage.ISaveHandler
- getPlayerNBTManager() - Method in class net.minecraft.world.storage.SaveHandlerMP
- getPlayerNBTTagCompound() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the player's NBTTagCompound to be loaded
- getPlayerProfile() - Method in class net.minecraft.tileentity.TileEntitySkull
- getPlayerRelativeBlockHardness(EntityPlayer, World, BlockPos) - Method in class net.minecraft.block.Block
-
+ Get the hardness of this Block relative to the ability of the given player
- getPlayers() - Method in class net.minecraft.network.ServerStatusResponse.PlayerCountData
- getPlayers(Class<? extends T>, Predicate<? super T>) - Method in class net.minecraft.world.World
- getPlayersTeam(String) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Gets the ScorePlayerTeam object for the given username.
- getPlayerTeam() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- getPlayerUUID() - Static method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerProfile
- getPluginAPI() - Static method in class net.zxmushroom63.plugins.PluginAPI
- getPort() - Method in class net.minecraft.client.multiplayer.ServerAddress
- getPortalCooldown() - Method in class net.minecraft.entity.Entity
-
+ Return the amount of cooldown before this entity can use a portal again.
- getPortalCooldown() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Return the amount of cooldown before this entity can use a portal again.
- getPos() - Method in class net.minecraft.block.state.BlockWorldState
- getPos() - Method in class net.minecraft.network.play.server.S22PacketMultiBlockChange.BlockUpdateData
- getPos() - Method in class net.minecraft.network.play.server.S33PacketUpdateSign
- getPos() - Method in class net.minecraft.network.play.server.S35PacketUpdateTileEntity
- getPos() - Method in class net.minecraft.tileentity.TileEntity
- getPosition() - Method in class net.lax1dude.eaglercraft.v1_8.EaglerInputStream
- getPosition() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.ArrayBufferInputStream
- getPosition() - Method in class net.minecraft.block.BlockEventData
- getPosition() - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
-
+ Get the position in the world.
- getPosition() - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Get the position in the world.
- getPosition() - Static method in class net.minecraft.client.renderer.ActiveRenderInfo
- getPosition() - Method in class net.minecraft.client.renderer.chunk.RenderChunk
- getPosition() - Method in class net.minecraft.client.renderer.DestroyBlockProgress
- getPosition() - Method in interface net.minecraft.command.ICommandSender
-
+ Get the position in the world.
- getPosition() - Method in class net.minecraft.entity.Entity
-
+ Get the position in the world.
- getPosition() - Method in class net.minecraft.network.play.client.C07PacketPlayerDigging
- getPosition() - Method in class net.minecraft.network.play.client.C08PacketPlayerBlockPlacement
- getPosition() - Method in class net.minecraft.network.play.client.C12PacketUpdateSign
- getPosition() - Method in class net.minecraft.network.play.server.S10PacketSpawnPainting
- getPosition() - Method in class net.minecraft.network.play.server.S25PacketBlockBreakAnim
- getPositionEyes(float) - Method in class net.minecraft.entity.Entity
- getPositionRandom(Vec3i) - Static method in class net.minecraft.util.MathHelper
- getPositionVector() - Method in interface net.minecraft.command.ICommandSender
-
+ Get the position vector.
- getPositionVector() - Method in class net.minecraft.entity.Entity
-
+ Get the position vector.
- getPositionX() - Method in class net.minecraft.network.play.client.C03PacketPlayer
- getPositionY() - Method in class net.minecraft.network.play.client.C03PacketPlayer
- getPositionZ() - Method in class net.minecraft.network.play.client.C03PacketPlayer
- getPossibleCreatures(EnumCreatureType, BlockPos) - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
- getPossibleCreatures(EnumCreatureType, BlockPos) - Method in interface net.minecraft.world.chunk.IChunkProvider
- getPotionDamage() - Method in class net.minecraft.entity.projectile.EntityPotion
-
+ Returns the damage value of the thrown potion that this EntityPotion represents.
- getPotionEffect(ItemStack) - Method in class net.minecraft.item.Item
- getPotionEffect(ItemStack) - Method in class net.minecraft.item.ItemFishFood
- getPotionEffects(int, boolean) - Static method in class net.minecraft.potion.PotionHelper
-
+ Returns a list of effects for the specified potion damage value.
- getPotionFromResourceLocation(String) - Static method in class net.minecraft.potion.Potion
- getPotionID() - Method in class net.minecraft.potion.PotionEffect
-
+ Retrieve the ID of the potion this effect matches.
- getPotionPrefix(int) - Static method in class net.minecraft.potion.PotionHelper
-
+ Given a potion data value, get its prefix as a translation ID.
- getPotionPrefixIndex(int) - Static method in class net.minecraft.potion.PotionHelper
-
+ Given a potion data value, get its prefix index number.
- getPowered() - Method in class net.minecraft.entity.monster.EntityCreeper
-
+ Returns true if the creeper is powered by a lightning bolt.
- getPoweredState(IBlockState) - Method in class net.minecraft.block.BlockRedstoneComparator
- getPoweredState(IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- getPoweredState(IBlockState) - Method in class net.minecraft.block.BlockRedstoneRepeater
- getPowerOnSide(IBlockAccess, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockRedstoneDiode
- getPowerOnSides(IBlockAccess, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- getPrecipitationHeight(BlockPos) - Method in class net.minecraft.world.chunk.Chunk
- getPrecipitationHeight(BlockPos) - Method in class net.minecraft.world.World
- getPrevFoodLevel() - Method in class net.minecraft.util.FoodStats
- getPrevious() - Method in class org.json.JSONTokener
-
Get the last character read from the input or '\0' if nothing has been read yet.
- getPrevMobRotation() - Method in class net.minecraft.tileentity.MobSpawnerBaseLogic
- getPrimaryKey() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- getProcessor() - Static method in class org.apache.commons.lang3.ArchUtils
-
Returns a
Processor
object of the current JVM. - getProcessor(String) - Static method in class org.apache.commons.lang3.ArchUtils
-
Returns a
Processor
object the given valueString
. - getProfession() - Method in class net.minecraft.entity.passive.EntityVillager
- getProfile() - Method in class net.minecraft.network.login.client.C00PacketLoginStart
- getProfile() - Method in class net.minecraft.network.login.server.S02PacketLoginSuccess
- getProfile() - Method in class net.minecraft.network.play.server.S38PacketPlayerListItem.AddPlayerData
- getProfile() - Method in class net.minecraft.util.Session
- getProfilingData(String) - Method in class net.minecraft.profiler.Profiler
-
+ Get profiling data
- getProgress() - Method in class net.minecraft.network.play.server.S25PacketBlockBreakAnim
- getProgress(float) - Method in class net.minecraft.tileentity.TileEntityPiston
-
+ Get interpolated progress value (between lastProgress and progress) given the fractional time between ticks as an argument
- getProjectileEntity(World, IPosition) - Method in class net.minecraft.dispenser.BehaviorProjectileDispense
- getProperNumerator() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets the proper numerator, always positive.
- getProperties() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
- getProperties() - Method in class net.minecraft.block.state.BlockState
- getProperties() - Method in interface net.minecraft.block.state.IBlockState
- getPropertyFor(EnumFacing) - Static method in class net.minecraft.block.BlockVine
- getPropertyNames() - Method in interface net.minecraft.block.state.IBlockState
-
+ Get the names of all properties defined for this BlockState
- getPropertyString(Map<IProperty, Comparable>) - Method in class net.minecraft.client.renderer.block.statemap.StateMapperBase
- getProperWhole() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets the proper whole part of the fraction.
- getProtocol() - Method in class net.minecraft.network.ServerStatusResponse.MinecraftProtocolVersionIdentifier
- getProtocolVersion() - Method in class net.minecraft.network.handshake.client.C00Handshake
- getProtocolVersionInfo() - Method in class net.minecraft.network.ServerStatusResponse
- getProviderForDimension(int) - Static method in class net.minecraft.world.WorldProvider
- getProviderName() - Method in class net.minecraft.world.World
-
+ Returns the name of the current chunk provider, by calling chunkprovider.makeString()
- getPrunedStackTrace(int) - Method in class net.minecraft.crash.CrashReportCategory
-
+ Resets our stack trace according to the current trace, pruning the deepest 3 entries.
- getQueryParameter(WebGLQuery, int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.teavm.WebGL2RenderingContext
- getQuoteMatcher() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets the quote matcher currently in use.
- getRabbitType() - Method in class net.minecraft.entity.passive.EntityRabbit
- getRainStrength(float) - Method in class net.minecraft.world.World
-
+ Returns rain strength.
- getRainTime() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Return the number of ticks until rain.
- getRandom(EaglercraftRandom) - Method in class net.minecraft.item.ItemEnchantedBook
- getRandom(EaglercraftRandom, int, int, int) - Method in class net.minecraft.item.ItemEnchantedBook
- getRandomDoubleInRange(EaglercraftRandom, double, double) - Static method in class net.minecraft.util.MathHelper
- getRandomIntegerInRange(EaglercraftRandom, int, int) - Static method in class net.minecraft.util.MathHelper
- getRandomItem(Collection<T>, int) - Static method in class net.minecraft.util.WeightedRandom
- getRandomItem(EaglercraftRandom, Collection<T>) - Static method in class net.minecraft.util.WeightedRandom
- getRandomItem(EaglercraftRandom, Collection<T>, int) - Static method in class net.minecraft.util.WeightedRandom
- getRandomModelBox(EaglercraftRandom) - Method in class net.minecraft.client.model.ModelBase
- getRandomSheepColor(EaglercraftRandom) - Static method in class net.minecraft.entity.passive.EntitySheep
-
+ Chooses a "vanilla" sheep color based on the provided random.
- getRandomSoundFromCategories(SoundCategory...) - Method in class net.minecraft.client.audio.SoundHandler
-
+ Returns a random sound from one or more categories
- getRandomUuid(EaglercraftRandom) - Static method in class net.minecraft.util.MathHelper
- getRandomWithSeed(long) - Method in class net.minecraft.world.chunk.Chunk
- getRandomWithSeed(long) - Method in class net.minecraft.world.chunk.EmptyChunk
- getRarity() - Method in class net.minecraft.item.ItemStack
- getRarity(ItemStack) - Method in class net.minecraft.item.Item
-
+ Return an item rarity from EnumRarity
- getRarity(ItemStack) - Method in class net.minecraft.item.ItemAppleGold
-
+ Return an item rarity from EnumRarity
- getRarity(ItemStack) - Method in class net.minecraft.item.ItemEnchantedBook
-
+ Return an item rarity from EnumRarity
- getRarity(ItemStack) - Method in class net.minecraft.item.ItemRecord
-
+ Return an item rarity from EnumRarity
- getRateLimit() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- getRateLimit() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformNetworking
- getRateLimit() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMServerQuery
- getRawBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer.State
- getRawValue(int) - Method in class org.apache.commons.lang3.BitField
-
Obtains the value for the specified BitField, unshifted.
- getReadyState() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBRequest
- getRearingAmount(float) - Method in class net.minecraft.entity.passive.EntityHorse
- getReason() - Method in class net.minecraft.network.play.server.S40PacketDisconnect
- getRecipeList() - Method in class net.minecraft.item.crafting.CraftingManager
-
+ returns the List<> of all recipes
- getRecipeOutput() - Method in interface net.minecraft.item.crafting.IRecipe
- getRecipeOutput() - Method in class net.minecraft.item.crafting.RecipeBookCloning
- getRecipeOutput() - Method in class net.minecraft.item.crafting.RecipeFireworks
- getRecipeOutput() - Method in class net.minecraft.item.crafting.RecipeRepairItem
- getRecipeOutput() - Method in class net.minecraft.item.crafting.RecipesArmorDyes
- getRecipeOutput() - Method in class net.minecraft.item.crafting.RecipesMapCloning
- getRecipeOutput() - Method in class net.minecraft.item.crafting.ShapedRecipes
- getRecipeOutput() - Method in class net.minecraft.item.crafting.ShapelessRecipes
- getRecipes(EntityPlayer) - Method in interface net.minecraft.entity.IMerchant
- getRecipes(EntityPlayer) - Method in class net.minecraft.entity.NpcMerchant
- getRecipes(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityVillager
- getRecipeSize() - Method in interface net.minecraft.item.crafting.IRecipe
-
+ Returns the size of the recipe area
- getRecipeSize() - Method in class net.minecraft.item.crafting.RecipeBookCloning
-
+ Returns the size of the recipe area
- getRecipeSize() - Method in class net.minecraft.item.crafting.RecipeFireworks
-
+ Returns the size of the recipe area
- getRecipeSize() - Method in class net.minecraft.item.crafting.RecipeRepairItem
-
+ Returns the size of the recipe area
- getRecipeSize() - Method in class net.minecraft.item.crafting.RecipesArmorDyes
-
+ Returns the size of the recipe area
- getRecipeSize() - Method in class net.minecraft.item.crafting.RecipesMapCloning
-
+ Returns the size of the recipe area
- getRecipeSize() - Method in class net.minecraft.item.crafting.ShapedRecipes
-
+ Returns the size of the recipe area
- getRecipeSize() - Method in class net.minecraft.item.crafting.ShapelessRecipes
-
+ Returns the size of the recipe area
- getRecipiesAsTags() - Method in class net.minecraft.village.MerchantRecipeList
- getRecord() - Method in class net.minecraft.block.BlockJukebox.TileEntityJukebox
- getRecord(String) - Static method in class net.minecraft.item.ItemRecord
-
+ Return the record item corresponding to the given name.
- getRecordNameLocal() - Method in class net.minecraft.item.ItemRecord
- getRecStream() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio
- getRecText() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getRecText() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getRedColorF() - Method in class net.minecraft.client.particle.EntityFX
- getRedstonePower(BlockPos, EnumFacing) - Method in class net.minecraft.world.World
- getRedstoneStrength(IBlockState) - Method in class net.minecraft.block.BlockBasePressurePlate
- getRedstoneStrength(IBlockState) - Method in class net.minecraft.block.BlockPressurePlate
- getRedstoneStrength(IBlockState) - Method in class net.minecraft.block.BlockPressurePlateWeighted
- getReducedFraction(int, int) - Static method in class org.apache.commons.lang3.math.Fraction
-
Creates a reduced
Fraction
instance with the 2 parts of a fraction Y/Z. - getRegionRenderCacheBuilder() - Method in class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- getRegisteredName() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
-
+ Retrieve the name by which this team is registered in the scoreboard
- getRegisteredName() - Method in class net.minecraft.scoreboard.Team
- getRelevantEnchantmentTypes() - Method in class net.minecraft.creativetab.CreativeTabs
-
+ Returns the enchantment types relevant to this tab
- getRemainingItems(InventoryCrafting) - Method in interface net.minecraft.item.crafting.IRecipe
- getRemainingItems(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipeBookCloning
- getRemainingItems(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipeFireworks
- getRemainingItems(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipeRepairItem
- getRemainingItems(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipesArmorDyes
- getRemainingItems(InventoryCrafting) - Method in class net.minecraft.item.crafting.RecipesMapCloning
- getRemainingItems(InventoryCrafting) - Method in class net.minecraft.item.crafting.ShapedRecipes
- getRemainingItems(InventoryCrafting) - Method in class net.minecraft.item.crafting.ShapelessRecipes
- getRenderChunk() - Method in class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- getRenderChunk(BlockPos) - Method in class net.minecraft.client.renderer.ViewFrustum
- getRenderColor(IBlockState) - Method in class net.minecraft.block.Block
- getRenderColor(IBlockState) - Method in class net.minecraft.block.BlockGrass
- getRenderColor(IBlockState) - Method in class net.minecraft.block.BlockLeaves
- getRenderColor(IBlockState) - Method in class net.minecraft.block.BlockLilyPad
- getRenderColor(IBlockState) - Method in class net.minecraft.block.BlockOldLeaf
- getRenderColor(IBlockState) - Method in class net.minecraft.block.BlockStem
- getRenderColor(IBlockState) - Method in class net.minecraft.block.BlockTallGrass
- getRenderColor(IBlockState) - Method in class net.minecraft.block.BlockVine
- getRenderDistanceChunks() - Method in class net.minecraft.client.multiplayer.WorldClient
- getRenderDistanceChunks() - Method in class net.minecraft.world.World
- getRenderItem() - Method in class net.minecraft.client.Minecraft
- getRenderManager() - Method in class net.minecraft.client.Minecraft
- getRenderManager() - Method in class net.minecraft.client.renderer.entity.Render
- getRenderSizeModifier() - Method in class net.minecraft.entity.EntityLiving
-
+ Returns render size modifier
- getRenderType() - Method in class net.minecraft.block.Block
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockAir
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockBarrier
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockBeacon
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockBrewingStand
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockChest
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockCommandBlock
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockContainer
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockDaylightDetector
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockDispenser
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockEnchantmentTable
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockEnderChest
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockFlowerPot
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockFurnace
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockHopper
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockJukebox
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockLiquid
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockMobSpawner
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.block.BlockNote
-
+ The type of render function called.
- getRenderType() - Method in class net.minecraft.scoreboard.GoalColor
- getRenderType() - Method in interface net.minecraft.scoreboard.IScoreObjectiveCriteria
- getRenderType() - Method in class net.minecraft.scoreboard.ScoreDummyCriteria
- getRenderType() - Method in class net.minecraft.scoreboard.ScoreHealthCriteria
- getRenderType() - Method in class net.minecraft.scoreboard.ScoreObjective
- getRenderViewEntity() - Method in class net.minecraft.client.Minecraft
- getRepairCost() - Method in class net.minecraft.item.ItemStack
-
+ Get this stack's repair cost, or 0 if no repair cost is defined.
- getRepairItem() - Method in enum net.minecraft.item.Item.ToolMaterial
- getRepairItem() - Method in enum net.minecraft.item.ItemArmor.ArmorMaterial
- getRepeatDelay() - Method in interface net.minecraft.client.audio.ISound
- getRepeatDelay() - Method in class net.minecraft.client.audio.PositionedSound
- getRepositoryEntries() - Method in class net.minecraft.client.resources.ResourcePackRepository
- getRepositoryEntriesAll() - Method in class net.minecraft.client.resources.ResourcePackRepository
- getRequestedSkinType(EaglercraftUUID) - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache
- getRequestedState() - Method in class net.minecraft.network.handshake.client.C00Handshake
- getResizeSpeed() - Method in class net.minecraft.world.border.WorldBorder
- getResource() - Method in class net.lax1dude.eaglercraft.v1_8.profile.CustomSkin
- getResource(Class<?>, String) - Static method in class com.google.common.io.Resources
-
Given a
resourceName
that is relative tocontextClass
, returns aURL
pointing to the named resource. - getResource(String) - Static method in class com.google.common.io.Resources
-
Returns a
URL
pointing toresourceName
if the resource is found using the context class loader. - getResource(ResourceLocation) - Method in class net.minecraft.client.resources.FallbackResourceManager
- getResource(ResourceLocation) - Method in interface net.minecraft.client.resources.IResourceManager
- getResource(ResourceLocation) - Method in class net.minecraft.client.resources.SimpleReloadableResourceManager
- getResourceBytes(String) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getResourceBytes(String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAssets
- getResourceDomain() - Method in class net.minecraft.util.ResourceLocation
- getResourceDomains() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.FolderResourcePack
- getResourceDomains() - Method in class net.minecraft.client.resources.DefaultResourcePack
- getResourceDomains() - Method in class net.minecraft.client.resources.FallbackResourceManager
- getResourceDomains() - Method in interface net.minecraft.client.resources.IResourceManager
- getResourceDomains() - Method in interface net.minecraft.client.resources.IResourcePack
- getResourceDomains() - Method in class net.minecraft.client.resources.SimpleReloadableResourceManager
- getResourceKey() - Method in enum net.minecraft.entity.player.EntityPlayer.EnumChatVisibility
- getResourceLines(String) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getResourceLocation() - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache.SkinCacheEntry
- getResourceLocation() - Method in interface net.minecraft.client.resources.IResource
- getResourceLocation() - Method in class net.minecraft.client.resources.SimpleResource
- getResourceManager() - Method in class net.minecraft.client.Minecraft
- getResourceMode() - Method in class net.minecraft.client.multiplayer.ServerData
- getResourcePack() - Method in class net.minecraft.client.resources.ResourcePackRepository.Entry
- getResourcePackInstance() - Method in class net.minecraft.client.resources.ResourcePackRepository
-
+ Getter for the IResourcePack instance associated with this ResourcePackRepository
- getResourcePackName() - Method in interface net.minecraft.client.resources.IResource
- getResourcePackName() - Method in class net.minecraft.client.resources.ResourcePackRepository.Entry
- getResourcePackName() - Method in class net.minecraft.client.resources.SimpleResource
- getResourcePackNames() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.SYS
- getResourcePackRepository() - Method in class net.minecraft.client.Minecraft
- getResourcePath() - Method in class net.minecraft.util.ResourceLocation
- getResourceStream(String) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getResourceString(String) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getRespiration(Entity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
- getResponse() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- getResponse() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMServerQuery
- getResponse() - Method in class net.minecraft.network.status.server.S00PacketServerInfo
- getResponseJSON() - Method in class net.lax1dude.eaglercraft.v1_8.internal.QueryResponse
- getResponseString() - Method in class net.lax1dude.eaglercraft.v1_8.internal.QueryResponse
- getResponseTime() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- getResult() - Method in interface com.google.common.io.ByteProcessor
-
Return the result of processing all the bytes.
- getResult() - Method in interface com.google.common.io.LineProcessor
-
Return the result of processing all the lines.
- getResult() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCountRequest
- getResult() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursorRequest
- getResult() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBGetRequest
- getResult() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBOpenDBRequest
- getRevengeTimer() - Method in class net.minecraft.entity.EntityLivingBase
- getRewardsExp() - Method in class net.minecraft.village.MerchantRecipe
- getRGB(int, int, int, int, int[], int, int) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- getRightArmRotation() - Method in class net.minecraft.entity.item.EntityArmorStand
- getRightLegRotation() - Method in class net.minecraft.entity.item.EntityArmorStand
- getRNG() - Method in class net.minecraft.entity.EntityLivingBase
- getRollingAmplitude() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Gets the rolling amplitude the cart rolls while being attacked.
- getRollingDirection() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Gets the rolling direction the cart rolls while being attacked.
- getRootCause(Throwable) - Static method in class com.google.common.base.Throwables
-
Returns the innermost cause of
throwable
. - getRootCause(Throwable) - Static method in class net.lax1dude.eaglercraft.v1_8.ExceptionUtils
- getRootModel() - Method in class net.minecraft.client.renderer.block.model.ModelBlock
- getRotating() - Method in class net.minecraft.network.play.client.C03PacketPlayer
- getRotation() - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variant
- getRotation() - Method in class net.minecraft.entity.item.EntityItemFrame
-
+ Return the rotation of the item currently on this frame.
- getRotationX() - Static method in class net.minecraft.client.renderer.ActiveRenderInfo
- getRotationXY() - Static method in class net.minecraft.client.renderer.ActiveRenderInfo
- getRotationXZ() - Static method in class net.minecraft.client.renderer.ActiveRenderInfo
- getRotationYawHead() - Method in class net.minecraft.entity.Entity
- getRotationYawHead() - Method in class net.minecraft.entity.EntityLivingBase
- getRotationYZ() - Static method in class net.minecraft.client.renderer.ActiveRenderInfo
- getRotationZ() - Static method in class net.minecraft.client.renderer.ActiveRenderInfo
- getRowKey() - Method in interface com.google.common.collect.Table.Cell
-
Returns the row key of this cell.
- getRules() - Method in class net.minecraft.world.GameRules
-
+ Return the defined game rules.
- getSaddled() - Method in class net.minecraft.entity.passive.EntityPig
-
+ Returns true if the pig is saddled.
- getSafeExitLocation(World, BlockPos, int) - Static method in class net.minecraft.block.BlockBed
-
+ Returns a safe BlockPos to disembark the bed
- getSaplingDropChance(IBlockState) - Method in class net.minecraft.block.BlockLeaves
- getSaplingDropChance(IBlockState) - Method in class net.minecraft.block.BlockOldLeaf
- getSaturationLevel() - Method in class net.minecraft.network.play.server.S06PacketUpdateHealth
- getSaturationLevel() - Method in class net.minecraft.util.FoodStats
-
+ Get the player's food saturation level.
- getSaturationModifier(ItemStack) - Method in class net.minecraft.item.ItemFishFood
- getSaturationModifier(ItemStack) - Method in class net.minecraft.item.ItemFood
- getSaveHandler() - Method in class net.minecraft.world.World
-
+ Returns this world's current save handler
- getSaveVersion() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the save version of this world
- getScaledHeight() - Method in class net.minecraft.client.gui.ScaledResolution
- getScaledHeight_double() - Method in class net.minecraft.client.gui.ScaledResolution
- getScaledWidth() - Method in class net.minecraft.client.gui.ScaledResolution
- getScaledWidth_double() - Method in class net.minecraft.client.gui.ScaledResolution
- getScaleFactor() - Method in class net.minecraft.client.gui.ScaledResolution
- getScore() - Method in class net.minecraft.entity.player.EntityPlayer
- getScoreAction() - Method in class net.minecraft.network.play.server.S3CPacketUpdateScore
- getScoreboard() - Method in class net.minecraft.scoreboard.ScoreObjective
- getScoreboard() - Method in class net.minecraft.world.World
- getScoreObjectives() - Method in class net.minecraft.scoreboard.Scoreboard
- getScorePoints() - Method in class net.minecraft.scoreboard.Score
- getScores() - Method in class net.minecraft.scoreboard.Scoreboard
- getScoreScoreboard() - Method in class net.minecraft.scoreboard.Score
- getScoreValue() - Method in class net.minecraft.network.play.server.S3CPacketUpdateScore
- getScrollBarX() - Method in class net.minecraft.client.gui.GuiKeyBindingList
- getScrollBarX() - Method in class net.minecraft.client.gui.GuiOptionsRowList
- getScrollBarX() - Method in class net.minecraft.client.gui.GuiPageButtonList
- getScrollBarX() - Method in class net.minecraft.client.gui.GuiResourcePackList
- getScrollBarX() - Method in class net.minecraft.client.gui.GuiSlot
- getScrollBarX() - Method in class net.minecraft.client.gui.ServerSelectionList
- getSecond() - Method in class net.minecraft.util.Tuple
-
+ Get the second Object in the Tuple
- getSecondItemToBuy() - Method in class net.minecraft.village.MerchantRecipe
-
+ Gets secondItemToBuy.
- getSectionName() - Method in class net.minecraft.client.resources.data.AnimationMetadataSectionSerializer
-
+ The name of this section type as it appears in JSON.
- getSectionName() - Method in class net.minecraft.client.resources.data.FontMetadataSectionSerializer
-
+ The name of this section type as it appears in JSON.
- getSectionName() - Method in interface net.minecraft.client.resources.data.IMetadataSectionSerializer
-
+ The name of this section type as it appears in JSON.
- getSectionName() - Method in class net.minecraft.client.resources.data.LanguageMetadataSectionSerializer
-
+ The name of this section type as it appears in JSON.
- getSectionName() - Method in class net.minecraft.client.resources.data.PackMetadataSectionSerializer
-
+ The name of this section type as it appears in JSON.
- getSectionName() - Method in class net.minecraft.client.resources.data.TextureMetadataSectionSerializer
-
+ The name of this section type as it appears in JSON.
- getSectionsInStringBuilder(StringBuilder) - Method in class net.minecraft.crash.CrashReport
-
+ Gets the various sections of the crash report into the given StringBuilder
- getSeed() - Method in class net.minecraft.block.BlockCarrot
- getSeed() - Method in class net.minecraft.block.BlockCrops
- getSeed() - Method in class net.minecraft.block.BlockPotato
- getSeed() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the seed of current world.
- getSeed() - Method in class net.minecraft.world.World
-
+ gets the random world seed
- getSeed() - Method in class net.minecraft.world.WorldSettings
-
+ Returns the seed for the world.
- getSeedItem() - Method in class net.minecraft.block.BlockStem
- getSeeFriendlyInvisiblesEnabled() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
- getSeeFriendlyInvisiblesEnabled() - Method in class net.minecraft.scoreboard.Team
- getSelectedBoundingBox(World, BlockPos) - Method in class net.minecraft.block.Block
- getSelectedBoundingBox(World, BlockPos) - Method in class net.minecraft.block.BlockBanner
- getSelectedBoundingBox(World, BlockPos) - Method in class net.minecraft.block.BlockCactus
- getSelectedBoundingBox(World, BlockPos) - Method in class net.minecraft.block.BlockCake
- getSelectedBoundingBox(World, BlockPos) - Method in class net.minecraft.block.BlockCocoa
- getSelectedBoundingBox(World, BlockPos) - Method in class net.minecraft.block.BlockDoor
- getSelectedBoundingBox(World, BlockPos) - Method in class net.minecraft.block.BlockLadder
- getSelectedBoundingBox(World, BlockPos) - Method in class net.minecraft.block.BlockSign
- getSelectedBoundingBox(World, BlockPos) - Method in class net.minecraft.block.BlockStairs
- getSelectedBoundingBox(World, BlockPos) - Method in class net.minecraft.block.BlockTrapDoor
- getSelectedResourcePacks() - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
-
+ Returns a list containing the selected resource packs
- getSelectedTabIndex() - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
- getSelectedText() - Method in class net.minecraft.client.gui.GuiTextField
-
+ returns the text between the cursor and selectionEnd
- getSelectionEnd() - Method in class net.minecraft.client.gui.GuiTextField
-
+ the side of the selection that is not the cursor, may be the same as the cursor
- getSelector() - Method in class net.minecraft.util.ChatComponentSelector
-
+ Gets the selector of this component, in plain text.
- getSensitiveAABB(BlockPos) - Method in class net.minecraft.block.BlockBasePressurePlate
-
+ Returns the cubic AABB inset by 1/8 on all sides
- getSentHistory(int) - Method in class net.minecraft.client.gui.GuiChat
-
+ input is relative and is applied directly to the sentHistoryCursor so -1 is the previous message, 1 is the next message from the current cursor position
- getSentMessages() - Method in class net.minecraft.client.gui.GuiNewChat
-
+ Gets the list of messages previously sent through the chat GUI
- getSerializableElement() - Method in interface net.minecraft.util.IJsonSerializable
-
+ Gets the JsonElement that can be serialized.
- getSerializableElement() - Method in class net.minecraft.util.JsonSerializableSet
-
+ Gets the JsonElement that can be serialized.
- getSerializer(Class<O>) - Static method in class net.lax1dude.eaglercraft.v1_8.json.JSONTypeProvider
- getServerData() - Method in class net.minecraft.client.gui.ServerListEntryNormal
- getServerData(int) - Method in class net.minecraft.client.multiplayer.ServerList
-
+ Gets the ServerData instance stored for the given index in the list.
- getServerDataFromNBTCompound(NBTTagCompound) - Static method in class net.minecraft.client.multiplayer.ServerData
-
+ Takes an NBTTagCompound with 'name' and 'ip' keys, returns a ServerData instance.
- getServerDescription() - Method in class net.minecraft.network.ServerStatusResponse
- getServerId() - Method in class net.minecraft.network.login.server.S01PacketEncryptionRequest
- getServerList() - Method in class net.minecraft.client.gui.GuiMultiplayer
- getServerList() - Static method in class net.minecraft.client.multiplayer.ServerList
- getServerToJoin() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IClientConfigAdapter
- getServerToJoin() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMClientConfigAdapter
- getSession() - Method in class net.minecraft.client.Minecraft
- getShadingWhileWet(float) - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Used when calculating the amount of shading to apply while the wolf is wet.
- getShakeAngle(float, float) - Method in class net.minecraft.entity.passive.EntityWolf
- getShapeProperty() - Method in class net.minecraft.block.BlockRail
- getShapeProperty() - Method in class net.minecraft.block.BlockRailBase
- getShapeProperty() - Method in class net.minecraft.block.BlockRailDetector
- getShapeProperty() - Method in class net.minecraft.block.BlockRailPowered
- getShareTag() - Method in class net.minecraft.item.Item
-
+ If this function returns true (or the item is damageable), the ItemStack's NBT tag will be sent to the client.
- getSheared() - Method in class net.minecraft.entity.passive.EntitySheep
-
+ returns true if a sheeps wool has been sheared
- getShort() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- getShort() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- getShort() - Method in class net.minecraft.nbt.NBTBase.NBTPrimitive
- getShort() - Method in class net.minecraft.nbt.NBTTagByte
- getShort() - Method in class net.minecraft.nbt.NBTTagDouble
- getShort() - Method in class net.minecraft.nbt.NBTTagFloat
- getShort() - Method in class net.minecraft.nbt.NBTTagInt
- getShort() - Method in class net.minecraft.nbt.NBTTagLong
- getShort() - Method in class net.minecraft.nbt.NBTTagShort
- getShort(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- getShort(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- getShort(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getShort(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets a 16-bit short integer at the specified absolute
index
in this buffer. - getShort(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getShort(int) - Method in class net.minecraft.network.PacketBuffer
- getShort(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves a short value using the specified key, or 0 if no such key was stored.
- getShort(String) - Method in class net.zxmushroom63.plugins.BaseData
- getShortArr(String) - Method in class net.zxmushroom63.plugins.BaseData
- getShortClassName(Class<?>) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the short class name for a class.
- getShortRawValue(short) - Method in class org.apache.commons.lang3.BitField
-
Obtains the value for the specified BitField, unshifted.
- getShortValue(short) - Method in class org.apache.commons.lang3.BitField
-
Obtains the value for the specified BitField, appropriately shifted right, as a short.
- getShouldIgnoreRange() - Method in enum net.minecraft.util.EnumParticleTypes
- getShouldWatch() - Method in class net.minecraft.entity.ai.attributes.BaseAttribute
- getShouldWatch() - Method in interface net.minecraft.entity.ai.attributes.IAttribute
- getShowArms() - Method in class net.minecraft.entity.item.EntityArmorStand
- getSiblings() - Method in class net.minecraft.util.ChatComponentStyle
-
+ Gets the sibling components of this one.
- getSiblings() - Method in interface net.minecraft.util.IChatComponent
-
+ Gets the sibling components of this one.
- getSignature() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.Property
- getSignPosition() - Method in class net.minecraft.network.play.server.S36PacketSignEditorOpen
- getSilkTouchModifier(EntityLivingBase) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
+ Returns the silk touch status of enchantments on current equipped item of player.
- getSize() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- getSize() - Method in class net.minecraft.client.gui.GuiKeyBindingList
- getSize() - Method in class net.minecraft.client.gui.GuiOptionsRowList
- getSize() - Method in class net.minecraft.client.gui.GuiPageButtonList
- getSize() - Method in class net.minecraft.client.gui.GuiResourcePackList
- getSize() - Method in class net.minecraft.client.gui.GuiSlot
- getSize() - Method in class net.minecraft.client.gui.ServerSelectionList
- getSize() - Method in class net.minecraft.world.border.WorldBorder
- getSizeEndText() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the end text to output when a
Collection
,Map
or array size is output. - getSizeInventory() - Method in class net.minecraft.entity.item.EntityMinecartChest
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.entity.item.EntityMinecartHopper
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in interface net.minecraft.inventory.IInventory
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.inventory.InventoryBasic
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.inventory.InventoryCrafting
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.inventory.InventoryCraftResult
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.inventory.InventoryMerchant
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.tileentity.TileEntityBeacon
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.tileentity.TileEntityBrewingStand
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.tileentity.TileEntityChest
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.tileentity.TileEntityDispenser
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Returns the number of slots in the inventory.
- getSizeInventory() - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Returns the number of slots in the inventory.
- getSizeOnDisk() - Method in class net.minecraft.world.storage.WorldInfo
- getSizeStartText() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the start text to output when a
Collection
,Map
or array size is output. - getSkeletonType() - Method in class net.minecraft.entity.monster.EntitySkeleton
-
+ Return this skeleton's type.
- getSkin(String, SkinModel) - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache
- getSkin(EaglercraftUUID) - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache
- getSkin(GameProfile) - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache
- getSkinCache() - Method in class net.minecraft.client.network.NetHandlerPlayClient
- getSkinFromId(int) - Static method in enum net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- getSkinModel() - Method in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache.SkinCacheEntry
- getSkinPacket() - Static method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerProfile
- getSkinType() - Method in class net.minecraft.client.entity.AbstractClientPlayer
- getSkinType() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- getSkinType(EaglercraftUUID) - Static method in class net.minecraft.client.resources.DefaultPlayerSkin
-
+ Retrieves the type of skin that a player is using.
- getSkullRotation() - Method in class net.minecraft.tileentity.TileEntitySkull
- getSkullType() - Method in class net.minecraft.tileentity.TileEntitySkull
- getSkyColor(Entity, float) - Method in class net.minecraft.world.World
-
+ Calculates the color for the skybox
- getSkyColorByTemp(float) - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ takes temperature, returns color
- getSkyColorByTemp(float) - Method in class net.minecraft.world.biome.BiomeGenEnd
-
+ takes temperature, returns color
- getSkylightArray() - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
-
+ Returns the NibbleArray instance containing Sky-light data.
- getSkylightSubtracted() - Method in class net.minecraft.world.World
- getSleepTimer() - Method in class net.minecraft.entity.player.EntityPlayer
- getSlimeSize() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Returns the size of the slime.
- getSlot(int) - Method in class net.minecraft.inventory.Container
- getSlotCount() - Method in class net.minecraft.network.play.server.S2DPacketOpenWindow
- getSlotFromInventory(IInventory, int) - Method in class net.minecraft.inventory.Container
- getSlotHeight() - Method in class net.minecraft.client.gui.GuiSlot
- getSlotId() - Method in class net.minecraft.network.play.client.C09PacketHeldItemChange
- getSlotId() - Method in class net.minecraft.network.play.client.C0EPacketClickWindow
- getSlotId() - Method in class net.minecraft.network.play.client.C10PacketCreativeInventoryAction
- getSlotIndexFromScreenCoords(int, int) - Method in class net.minecraft.client.gui.GuiSlot
- getSlotsForFace(EnumFacing) - Method in interface net.minecraft.inventory.ISidedInventory
- getSlotsForFace(EnumFacing) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
- getSlotsForFace(EnumFacing) - Method in class net.minecraft.tileentity.TileEntityFurnace
- getSlotStackLimit() - Method in class net.minecraft.inventory.Slot
-
+ Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)
- getSlotTexture() - Method in class net.minecraft.inventory.Slot
- getSmeltingExperience(ItemStack) - Method in class net.minecraft.item.crafting.FurnaceRecipes
- getSmeltingList() - Method in class net.minecraft.item.crafting.FurnaceRecipes
- getSmeltingResult(ItemStack) - Method in class net.minecraft.item.crafting.FurnaceRecipes
-
+ Returns the smelting result of an item.
- getSnowmanBasePattern() - Method in class net.minecraft.block.BlockPumpkin
- getSnowmanPattern() - Method in class net.minecraft.block.BlockPumpkin
- getSortedScores(ScoreObjective) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Returns an array of Score objects, sorting by Score.getScorePoints()
- getSound(ResourceLocation) - Method in class net.minecraft.client.audio.SoundHandler
- getSoundCategory() - Method in class net.minecraft.client.audio.SoundEventAccessorComposite
- getSoundCategory() - Method in class net.minecraft.client.audio.SoundList
- getSoundData() - Method in class net.minecraft.network.play.server.S28PacketEffect
- getSoundEntryName() - Method in class net.minecraft.client.audio.SoundList.SoundEntry
- getSoundEntryPitch() - Method in class net.minecraft.client.audio.SoundList.SoundEntry
- getSoundEntryType() - Method in class net.minecraft.client.audio.SoundList.SoundEntry
- getSoundEntryVolume() - Method in class net.minecraft.client.audio.SoundList.SoundEntry
- getSoundEntryWeight() - Method in class net.minecraft.client.audio.SoundList.SoundEntry
- getSoundEventLocation() - Method in class net.minecraft.client.audio.SoundEventAccessorComposite
- getSoundHandler() - Method in class net.minecraft.client.Minecraft
- getSoundLevel(SoundCategory) - Method in class net.minecraft.client.settings.GameSettings
- getSoundList() - Method in class net.minecraft.client.audio.SoundList
- getSoundLocation() - Method in interface net.minecraft.client.audio.ISound
- getSoundLocation() - Method in class net.minecraft.client.audio.PositionedSound
- getSoundMap(InputStream) - Method in class net.minecraft.client.audio.SoundHandler
- getSoundName() - Method in class net.minecraft.network.play.server.S29PacketSoundEffect
- getSoundPitch() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Gets the pitch of living sounds in living entities.
- getSoundPitch() - Method in class net.minecraft.entity.passive.EntityBat
-
+ Gets the pitch of living sounds in living entities.
- getSoundPoolEntryLocation() - Method in class net.minecraft.client.audio.SoundPoolEntry
- getSoundPos() - Method in class net.minecraft.network.play.server.S28PacketEffect
- getSoundType() - Method in class net.minecraft.network.play.server.S28PacketEffect
- getSoundVolume() - Method in class net.minecraft.entity.boss.EntityDragon
-
+ Returns the volume for the sounds this mob makes.
- getSoundVolume() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns the volume for the sounds this mob makes.
- getSoundVolume() - Method in class net.minecraft.entity.monster.EntityGhast
-
+ Returns the volume for the sounds this mob makes.
- getSoundVolume() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Returns the volume for the sounds this mob makes.
- getSoundVolume() - Method in class net.minecraft.entity.passive.EntityBat
-
+ Returns the volume for the sounds this mob makes.
- getSoundVolume() - Method in class net.minecraft.entity.passive.EntityCow
-
+ Returns the volume for the sounds this mob makes.
- getSoundVolume() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Returns the volume for the sounds this mob makes.
- getSoundVolume() - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Returns the volume for the sounds this mob makes.
- getSoundVolume() - Method in class net.minecraft.entity.passive.EntitySquid
-
+ Returns the volume for the sounds this mob makes.
- getSoundVolume() - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Returns the volume for the sounds this mob makes.
- getSoundVolume(SoundCategory) - Method in class net.minecraft.client.gui.GuiScreenOptionsSounds
- getSource() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- getSource() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBRequest
- getSourceOfDamage() - Method in class net.minecraft.util.DamageSource
- getSourceOfDamage() - Method in class net.minecraft.util.EntityDamageSourceIndirect
- getSpawnableList(EnumCreatureType) - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ Returns the correspondent list of the EnumCreatureType informed.
- getSpawnCoordinate() - Method in class net.minecraft.world.WorldProvider
- getSpawnCoordinate() - Method in class net.minecraft.world.WorldProviderEnd
- getSpawnerBaseLogic() - Method in class net.minecraft.tileentity.TileEntityMobSpawner
- getSpawnerPosition() - Method in class net.minecraft.tileentity.MobSpawnerBaseLogic
- getSpawnerWorld() - Method in class net.minecraft.tileentity.MobSpawnerBaseLogic
- getSpawningChance() - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ returns the chance a creature has to spawn.
- getSpawningChance() - Method in class net.minecraft.world.biome.BiomeGenMutated
-
+ returns the chance a creature has to spawn.
- getSpawnPoint() - Method in class net.minecraft.world.World
-
+ Gets the spawn point in the world
- getSpawnPos() - Method in class net.minecraft.network.play.server.S05PacketSpawnPosition
- getSpawnX() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the x spawn position
- getSpawnY() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Return the Y axis spawning point of the player.
- getSpawnZ() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the z spawn position
- getSpecial() - Method in class net.minecraft.stats.Achievement
-
+ Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
- getSpecialRenderer(TileEntity) - Method in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- getSpecialRendererByClass(Class<? extends TileEntity>) - Method in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- getSpectatorGui() - Method in class net.minecraft.client.gui.GuiIngame
- getSpectatorName() - Method in class net.minecraft.client.gui.spectator.categories.TeleportToPlayer
- getSpectatorName() - Method in class net.minecraft.client.gui.spectator.categories.TeleportToTeam
- getSpectatorName() - Method in interface net.minecraft.client.gui.spectator.ISpectatorMenuObject
- getSpectatorName() - Method in class net.minecraft.client.gui.spectator.PlayerMenuObject
- getSpeedX() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- getSpeedY() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- getSpeedZ() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- getSplashSound() - Method in class net.minecraft.entity.Entity
- getSplashSound() - Method in class net.minecraft.entity.monster.EntityMob
- getSplashSound() - Method in class net.minecraft.entity.player.EntityPlayer
- getSplitNanoTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Gets the split time in nanoseconds.
- getSplitTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Gets the split time on the stopwatch.
- getStack() - Method in class net.minecraft.inventory.Slot
-
+ Helper fnct to get the stack in the slot.
- getStack() - Method in class net.minecraft.network.play.client.C08PacketPlayerBlockPlacement
- getStack() - Method in class net.minecraft.network.play.client.C10PacketCreativeInventoryAction
- getStackInRowAndColumn(int, int) - Method in class net.minecraft.inventory.InventoryCrafting
-
+ Returns the itemstack in the slot specified (Top left is 0, 0).
- getStackInSlot(int) - Method in class net.minecraft.entity.item.EntityMinecartContainer
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in interface net.minecraft.inventory.IInventory
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.inventory.InventoryBasic
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.inventory.InventoryCrafting
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.inventory.InventoryCraftResult
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.inventory.InventoryMerchant
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.tileentity.TileEntityBeacon
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.tileentity.TileEntityChest
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.tileentity.TileEntityDispenser
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Returns the stack in the given slot.
- getStackInSlot(int) - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Returns the stack in the given slot.
- getStackTrace() - Method in class net.minecraft.crash.CrashReportCategory
- getStackTrace(Throwable) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getStackTrace(Throwable, Consumer<String>) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getStackTrace(Throwable, Consumer<String>) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getStackTraceAsString(Throwable) - Static method in class com.google.common.base.Throwables
-
Returns a string containing the result of
toString()
, followed by the full, recursive stack trace ofthrowable
. - getStackTraceElements(Throwable) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getStarBrightness(float) - Method in class net.minecraft.world.World
-
+ How bright are stars in the sky
- getStartTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Gets the time this stopwatch was started in milliseconds, between the current time and midnight, January 1, 1970 UTC.
- getState() - Method in class net.minecraft.client.renderer.chunk.CompiledChunk
- getStateById(int) - Static method in class net.minecraft.block.Block
-
+ Get a BlockState by it's ID (see getStateId)
- getStateForEntityRender(IBlockState) - Method in class net.minecraft.block.Block
-
+ Possibly modify the given BlockState before rendering it on an Entity (Minecarts, Endermen, ...)
- getStateForEntityRender(IBlockState) - Method in class net.minecraft.block.BlockAnvil
-
+ Possibly modify the given BlockState before rendering it on an Entity (Minecarts, Endermen, ...)
- getStateForEntityRender(IBlockState) - Method in class net.minecraft.block.BlockDispenser
-
+ Possibly modify the given BlockState before rendering it on an Entity (Minecarts, Endermen, ...)
- getStateForEntityRender(IBlockState) - Method in class net.minecraft.block.BlockFurnace
-
+ Possibly modify the given BlockState before rendering it on an Entity (Minecarts, Endermen, ...)
- getStateForEntityRender(IBlockState) - Method in class net.minecraft.block.BlockPistonBase
-
+ Possibly modify the given BlockState before rendering it on an Entity (Minecarts, Endermen, ...)
- getStateFromMeta(int) - Method in class net.minecraft.block.Block
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockAnvil
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockBanner.BlockBannerHanging
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockBanner.BlockBannerStanding
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockBed
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockBrewingStand
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockButton
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockCactus
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockCake
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockCarpet
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockCauldron
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockChest
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockCocoa
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockColored
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockCommandBlock
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockCrops
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockDaylightDetector
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockDirt
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockDispenser
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockDoor
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockDoublePlant
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockEnderChest
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockEndPortalFrame
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockFarmland
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockFenceGate
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockFire
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockFlower
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockFurnace
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockHay
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockHopper
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockHugeMushroom
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockJukebox
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockLadder
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockLever
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockLiquid
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockNetherWart
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockNewLeaf
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockNewLog
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockOldLeaf
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockOldLog
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockPistonBase
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockPistonExtension
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockPistonMoving
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockPlanks
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockPortal
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockPressurePlate
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockPressurePlateWeighted
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockPrismarine
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockPumpkin
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockQuartz
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockRail
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockRailDetector
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockRailPowered
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockRedSandstone
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockRedstoneComparator
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockRedstoneRepeater
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockRedstoneWire
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockReed
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockSand
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockSandStone
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockSapling
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockSilverfish
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockSkull
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockSnow
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockSponge
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockStainedGlass
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockStainedGlassPane
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockStairs
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockStandingSign
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockStem
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockStone
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockStoneBrick
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockStoneSlab
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockStoneSlabNew
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockTallGrass
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockTNT
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockTorch
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockTrapDoor
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockTripWire
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockTripWireHook
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockVine
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockWall
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockWallSign
-
+ Convert the given metadata into a BlockState for this Block
- getStateFromMeta(int) - Method in class net.minecraft.block.BlockWoodSlab
-
+ Convert the given metadata into a BlockState for this Block
- getStateId(IBlockState) - Static method in class net.minecraft.block.Block
-
+ Get a unique ID for the given BlockState, containing both BlockID and metadata
- getStatEntityKilledBy(EntityList.EntityEggInfo) - Static method in class net.minecraft.stats.StatList
- getStatFileWriter() - Method in class net.minecraft.client.entity.EntityPlayerSP
- getStaticBlock(Material) - Static method in class net.minecraft.block.BlockLiquid
- getStatistics() - Method in class net.minecraft.client.particle.EffectRenderer
- getStatKillEntity(EntityList.EntityEggInfo) - Static method in class net.minecraft.stats.StatList
- getStatName() - Method in class net.minecraft.stats.Achievement
- getStatName() - Method in class net.minecraft.stats.StatBase
- getStatus() - Method in class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- getStatus() - Method in class net.minecraft.network.play.client.C07PacketPlayerDigging
- getStatus() - Method in class net.minecraft.network.play.client.C16PacketClientStatus
- getStatus() - Method in class net.minecraft.world.border.WorldBorder
- getStatusIconIndex() - Method in class net.minecraft.potion.Potion
-
+ Returns the index for the icon to display when the potion is active.
- getStepSound() - Method in class net.minecraft.block.Block.SoundType
- getStichSlots() - Method in class net.minecraft.client.renderer.texture.Stitcher
- getStitchHolder() - Method in class net.minecraft.client.renderer.texture.Stitcher.Slot
- getStopTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Gets the time this stopwatch was stopped in milliseconds, between the current time and midnight, January 1, 1970 UTC.
- getStorage(String) - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getStrafeSpeed() - Method in class net.minecraft.network.play.client.C0CPacketInput
- getStrength() - Method in class net.minecraft.network.play.server.S27PacketExplosion
- getStrikethrough() - Method in class net.minecraft.util.ChatStyle
-
+ Whether or not to format text of this ChatStyle using strikethrough.
- getString() - Method in class net.minecraft.nbt.NBTBase
- getString() - Method in class net.minecraft.nbt.NBTTagString
- getString(int) - Method in class org.json.JSONArray
-
Get the string associated with an index.
- getString(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Retrieves a string value using the specified key, or an empty string if no such key was stored.
- getString(String) - Method in class net.minecraft.world.GameRules
-
+ Gets the string Game Rule value.
- getString(String) - Method in class net.zxmushroom63.plugins.BaseData
- getString(String) - Method in class org.json.JSONObject
-
Get the string associated with a key.
- getStringArr(String) - Method in class net.zxmushroom63.plugins.BaseData
- getStringBuffer() - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Gets the
StringBuffer
being populated. - getStringFromID(int) - Static method in class net.minecraft.entity.EntityList
-
+ Finds the class using IDtoClassMapping and classToStringMapping
- getStringTagAt(int) - Method in class net.minecraft.nbt.NBTTagList
-
+ Retrieves the tag String value at the specified index in the list
- getStringWidth(String) - Method in class net.minecraft.client.gui.FontRenderer
-
+ Returns the width of this string.
- getStrongholdGen(World, String, BlockPos) - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
- getStrongholdGen(World, String, BlockPos) - Method in interface net.minecraft.world.chunk.IChunkProvider
- getStrongholdPos(String, BlockPos) - Method in class net.minecraft.world.World
- getStrongPower(BlockPos) - Method in class net.minecraft.world.World
-
+ Returns the single highest strong power out of all directions using getStrongPower(BlockPos, EnumFacing)
- getStrongPower(BlockPos, EnumFacing) - Method in class net.minecraft.world.ChunkCache
- getStrongPower(BlockPos, EnumFacing) - Method in interface net.minecraft.world.IBlockAccess
- getStrongPower(BlockPos, EnumFacing) - Method in class net.minecraft.world.World
-
+ Returns the single highest strong power out of all directions using getStrongPower(BlockPos, EnumFacing)
- getStrongPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.Block
- getStrongPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockBasePressurePlate
- getStrongPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockButton
- getStrongPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockChest
- getStrongPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockLever
- getStrongPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockRailDetector
- getStrongPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockRedstoneDiode
- getStrongPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockRedstoneTorch
- getStrongPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockRedstoneWire
- getStrongPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockTripWireHook
- getStrVsBlock(Block) - Method in class net.minecraft.entity.player.InventoryPlayer
- getStrVsBlock(Block) - Method in class net.minecraft.item.ItemStack
- getStrVsBlock(ItemStack, Block) - Method in class net.minecraft.item.Item
- getStrVsBlock(ItemStack, Block) - Method in class net.minecraft.item.ItemAxe
- getStrVsBlock(ItemStack, Block) - Method in class net.minecraft.item.ItemPickaxe
- getStrVsBlock(ItemStack, Block) - Method in class net.minecraft.item.ItemShears
- getStrVsBlock(ItemStack, Block) - Method in class net.minecraft.item.ItemSword
- getStrVsBlock(ItemStack, Block) - Method in class net.minecraft.item.ItemTool
- getStyle() - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Gets the
ToStringStyle
being used. - getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.Block
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockAnvil
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockCarpet
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockColored
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockDaylightDetector
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockDirt
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockDoublePlant
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockFlower
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockNewLeaf
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockNewLog
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockOldLeaf
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockOldLog
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockPlanks
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockPrismarine
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockQuartz
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockRedSandstone
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockSand
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockSandStone
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockSapling
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockSilverfish
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockSponge
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockStainedGlass
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockStainedGlassPane
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockStone
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockStoneBrick
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockStoneSlab
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockStoneSlabNew
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockTallGrass
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockWall
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubBlocks(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.block.BlockWoodSlab
-
+ returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)
- getSubCompound(String, boolean) - Method in class net.minecraft.item.ItemStack
-
+ Get an NBTTagCompound from this stack's NBT data.
- getSubImage(int, int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.item.Item
-
+ returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.item.ItemAppleGold
-
+ returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.item.ItemBanner
-
+ returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.item.ItemBlock
-
+ returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.item.ItemCoal
-
+ returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.item.ItemDye
-
+ returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.item.ItemFishFood
-
+ returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.item.ItemMonsterPlacer
-
+ returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.item.ItemPotion
-
+ returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class net.minecraft.item.ItemSkull
-
+ returns a list of items with the same ID, but different meta (eg: dye returns 16 items)
- getSuccessCount() - Method in class net.minecraft.command.server.CommandBlockLogic
-
+ returns the successCount int.
- getSummaryObjectEndText() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the end text to output when an
Object
is output in summary mode. - getSummaryObjectStartText() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets the start text to output when an
Object
is output in summary mode. - getSunBrightness(float) - Method in class net.minecraft.world.World
-
+ Returns the sun brightness - checks time of day, rain and thunder
- getSwimSound() - Method in class net.minecraft.entity.Entity
- getSwimSound() - Method in class net.minecraft.entity.monster.EntityMob
- getSwimSound() - Method in class net.minecraft.entity.player.EntityPlayer
- getSwingProgress(float) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns where in the swing animation the living entity is (from 0 to 1).
- getSwingProgress(T, float) - Method in class net.minecraft.client.renderer.entity.RendererLivingEntity
-
+ Returns where in the swing animation the living entity is (from 0 to 1).
- getSystemThreadGroup() - Static method in class org.apache.commons.lang3.ThreadUtils
-
Gets the system thread group (sometimes also referred as "root thread group").
- getSystemTime() - Static method in class net.minecraft.client.Minecraft
-
+ Gets the system time in milliseconds.
- getTabColumn() - Method in class net.minecraft.creativetab.CreativeTabs
-
+ returns index % 6
- getTabIconItem() - Method in class net.minecraft.creativetab.CreativeTabs
- getTabIndex() - Method in class net.minecraft.creativetab.CreativeTabs
- getTabLabel() - Method in class net.minecraft.creativetab.CreativeTabs
- getTabList() - Method in class net.minecraft.client.gui.GuiIngame
- getTag(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ gets a generic tag with the specified name
- getTagCompound() - Method in class net.minecraft.item.ItemStack
-
+ Returns the NBTTagCompound of the ItemStack.
- getTagCompound() - Method in class net.minecraft.network.play.server.S49PacketUpdateEntityNBT
- getTagFromJson(String) - Static method in class net.minecraft.nbt.JsonToNBT
- getTagId(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Gets the ID byte for the given tag key
- getTagList(String, int) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Gets the NBTTagList object with the given name.
- getTagType() - Method in class net.minecraft.nbt.NBTTagList
- getTailRotation() - Method in class net.minecraft.entity.passive.EntityWolf
- getTalkInterval() - Method in class net.minecraft.entity.EntityLiving
-
+ Get number of ticks, at least during which the living entity will be silent.
- getTalkInterval() - Method in class net.minecraft.entity.monster.EntityGolem
-
+ Get number of ticks, at least during which the living entity will be silent.
- getTalkInterval() - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Get number of ticks, at least during which the living entity will be silent.
- getTalkInterval() - Method in class net.minecraft.entity.passive.EntityAnimal
-
+ Get number of ticks, at least during which the living entity will be silent.
- getTalkInterval() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Get number of ticks, at least during which the living entity will be silent.
- getTalkInterval() - Method in class net.minecraft.entity.passive.EntityWaterMob
-
+ Get number of ticks, at least during which the living entity will be silent.
- getTameSkin() - Method in class net.minecraft.entity.passive.EntityOcelot
- getTargetBlock() - Method in class net.minecraft.network.play.client.C14PacketTabComplete
- getTargetedEntity() - Method in class net.minecraft.entity.monster.EntityGuardian
- getTargetSize() - Method in class net.minecraft.world.border.WorldBorder
- getTeam() - Method in class net.minecraft.entity.EntityLivingBase
- getTeam() - Method in class net.minecraft.entity.passive.EntityTameable
- getTeam() - Method in class net.minecraft.entity.player.EntityPlayer
- getTeam(String) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Retrieve the ScorePlayerTeam instance identified by the passed team name
- getTeamName() - Method in class net.minecraft.scoreboard.ScorePlayerTeam
- getTeamNames() - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Retrieve all registered ScorePlayerTeam names
- getTeams() - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Retrieve all registered ScorePlayerTeam instances
- getTempCategory() - Method in class net.minecraft.world.biome.BiomeGenBase
- getTempCategory() - Method in class net.minecraft.world.biome.BiomeGenMutated
- getTempCategory() - Method in class net.minecraft.world.biome.BiomeGenOcean
- getTemper() - Method in class net.minecraft.entity.passive.EntityHorse
- getTerrainType() - Method in class net.minecraft.world.storage.WorldInfo
- getTerrainType() - Method in class net.minecraft.world.WorldSettings
- getText() - Method in class net.minecraft.client.gui.GuiTextField
-
+ Returns the contents of the textbox
- getText(int, String, float) - Method in interface net.minecraft.client.gui.GuiSlider.FormatHelper
- getTexture() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.GameOverlayFramebuffer
- getTexture(IBlockState) - Method in class net.minecraft.client.renderer.BlockModelShapes
- getTexture(ResourceLocation) - Method in class net.minecraft.client.renderer.texture.TextureManager
- getTextureBlur() - Method in class net.minecraft.client.resources.data.TextureMetadataSection
- getTextureBound() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- getTextureByXP() - Method in class net.minecraft.entity.item.EntityXPOrb
-
+ Returns a number from 1 to 10 based on how much XP this orb is worth.
- getTextureClamp() - Method in class net.minecraft.client.resources.data.TextureMetadataSection
- getTextureData() - Method in class net.minecraft.client.renderer.texture.DynamicTexture
- getTextureManager() - Method in class net.minecraft.client.Minecraft
- getTextureMap() - Method in class net.minecraft.client.resources.model.ModelManager
- getTextureMapBlocks() - Method in class net.minecraft.client.Minecraft
- getTextureOffset(String) - Method in class net.minecraft.client.model.ModelBase
- getTexturePackDescription() - Method in class net.minecraft.client.resources.ResourcePackRepository.Entry
- getTextures() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
- getTextWithoutFormattingCodes(String) - Static method in enum net.minecraft.util.EnumChatFormatting
-
+ Returns a copy of the given string, with formatting codes stripped away.
- getThrower() - Method in class net.minecraft.entity.item.EntityItem
- getThrower() - Method in class net.minecraft.entity.projectile.EntityThrowable
- getThumb() - Method in class net.minecraft.block.state.pattern.BlockPattern.PatternHelper
- getThumbLength() - Method in class net.minecraft.block.state.pattern.BlockPattern
- getThunderStrength(float) - Method in class net.minecraft.world.World
- getThunderTime() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns the number of ticks until next thunderbolt.
- getTickDelay(IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- getTickRandomly() - Method in class net.minecraft.block.Block
-
+ Returns whether or not this block is of a type that needs random ticking.
- getTileEntities() - Method in class net.minecraft.client.renderer.chunk.CompiledChunk
- getTileEntity() - Method in class net.minecraft.block.state.BlockWorldState
- getTileEntity(BlockPos) - Method in class net.minecraft.client.renderer.RegionRenderCache
- getTileEntity(BlockPos) - Method in class net.minecraft.world.ChunkCache
- getTileEntity(BlockPos) - Method in interface net.minecraft.world.IBlockAccess
- getTileEntity(BlockPos) - Method in class net.minecraft.world.World
- getTileEntity(BlockPos, Chunk.EnumCreateEntityType) - Method in class net.minecraft.world.chunk.Chunk
- getTileEntity(BlockPos, Chunk.EnumCreateEntityType) - Method in class net.minecraft.world.chunk.EmptyChunk
- getTileEntityMap() - Method in class net.minecraft.world.chunk.Chunk
- getTileEntityType() - Method in class net.minecraft.network.play.server.S35PacketUpdateTileEntity
- getTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Gets the time on the stopwatch.
- getTime(TimeUnit) - Method in class org.apache.commons.lang3.time.StopWatch
-
Gets the time in the specified TimeUnit.
- getTimeInstance(int) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a time formatter instance using the specified style in the default time zone and locale.
- getTimeInstance(int, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a time formatter instance using the specified style and locale in the default time zone.
- getTimeInstance(int, TimeZone) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a time formatter instance using the specified style and time zone in the default locale.
- getTimeInstance(int, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a time formatter instance using the specified style, time zone and locale.
- getTimeSinceHit() - Method in class net.minecraft.entity.item.EntityBoat
-
+ Gets the time since the last hit.
- getTimeUntilTarget() - Method in class net.minecraft.world.border.WorldBorder
- getTimeZone() - Method in interface org.apache.commons.lang3.time.DateParser
-
Gets the time zone used by this parser.
- getTimeZone() - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Gets the time zone used by this printer.
- getTimeZone() - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets the time zone used by this formatter.
- getTimeZone() - Method in class org.apache.commons.lang3.time.FastDateParser
- getTimeZone() - Method in class org.apache.commons.lang3.time.FastDatePrinter
- getTimeZone(String) - Static method in class org.apache.commons.lang3.time.FastTimeZone
-
Gets a TimeZone, looking first for GMT custom ids, then falling back to Olson ids.
- getTintIndex() - Method in class net.minecraft.client.renderer.block.model.BakedQuad
- getTitle() - Method in class net.minecraft.network.play.server.S10PacketSpawnPainting
- getTntPlacedBy() - Method in class net.minecraft.entity.item.EntityTNTPrimed
-
+ returns null or the entityliving it was placed or ignited by
- getTokenArray() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets a copy of the full token list as an independent modifiable array.
- getTokenList() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets a copy of the full token list as an independent modifiable list.
- getToolDigEfficiency(Block) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Block hardness will be further counted in net/minecraft/block/Block.getPlayerRelativeBlockHardness
- getToolMaterial() - Method in class net.minecraft.item.ItemTool
- getToolMaterialName() - Method in class net.minecraft.item.ItemSword
-
+ Return the name for this tool's material.
- getToolMaterialName() - Method in class net.minecraft.item.ItemTool
-
+ Return the name for this tool's material.
- getTooltip(EntityPlayer, boolean) - Method in class net.minecraft.item.ItemStack
-
+ Return a list of strings containing information about the item
- getToolUses() - Method in class net.minecraft.village.MerchantRecipe
- getTopFilledSegment() - Method in class net.minecraft.world.chunk.Chunk
-
+ Returns the topmost ExtendedBlockStorage instance for this Chunk that actually contains a block.
- getTopSolidOrLiquidBlock(BlockPos) - Method in class net.minecraft.world.World
-
+ Finds the highest block on the x and z coordinate that is solid or liquid, and returns its y coord.
- getTotalArmorValue() - Method in class net.minecraft.entity.boss.EntityWither
-
+ Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
- getTotalArmorValue() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
- getTotalArmorValue() - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
- getTotalArmorValue() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
- getTotalArmorValue() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
- getTotalArmorValue() - Method in class net.minecraft.entity.passive.EntityRabbit
-
+ Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
- getTotalArmorValue() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the current armor value as determined by a call to InventoryPlayer.getTotalArmorValue
- getTotalArmorValue() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Based on the damage values and maximum damage values of each armor item, returns the current armor value.
- getTotalExperience() - Method in class net.minecraft.network.play.server.S1FPacketSetExperience
- getTotalWeight(Collection<? extends WeightedRandom.Item>) - Static method in class net.minecraft.util.WeightedRandom
-
+ Returns the total weight of all items in a collection.
- getTotalWorldTime() - Method in class net.minecraft.network.play.server.S03PacketTimeUpdate
- getTotalWorldTime() - Method in class net.minecraft.world.World
- getTransaction() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBRequest
- getTransform(ItemCameraTransforms.TransformType) - Method in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- getTranslatedName(int) - Method in class net.minecraft.enchantment.Enchantment
-
+ Returns the correct traslated name of the enchantment and the level in roman numbers.
- getTranslatedTabLabel() - Method in class net.minecraft.creativetab.CreativeTabs
-
+ Gets the translated Label.
- getTranslateName() - Method in class net.minecraft.world.WorldType
-
+ Gets the translation key for the name of this world type.
- getTrimmerMatcher() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets the trimmer character matcher.
- getTSVInstance() - Static method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets a new tokenizer instance which parses Tab Separated Value strings.
- getTSVInstance(char[]) - Static method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets a new tokenizer instance which parses Tab Separated Value strings.
- getTSVInstance(String) - Static method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets a new tokenizer instance which parses Tab Separated Value strings.
- getType() - Method in class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- getType() - Method in class net.minecraft.network.play.server.S02PacketChat
-
+ Returns the id of the area to display the text, 2 for above the action bar, anything else currently for the chat window
- getType() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- getType() - Method in class net.minecraft.network.play.server.S45PacketTitle
- getType() - Method in class org.apache.commons.lang3.arch.Processor
-
Returns the processor type as
Processor.Type
enum. - getType(String) - Static method in enum net.minecraft.client.audio.SoundList.SoundEntry.Type
- getType(BlockFlower.EnumFlowerColor, int) - Static method in enum net.minecraft.block.BlockFlower.EnumFlowerType
- getTypeInt() - Method in enum net.minecraft.client.audio.ISound.AttenuationType
- getTypeProperty() - Method in class net.minecraft.block.BlockFlower
- getTypes(BlockFlower.EnumFlowerColor) - Static method in enum net.minecraft.block.BlockFlower.EnumFlowerType
- getUid() - Method in class net.minecraft.network.play.client.C0FPacketConfirmTransaction
- getUncookedHealAmount() - Method in enum net.minecraft.item.ItemFishFood.FishType
- getUncookedSaturationModifier() - Method in enum net.minecraft.item.ItemFishFood.FishType
- getUnderlined() - Method in class net.minecraft.util.ChatStyle
-
+ Whether or not text of this ChatStyle should be underlined.
- getUnformattedText() - Method in class net.minecraft.util.ChatComponentStyle
-
+ Get the text of this component, and all child components, with all special formatting codes removed.
- getUnformattedText() - Method in interface net.minecraft.util.IChatComponent
-
+ Get the text of this component, and all child components, with all special formatting codes removed.
- getUnformattedTextForChat() - Method in class net.minecraft.util.ChatComponentScore
-
+ Gets the text of this component, without any special formatting codes added, for chat.
- getUnformattedTextForChat() - Method in class net.minecraft.util.ChatComponentSelector
-
+ Gets the text of this component, without any special formatting codes added, for chat.
- getUnformattedTextForChat() - Method in class net.minecraft.util.ChatComponentText
-
+ Gets the text of this component, without any special formatting codes added, for chat.
- getUnformattedTextForChat() - Method in class net.minecraft.util.ChatComponentTranslation
-
+ Gets the text of this component, without any special formatting codes added, for chat.
- getUnformattedTextForChat() - Method in interface net.minecraft.util.IChatComponent
-
+ Gets the text of this component, without any special formatting codes added, for chat.
- getUnicodeFlag() - Method in class net.minecraft.client.gui.FontRenderer
-
+ Get unicodeFlag controlling whether strings should be rendered with Unicode fonts instead of the default.png font.
- getUniqueDataId(String) - Method in class net.minecraft.world.storage.MapStorage
-
+ Returns an unique new data id for the given prefix and saves the idCounts map to the 'idcounts' file.
- getUniqueDataId(String) - Method in class net.minecraft.world.storage.SaveDataMemoryStorage
-
+ Returns an unique new data id for the given prefix and saves the idCounts map to the 'idcounts' file.
- getUniqueDataId(String) - Method in class net.minecraft.world.World
-
+ Returns an unique new data id from the MapStorage for the given prefix and saves the idCounts map to the 'idcounts' file.
- getUniqueID() - Method in class net.minecraft.entity.Entity
- getUnlocalizedName() - Method in class net.minecraft.block.Block
-
+ Returns the unlocalized name of the block with "tile." appended to the front.
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockDirt.DirtType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockDoublePlant.EnumPlantType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockFlower.EnumFlowerType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockPlanks.EnumType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockPrismarine.EnumType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockRedSandstone.EnumType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockSand.EnumType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockSandStone.EnumType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockSilverfish.EnumType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockStone.EnumType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockStoneBrick.EnumType
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockStoneSlab.EnumType
-
+ Returns the slab block name with the type associated with it
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockStoneSlabNew.EnumType
-
+ Returns the slab block name with the type associated with it
- getUnlocalizedName() - Method in enum net.minecraft.block.BlockWall.EnumType
- getUnlocalizedName() - Method in enum net.minecraft.item.EnumDyeColor
- getUnlocalizedName() - Method in class net.minecraft.item.Item
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName() - Method in class net.minecraft.item.ItemBlock
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName() - Method in enum net.minecraft.item.ItemFishFood.FishType
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName() - Method in class net.minecraft.item.ItemStack
- getUnlocalizedName(int) - Method in class net.minecraft.block.BlockSlab
- getUnlocalizedName(int) - Method in class net.minecraft.block.BlockStoneSlab
-
+ Returns the slab block name with the type associated with it
- getUnlocalizedName(int) - Method in class net.minecraft.block.BlockStoneSlabNew
-
+ Returns the slab block name with the type associated with it
- getUnlocalizedName(int) - Method in class net.minecraft.block.BlockWoodSlab
-
+ Returns the slab block name with the type associated with it
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.Item
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.ItemBlock
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.ItemCloth
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.ItemCoal
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.ItemColored
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.ItemDye
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.ItemFishFood
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.ItemLeaves
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.ItemMultiTexture
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.ItemSkull
-
+ Returns the unlocalized name of this item.
- getUnlocalizedName(ItemStack) - Method in class net.minecraft.item.ItemSlab
-
+ Returns the unlocalized name of this item.
- getUnlocalizedNameInefficiently(ItemStack) - Method in class net.minecraft.item.Item
-
+ Translates the unlocalized name of this item, but without the .name suffix, so the translation fails and the unlocalized name itself is returned.
- getUnpoweredState(IBlockState) - Method in class net.minecraft.block.BlockRedstoneComparator
- getUnpoweredState(IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- getUnpoweredState(IBlockState) - Method in class net.minecraft.block.BlockRedstoneRepeater
- getUnsignedByte(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getUnsignedByte(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets an unsigned byte at the specified absolute
index
in this buffer. - getUnsignedByte(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getUnsignedByte(int) - Method in class net.minecraft.network.PacketBuffer
- getUnsignedInt(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getUnsignedInt(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets an unsigned 32-bit integer at the specified absolute
index
in this buffer. - getUnsignedInt(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getUnsignedInt(int) - Method in class net.minecraft.network.PacketBuffer
- getUnsignedMedium(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getUnsignedMedium(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets an unsigned 24-bit medium integer at the specified absolute
index
in this buffer. - getUnsignedMedium(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getUnsignedMedium(int) - Method in class net.minecraft.network.PacketBuffer
- getUnsignedShort(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- getUnsignedShort(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Gets an unsigned 16-bit short integer at the specified absolute
index
in this buffer. - getUnsignedShort(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- getUnsignedShort(int) - Method in class net.minecraft.network.PacketBuffer
- getUpdateCounter() - Method in class net.minecraft.client.gui.GuiIngame
- getUpdatedCounter() - Method in class net.minecraft.client.gui.ChatLine
- getUpper() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBKeyRange
- getURL() - Method in class net.minecraft.network.play.server.S48PacketResourcePackSend
- getUsedButton() - Method in class net.minecraft.network.play.client.C0EPacketClickWindow
- getUseNeighborBrightness() - Method in class net.minecraft.block.Block
-
+ Should block use the brightest neighbor light value as its own
- getUserAgentString() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getUserAgentString() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- getUserName() - Static method in class org.apache.commons.lang3.SystemUtils
-
Gets the user name.
- getUserName(String) - Static method in class org.apache.commons.lang3.SystemUtils
-
Gets the user name.
- getUUID(GameProfile) - Static method in class net.minecraft.entity.player.EntityPlayer
-
+ Gets a players UUID given their GameProfie
- getValidStates() - Method in class net.minecraft.block.state.BlockState
- getValidValues(boolean, boolean) - Static method in enum net.minecraft.util.EnumChatFormatting
-
+ Gets all the valid values.
- getValue() - Method in class com.google.common.collect.ForwardingMapEntry
- getValue() - Method in interface com.google.common.collect.Table.Cell
-
Returns the value of this cell.
- getValue() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBCursor
- getValue() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.Property
- getValue() - Method in class net.minecraft.event.ClickEvent
-
+ Gets the value to perform the action on when this event is raised.
- getValue() - Method in class net.minecraft.event.HoverEvent
-
+ Gets the value to perform the action on when this event is raised.
- getValue() - Method in class net.minecraft.util.LazyLoadBase
- getValue() - Method in interface org.apache.commons.lang3.mutable.Mutable
-
Gets the value of this mutable.
- getValue() - Method in class org.apache.commons.lang3.mutable.MutableBoolean
-
Gets the value as a Boolean instance.
- getValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Gets the value as a Byte instance.
- getValue() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Gets the value as a Double instance.
- getValue() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Gets the value as a Float instance.
- getValue() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Gets the value as a Integer instance.
- getValue() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Gets the value as a Long instance.
- getValue() - Method in class org.apache.commons.lang3.mutable.MutableObject
-
Gets the value.
- getValue() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Gets the value as a Short instance.
- getValue(int) - Method in class org.apache.commons.lang3.BitField
-
Obtains the value for the specified BitField, appropriately shifted right.
- getValue(IProperty<T>) - Method in interface net.minecraft.block.state.IBlockState
- getValueByCanonicalName(String) - Static method in enum net.minecraft.event.ClickEvent.Action
- getValueByCanonicalName(String) - Static method in enum net.minecraft.event.HoverEvent.Action
- getValueByKey(long) - Method in class net.minecraft.util.LongHashMap
-
+ get the value from the map given the key
- getValueByName(String) - Static method in enum net.minecraft.util.EnumChatFormatting
-
+ Gets a value by its friendly name; null if the given name does not map to a defined value.
- getValueClass() - Method in interface net.minecraft.block.properties.IProperty
-
+ The class of the values of this property
- getValueClass() - Method in class net.minecraft.block.properties.PropertyHelper
-
+ The class of the values of this property
- getValueDelimiterMatcher() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Gets the variable default value delimiter matcher currently in use.
- getValueFromObjective(String, ScoreObjective) - Method in class net.minecraft.scoreboard.Scoreboard
-
+ Returns the value of the given objective for the given entity name
- getValueMax() - Method in enum net.minecraft.client.settings.GameSettings.Options
- getVariablePrefixMatcher() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Gets the variable prefix matcher currently in use.
- getVariableResolver() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Gets the VariableResolver that is used to lookup variables.
- getVariableSuffixMatcher() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Gets the variable suffix matcher currently in use.
- getVariant() - Method in class net.minecraft.client.resources.model.ModelResourceLocation
- getVariant(ItemStack) - Method in class net.minecraft.block.BlockSlab
- getVariant(ItemStack) - Method in class net.minecraft.block.BlockStoneSlab
- getVariant(ItemStack) - Method in class net.minecraft.block.BlockStoneSlabNew
- getVariant(ItemStack) - Method in class net.minecraft.block.BlockWoodSlab
- getVariant(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockDoublePlant
- getVariantProperty() - Method in class net.minecraft.block.BlockSlab
- getVariantProperty() - Method in class net.minecraft.block.BlockStoneSlab
- getVariantProperty() - Method in class net.minecraft.block.BlockStoneSlabNew
- getVariantProperty() - Method in class net.minecraft.block.BlockWoodSlab
- getVariants() - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variants
- getVariants(String) - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition
- getVariantTexturePaths() - Method in class net.minecraft.entity.passive.EntityHorse
- getVarIndex() - Method in class net.minecraft.network.play.server.S31PacketWindowProperty
- getVarIntSize(int) - Static method in class net.minecraft.network.PacketBuffer
-
+ Calculates the number of bytes required to fit the supplied int (0-5) if it were to be read/written using readVarIntFromBuffer or writeVarIntToBuffer
- getVarValue() - Method in class net.minecraft.network.play.server.S31PacketWindowProperty
- getVectorForRotation(float, float) - Method in class net.minecraft.entity.Entity
-
+ Creates a Vec3 using the pitch and yaw of the entities rotation.
- getVehicleEntityId() - Method in class net.minecraft.network.play.server.S1BPacketEntityAttach
- getVelocity() - Method in class net.minecraft.entity.item.EntityExpBottle
- getVelocity() - Method in class net.minecraft.entity.projectile.EntityPotion
- getVelocity() - Method in class net.minecraft.entity.projectile.EntityThrowable
- getVelocityX() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getVelocityY() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getVelocityZ() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getVerifyToken() - Method in class net.minecraft.network.login.server.S01PacketEncryptionRequest
- getVersion() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- getVersion() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBDatabase
- getVersion() - Method in class net.minecraft.client.Minecraft
- getVertexCount() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
- getVertexCount() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer.State
- getVertexData() - Method in class net.minecraft.client.renderer.block.model.BakedQuad
- getVertexFormat() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
- getVertexFormat() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer.State
- getVerticalFaceSpeed() - Method in class net.minecraft.entity.EntityLiving
-
+ The speed it takes to move the entityliving's rotationPitch through the faceEntity method.
- getVerticalFaceSpeed() - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ The speed it takes to move the entityliving's rotationPitch through the faceEntity method.
- getVerticalFaceSpeed() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ The speed it takes to move the entityliving's rotationPitch through the faceEntity method.
- getVerticalFaceSpeed() - Method in class net.minecraft.entity.passive.EntityWolf
-
+ The speed it takes to move the entityliving's rotationPitch through the faceEntity method.
- getViewVector(Entity, double) - Method in class net.minecraft.client.renderer.RenderGlobal
- getVillagerInventory() - Method in class net.minecraft.entity.passive.EntityVillager
- getVisible() - Method in class net.minecraft.client.gui.GuiTextField
-
+ returns true if this textbox is visible
- getVoidFogYFactor() - Method in class net.minecraft.world.WorldProvider
-
+ Returns a double value representing the Y value relative to the top of the map at which void fog is at its maximum.
- getVolume() - Method in class net.minecraft.block.Block.SoundType
- getVolume() - Method in interface net.minecraft.client.audio.ISound
- getVolume() - Method in class net.minecraft.client.audio.PositionedSound
- getVolume() - Method in class net.minecraft.client.audio.SoundPoolEntry
- getVolume() - Method in class net.minecraft.network.play.server.S29PacketSoundEffect
- getW() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
- getW() - Method in interface net.lax1dude.eaglercraft.v1_8.vector.ReadableVector4f
- getW() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
- getWalkSpeed() - Method in class net.minecraft.entity.player.PlayerCapabilities
- getWalkSpeed() - Method in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- getWarningDistance() - Method in class net.minecraft.world.border.WorldBorder
- getWarningTime() - Method in class net.minecraft.world.border.WorldBorder
- getWatchableObjectByte(int) - Method in class net.minecraft.entity.DataWatcher
-
+ gets the bytevalue of a watchable object
- getWatchableObjectFloat(int) - Method in class net.minecraft.entity.DataWatcher
- getWatchableObjectInt(int) - Method in class net.minecraft.entity.DataWatcher
-
+ gets a watchable object and returns it as a Integer
- getWatchableObjectItemStack(int) - Method in class net.minecraft.entity.DataWatcher
-
+ Get a watchable object as an ItemStack.
- getWatchableObjectRotations(int) - Method in class net.minecraft.entity.DataWatcher
- getWatchableObjectShort(int) - Method in class net.minecraft.entity.DataWatcher
- getWatchableObjectString(int) - Method in class net.minecraft.entity.DataWatcher
-
+ gets a watchable object and returns it as a String
- getWatchedAttributes() - Method in class net.minecraft.entity.ai.attributes.ServersideAttributeMap
- getWatchedTargetId(int) - Method in class net.minecraft.entity.boss.EntityWither
-
+ Returns the target entity ID if present, or -1 if not @param par1 The target offset, should be from 0-2
- getWaterColorAtPos(IBlockAccess, BlockPos) - Static method in class net.minecraft.world.biome.BiomeColorHelper
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.Block
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockBasePressurePlate
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockButton
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockChest
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockCompressedPowered
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockDaylightDetector
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockLever
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockRailDetector
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockRedstoneDiode
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockRedstoneTorch
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockRedstoneWire
- getWeakPower(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Method in class net.minecraft.block.BlockTripWireHook
- getWeight() - Method in interface net.minecraft.client.audio.ISoundEventAccessor
- getWeight() - Method in class net.minecraft.client.audio.SoundEventAccessor
- getWeight() - Method in class net.minecraft.client.audio.SoundEventAccessorComposite
- getWeight() - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variant
- getWeight() - Method in class net.minecraft.enchantment.Enchantment
-
+ Retrieves the weight value of an Enchantment.
- getWidth() - Static method in class net.lax1dude.eaglercraft.v1_8.Display
- getWidth() - Method in class net.minecraft.client.gui.GuiTextField
-
+ returns the width of the textbox depending on if background drawing is enabled
- getWidth() - Method in class net.minecraft.client.renderer.texture.Stitcher.Holder
- getWidth() - Method in class net.minecraft.client.renderer.texture.TextureMap
- getWidth() - Method in class net.minecraft.inventory.InventoryCrafting
- getWidthPixels() - Method in class net.minecraft.entity.EntityHanging
- getWidthPixels() - Method in class net.minecraft.entity.EntityLeashKnot
- getWidthPixels() - Method in class net.minecraft.entity.item.EntityItemFrame
- getWidthPixels() - Method in class net.minecraft.entity.item.EntityPainting
- getWindowFocused() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- getWindowHeight() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- getWindowId() - Method in class net.minecraft.network.play.client.C0EPacketClickWindow
- getWindowId() - Method in class net.minecraft.network.play.client.C0FPacketConfirmTransaction
- getWindowId() - Method in class net.minecraft.network.play.client.C11PacketEnchantItem
- getWindowId() - Method in class net.minecraft.network.play.server.S2DPacketOpenWindow
- getWindowId() - Method in class net.minecraft.network.play.server.S31PacketWindowProperty
- getWindowId() - Method in class net.minecraft.network.play.server.S32PacketConfirmTransaction
- getWindowTitle() - Method in class net.minecraft.network.play.server.S2DPacketOpenWindow
- getWindowWidth() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- getWitherBasePattern() - Method in class net.minecraft.block.BlockSkull
- getWitherPattern() - Method in class net.minecraft.block.BlockSkull
- getWoodType(int) - Method in class net.minecraft.block.BlockLeaves
- getWoodType(int) - Method in class net.minecraft.block.BlockNewLeaf
- getWoodType(int) - Method in class net.minecraft.block.BlockOldLeaf
- getWorld() - Method in class net.minecraft.block.BlockSourceImpl
- getWorld() - Method in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer
- getWorld() - Method in interface net.minecraft.dispenser.ILocation
- getWorld() - Method in class net.minecraft.entity.boss.EntityDragon
- getWorld() - Method in interface net.minecraft.entity.IEntityMultiPart
- getWorld() - Method in class net.minecraft.entity.item.EntityMinecartHopper
-
+ Returns the worldObj for this tileEntity.
- getWorld() - Method in interface net.minecraft.tileentity.IHopper
-
+ Returns the worldObj for this tileEntity.
- getWorld() - Method in class net.minecraft.tileentity.TileEntity
-
+ Returns the worldObj for this tileEntity.
- getWorld() - Method in class net.minecraft.world.chunk.Chunk
- getWorldBorder() - Method in class net.minecraft.world.World
- getWorldBorder() - Method in class net.minecraft.world.WorldProvider
- getWorldBorder() - Method in class net.minecraft.world.WorldProviderHell
- getWorldDirectoryName() - Method in interface net.minecraft.world.storage.ISaveHandler
-
+ Returns the name of the directory where world information is saved.
- getWorldDirectoryName() - Method in class net.minecraft.world.storage.SaveHandlerMP
-
+ Returns the name of the directory where world information is saved.
- getWorldFeatures() - Method in class net.minecraft.world.gen.FlatGeneratorInfo
- getWorldInfo() - Method in class net.minecraft.world.World
-
+ Returns the world's WorldInfo object
- getWorldName() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Get current world name
- getWorldName() - Method in class net.minecraft.world.WorldSettings
- getWorldObj() - Method in class net.minecraft.entity.item.EntityFallingBlock
- getWorldRenderer() - Method in class net.minecraft.client.renderer.Tessellator
- getWorldRendererByLayer(EnumWorldBlockLayer) - Method in class net.minecraft.client.renderer.RegionRenderCacheBuilder
- getWorldRendererByLayerId(int) - Method in class net.minecraft.client.renderer.RegionRenderCacheBuilder
- getWorldScoreboard() - Method in class net.minecraft.entity.player.EntityPlayer
- getWorldTime() - Method in class net.minecraft.network.play.server.S03PacketTimeUpdate
- getWorldTime() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Get current world time
- getWorldTime() - Method in class net.minecraft.world.World
- getWorldTotalTime() - Method in class net.minecraft.world.storage.WorldInfo
- getWorldType() - Method in class net.minecraft.network.play.server.S01PacketJoinGame
- getWorldType() - Method in class net.minecraft.network.play.server.S07PacketRespawn
- getWorldType() - Method in class net.minecraft.world.ChunkCache
- getWorldType() - Method in interface net.minecraft.world.IBlockAccess
- getWorldType() - Method in class net.minecraft.world.World
- getWorldTypeForGeneratorVersion(int) - Method in class net.minecraft.world.WorldType
- getWorldTypeID() - Method in class net.minecraft.world.WorldType
- getWorldTypeName() - Method in class net.minecraft.world.WorldType
- getX() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- getX() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
- getX() - Method in interface net.lax1dude.eaglercraft.v1_8.vector.ReadableVector2f
- getX() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
- getX() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
- getX() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
- getX() - Method in class net.minecraft.block.BlockSourceImpl
- getX() - Method in interface net.minecraft.dispenser.IBlockSource
- getX() - Method in interface net.minecraft.dispenser.IPosition
- getX() - Method in class net.minecraft.dispenser.PositionImpl
- getX() - Method in class net.minecraft.network.play.server.S08PacketPlayerPosLook
- getX() - Method in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- getX() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- getX() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getX() - Method in class net.minecraft.network.play.server.S11PacketSpawnExperienceOrb
- getX() - Method in class net.minecraft.network.play.server.S18PacketEntityTeleport
- getX() - Method in class net.minecraft.network.play.server.S27PacketExplosion
- getX() - Method in class net.minecraft.network.play.server.S29PacketSoundEffect
- getX() - Method in class net.minecraft.util.BlockPos.MutableBlockPos
- getX() - Method in class net.minecraft.util.Rotations
-
+ Gets the X axis rotation
- getX() - Method in class net.minecraft.util.Vec3i
-
+ Get the X coordinate
- getXCoordinate() - Method in class net.minecraft.network.play.server.S2APacketParticles
-
+ Gets the x coordinate to spawn the particle.
- getXEnd() - Method in class net.minecraft.world.ChunkCoordIntPair
-
+ Get the last world X coordinate that belongs to this Chunk
- getXOffset() - Method in class net.minecraft.network.play.server.S2APacketParticles
-
+ Gets the x coordinate offset for the particle.
- getXPos() - Method in class net.minecraft.entity.item.EntityMinecartHopper
-
+ Gets the world X position for this hopper entity.
- getXPos() - Method in interface net.minecraft.tileentity.IHopper
-
+ Gets the world X position for this hopper entity.
- getXPos() - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Gets the world X position for this hopper entity.
- getXPosF() - Method in interface net.minecraft.client.audio.ISound
- getXPosF() - Method in class net.minecraft.client.audio.PositionedSound
- getXPSeed() - Method in class net.minecraft.entity.player.EntityPlayer
- getXPSplit(int) - Static method in class net.minecraft.entity.item.EntityXPOrb
-
+ Get a fragment of the maximum experience points value for the supplied value of experience points value.
- getXpValue() - Method in class net.minecraft.entity.item.EntityXPOrb
-
+ Returns the XP value of this XP orb.
- getXPValue() - Method in class net.minecraft.network.play.server.S11PacketSpawnExperienceOrb
- getXStart() - Method in class net.minecraft.world.ChunkCoordIntPair
-
+ Get the first world X coordinate that belongs to this Chunk
- getY() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- getY() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
- getY() - Method in interface net.lax1dude.eaglercraft.v1_8.vector.ReadableVector2f
- getY() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
- getY() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
- getY() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
- getY() - Method in class net.minecraft.block.BlockSourceImpl
- getY() - Method in interface net.minecraft.dispenser.IBlockSource
- getY() - Method in interface net.minecraft.dispenser.IPosition
- getY() - Method in class net.minecraft.dispenser.PositionImpl
- getY() - Method in class net.minecraft.network.play.server.S08PacketPlayerPosLook
- getY() - Method in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- getY() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- getY() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getY() - Method in class net.minecraft.network.play.server.S11PacketSpawnExperienceOrb
- getY() - Method in class net.minecraft.network.play.server.S18PacketEntityTeleport
- getY() - Method in class net.minecraft.network.play.server.S27PacketExplosion
- getY() - Method in class net.minecraft.network.play.server.S29PacketSoundEffect
- getY() - Method in class net.minecraft.util.BlockPos.MutableBlockPos
- getY() - Method in class net.minecraft.util.Rotations
-
+ Gets the Y axis rotation
- getY() - Method in class net.minecraft.util.Vec3i
-
+ Get the Y coordinate
- getYaw() - Method in class net.minecraft.network.play.client.C03PacketPlayer
- getYaw() - Method in class net.minecraft.network.play.server.S08PacketPlayerPosLook
- getYaw() - Method in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- getYaw() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- getYaw() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getYaw() - Method in class net.minecraft.network.play.server.S18PacketEntityTeleport
- getYaw() - Method in class net.minecraft.network.play.server.S19PacketEntityHeadLook
- getYCoordinate() - Method in class net.minecraft.network.play.server.S2APacketParticles
-
+ Gets the y coordinate to spawn the particle.
- getYear() - Method in class org.apache.commons.lang3.time.CalendarUtils
-
Gets the current year.
- getYLocation() - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
-
+ Returns the Y location of this ExtendedBlockStorage.
- getYOffset() - Method in class net.minecraft.entity.Entity
-
+ Returns the Y Offset of this entity.
- getYOffset() - Method in class net.minecraft.entity.monster.EntitySilverfish
-
+ Returns the Y Offset of this entity.
- getYOffset() - Method in class net.minecraft.entity.monster.EntitySkeleton
-
+ Returns the Y Offset of this entity.
- getYOffset() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Returns the Y Offset of this entity.
- getYOffset() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns the Y Offset of this entity.
- getYOffset() - Method in class net.minecraft.network.play.server.S2APacketParticles
-
+ Gets the y coordinate offset for the particle.
- getYPos() - Method in class net.minecraft.entity.item.EntityMinecartHopper
-
+ Gets the world Y position for this hopper entity.
- getYPos() - Method in interface net.minecraft.tileentity.IHopper
-
+ Gets the world Y position for this hopper entity.
- getYPos() - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Gets the world Y position for this hopper entity.
- getYPosF() - Method in interface net.minecraft.client.audio.ISound
- getYPosF() - Method in class net.minecraft.client.audio.PositionedSound
- getZ() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
- getZ() - Method in interface net.lax1dude.eaglercraft.v1_8.vector.ReadableVector3f
- getZ() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
- getZ() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
- getZ() - Method in class net.minecraft.block.BlockSourceImpl
- getZ() - Method in interface net.minecraft.dispenser.IBlockSource
- getZ() - Method in interface net.minecraft.dispenser.IPosition
- getZ() - Method in class net.minecraft.dispenser.PositionImpl
- getZ() - Method in class net.minecraft.network.play.server.S08PacketPlayerPosLook
- getZ() - Method in class net.minecraft.network.play.server.S0CPacketSpawnPlayer
- getZ() - Method in class net.minecraft.network.play.server.S0EPacketSpawnObject
- getZ() - Method in class net.minecraft.network.play.server.S0FPacketSpawnMob
- getZ() - Method in class net.minecraft.network.play.server.S11PacketSpawnExperienceOrb
- getZ() - Method in class net.minecraft.network.play.server.S18PacketEntityTeleport
- getZ() - Method in class net.minecraft.network.play.server.S27PacketExplosion
- getZ() - Method in class net.minecraft.network.play.server.S29PacketSoundEffect
- getZ() - Method in class net.minecraft.util.BlockPos.MutableBlockPos
- getZ() - Method in class net.minecraft.util.Rotations
-
+ Gets the Z axis rotation
- getZ() - Method in class net.minecraft.util.Vec3i
-
+ Get the Z coordinate
- getZCoordinate() - Method in class net.minecraft.network.play.server.S2APacketParticles
-
+ Gets the z coordinate to spawn the particle.
- getZEnd() - Method in class net.minecraft.world.ChunkCoordIntPair
-
+ Get the last world Z coordinate that belongs to this Chunk
- getZOffset() - Method in class net.minecraft.network.play.server.S2APacketParticles
-
+ Gets the z coordinate offset for the particle.
- getZPos() - Method in class net.minecraft.entity.item.EntityMinecartHopper
-
+ Gets the world Z position for this hopper entity.
- getZPos() - Method in interface net.minecraft.tileentity.IHopper
-
+ Gets the world Z position for this hopper entity.
- getZPos() - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Gets the world Z position for this hopper entity.
- getZPosF() - Method in interface net.minecraft.client.audio.ISound
- getZPosF() - Method in class net.minecraft.client.audio.PositionedSound
- getZStart() - Method in class net.minecraft.world.ChunkCoordIntPair
-
+ Get the first world Z coordinate that belongs to this Chunk
- ghast - Static variable in class net.minecraft.stats.AchievementList
- ghast_tear - Static variable in class net.minecraft.init.Items
- ghastTearEffect - Static variable in class net.minecraft.potion.PotionHelper
- GL_2_BYTES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_2D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_3_BYTES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_3D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_3D_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_3D_COLOR_TEXTURE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_4_BYTES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_4D_COLOR_TEXTURE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACCUM - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACCUM_ALPHA_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACCUM_BLUE_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACCUM_BUFFER_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACCUM_CLEAR_VALUE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACCUM_GREEN_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACCUM_RED_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACTIVE_ATTRIBUTE_MAX_LENGTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACTIVE_ATTRIBUTES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACTIVE_TEXTURE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACTIVE_UNIFORM_MAX_LENGTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ACTIVE_UNIFORMS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ADD - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ADD_SIGNED - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALIASED_LINE_WIDTH_RANGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALIASED_POINT_SIZE_RANGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALL_ATTRIB_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALL_CLIENT_ATTRIB_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA_BIAS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA_SCALE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA_TEST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA_TEST_FUNC - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA_TEST_REF - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA12 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA16 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALPHA8 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ALWAYS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AMBIENT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AMBIENT_AND_DIFFUSE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AND - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AND_INVERTED - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AND_REVERSE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ARRAY_BUFFER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ATTACHED_SHADERS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ATTRIB_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AUTO_NORMAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AUX_BUFFERS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AUX0 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AUX1 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AUX2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_AUX3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BACK - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BACK_LEFT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BACK_RIGHT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BGR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BGRA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BITMAP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BITMAP_TOKEN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BLEND - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BLEND_DST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BLEND_EQUATION_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BLEND_EQUATION_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BLEND_SRC - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BLUE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BLUE_BIAS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BLUE_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BLUE_SCALE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BOOL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BOOL_VEC2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BOOL_VEC3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BOOL_VEC4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BUFFER_ACCESS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BUFFER_MAP_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BUFFER_MAPPED - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BUFFER_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BUFFER_USAGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_BYTE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_C3F_V3F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_C4F_N3F_V3F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_C4UB_V2F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_C4UB_V3F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CCW - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLAMP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLAMP_TO_BORDER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLAMP_TO_EDGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLEAR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLIENT_ACTIVE_TEXTURE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLIENT_ATTRIB_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLIENT_PIXEL_STORE_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLIENT_VERTEX_ARRAY_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLIP_PLANE0 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLIP_PLANE1 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLIP_PLANE2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLIP_PLANE3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLIP_PLANE4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CLIP_PLANE5 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COEFF - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_ARRAY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_ARRAY_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_ARRAY_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_ARRAY_STRIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_ARRAY_TYPE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_BUFFER_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_CLEAR_VALUE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_INDEX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_INDEXES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_LOGIC_OP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_MATERIAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_MATERIAL_FACE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_MATERIAL_PARAMETER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COLOR_WRITEMASK - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMBINE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMBINE_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMBINE_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMPILE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMPILE_AND_EXECUTE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMPILE_STATUS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMPRESSED_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMPRESSED_INTENSITY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMPRESSED_LUMINANCE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMPRESSED_LUMINANCE_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMPRESSED_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMPRESSED_RGBA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COMPRESSED_TEXTURE_FORMATS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CONSTANT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CONSTANT_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CONSTANT_ATTENUATION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CONSTANT_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CONTEXT_LOST_WEBGL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COORD_REPLACE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COPY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COPY_INVERTED - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_COPY_PIXEL_TOKEN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CULL_FACE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CULL_FACE_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_FOG_COORD - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_INDEX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_NORMAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_PROGRAM - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_QUERY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_RASTER_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_RASTER_DISTANCE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_RASTER_INDEX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_RASTER_POSITION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_RASTER_POSITION_VALID - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_RASTER_TEXTURE_COORDS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_TEXTURE_COORDS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CURRENT_VERTEX_ATTRIB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_CW - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DECAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DECR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DELETE_STATUS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH_BIAS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH_BUFFER_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH_CLEAR_VALUE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH_COMPONENT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH_FUNC - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH_RANGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH_SCALE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH_TEST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DEPTH_WRITEMASK - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DIFFUSE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DITHER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DOMAIN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DONT_CARE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DOT3_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DOT3_RGBA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DOUBLE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DOUBLEBUFFER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER0 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER1 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER10 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER11 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER12 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER13 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER14 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER15 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER5 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER6 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER7 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER8 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_BUFFER9 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DRAW_PIXEL_TOKEN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DST_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DST_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DYNAMIC_COPY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DYNAMIC_DRAW - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_DYNAMIC_READ - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EDGE_FLAG - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EDGE_FLAG_ARRAY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EDGE_FLAG_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EDGE_FLAG_ARRAY_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EDGE_FLAG_ARRAY_STRIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ELEMENT_ARRAY_BUFFER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EMISSION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ENABLE_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EQUAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EQUIV - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EVAL_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EXP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EXP2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EXTENSIONS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EYE_LINEAR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_EYE_PLANE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FALSE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FASTEST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FEEDBACK - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FEEDBACK_BUFFER_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FEEDBACK_BUFFER_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FEEDBACK_BUFFER_TYPE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FILL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FLAT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FLOAT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FLOAT_MAT2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FLOAT_MAT3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FLOAT_MAT4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FLOAT_VEC2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FLOAT_VEC3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FLOAT_VEC4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_COORD - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_COORD_ARRAY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_COORD_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_COORD_ARRAY_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_COORD_ARRAY_STRIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_COORD_ARRAY_TYPE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_COORD_SRC - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_DENSITY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_END - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_HINT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_INDEX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FOG_START - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FRAGMENT_SHADER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FRAGMENT_SHADER_DERIVATIVE_HINT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FRONT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FRONT_AND_BACK - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FRONT_FACE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FRONT_LEFT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_FRONT_RIGHT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_GEQUAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_GREATER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_GREEN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_GREEN_BIAS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_GREEN_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_GREEN_SCALE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_HINT_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INCR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_ARRAY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_ARRAY_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_ARRAY_STRIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_ARRAY_TYPE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_CLEAR_VALUE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_LOGIC_OP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_OFFSET - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_SHIFT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INDEX_WRITEMASK - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INFO_LOG_LENGTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INT_VEC2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INT_VEC3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INT_VEC4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INTENSITY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INTENSITY12 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INTENSITY16 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INTENSITY4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INTENSITY8 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INTERPOLATE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INVALID_ENUM - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INVALID_OPERATION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INVALID_VALUE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_INVERT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_KEEP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LEFT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LEQUAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LESS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT_MODEL_AMBIENT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT_MODEL_COLOR_CONTROL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT_MODEL_LOCAL_VIEWER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT_MODEL_TWO_SIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT0 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT1 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT5 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT6 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHT7 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHTING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIGHTING_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_LOOP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_LOOP - Static variable in class net.minecraft.client.renderer.Tessellator
- GL_LINE_RESET_TOKEN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_SMOOTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_SMOOTH_HINT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_STIPPLE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_STIPPLE_PATTERN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_STIPPLE_REPEAT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_STRIP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_STRIP - Static variable in class net.minecraft.client.renderer.Tessellator
- GL_LINE_TOKEN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_WIDTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_WIDTH_GRANULARITY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINE_WIDTH_RANGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINEAR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINEAR_ATTENUATION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINEAR_MIPMAP_LINEAR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINEAR_MIPMAP_NEAREST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LINES - Static variable in class net.minecraft.client.renderer.Tessellator
- GL_LINK_STATUS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIST_BASE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIST_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIST_INDEX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LIST_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LOAD - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LOGIC_OP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LOGIC_OP_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LOWER_LEFT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE12 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE12_ALPHA12 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE12_ALPHA4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE16 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE16_ALPHA16 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE4_ALPHA4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE6_ALPHA2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE8 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_LUMINANCE8_ALPHA8 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP_STENCIL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_COLOR_4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_GRID_DOMAIN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_GRID_SEGMENTS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_INDEX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_NORMAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_TEXTURE_COORD_1 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_TEXTURE_COORD_2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_TEXTURE_COORD_3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_TEXTURE_COORD_4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_VERTEX_3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP1_VERTEX_4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_COLOR_4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_GRID_DOMAIN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_GRID_SEGMENTS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_INDEX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_NORMAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_TEXTURE_COORD_1 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_TEXTURE_COORD_2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_TEXTURE_COORD_3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_TEXTURE_COORD_4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_VERTEX_3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAP2_VERTEX_4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MATRIX_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_3D_TEXTURE_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_ATTRIB_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_CLIENT_ATTRIB_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_CLIP_PLANES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_CUBE_MAP_TEXTURE_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_DRAW_BUFFERS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_ELEMENTS_INDICES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_ELEMENTS_VERTICES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_EVAL_ORDER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_FRAGMENT_UNIFORM_COMPONENTS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_LIGHTS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_LIST_NESTING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_MODELVIEW_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_NAME_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_PIXEL_MAP_TABLE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_PROJECTION_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_TEXTURE_COORDS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_TEXTURE_IMAGE_UNITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_TEXTURE_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_TEXTURE_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_TEXTURE_UNITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_VARYING_FLOATS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_VERTEX_ATTRIBS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_VERTEX_UNIFORM_COMPONENTS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MAX_VIEWPORT_DIMS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MODELVIEW - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MODELVIEW_MATRIX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MODELVIEW_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MODULATE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MULT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MULTISAMPLE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_MULTISAMPLE_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_N3F_V3F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NAME_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NAND - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NEAREST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NEAREST_MIPMAP_LINEAR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NEAREST_MIPMAP_NEAREST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NEVER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NICEST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NO_ERROR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NONE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NOOP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NORMAL_ARRAY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NORMAL_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NORMAL_ARRAY_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NORMAL_ARRAY_STRIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NORMAL_ARRAY_TYPE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NORMAL_MAP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NORMALIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NOTEQUAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OBJECT_LINEAR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OBJECT_PLANE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ONE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ONE_MINUS_CONSTANT_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ONE_MINUS_CONSTANT_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ONE_MINUS_DST_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ONE_MINUS_DST_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ONE_MINUS_SRC_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ONE_MINUS_SRC_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OPERAND0_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OPERAND0_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OPERAND1_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OPERAND1_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OPERAND2_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OPERAND2_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OR_INVERTED - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OR_REVERSE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ORDER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_OUT_OF_MEMORY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PACK_ALIGNMENT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PACK_IMAGE_HEIGHT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PACK_LSB_FIRST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PACK_ROW_LENGTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PACK_SKIP_IMAGES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PACK_SKIP_PIXELS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PACK_SKIP_ROWS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PACK_SWAP_BYTES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PASS_THROUGH_TOKEN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PERSPECTIVE_CORRECTION_HINT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_A_TO_A - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_A_TO_A_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_B_TO_B - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_B_TO_B_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_G_TO_G - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_G_TO_G_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_I_TO_A - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_I_TO_A_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_I_TO_B - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_I_TO_B_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_I_TO_G - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_I_TO_G_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_I_TO_I - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_I_TO_I_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_I_TO_R - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_I_TO_R_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_R_TO_R - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_R_TO_R_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_S_TO_S - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MAP_S_TO_S_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PIXEL_MODE_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINT_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINT_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINT_SIZE_GRANULARITY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINT_SIZE_RANGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINT_SMOOTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINT_SMOOTH_HINT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINT_SPRITE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINT_SPRITE_COORD_ORIGIN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINT_TOKEN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POINTS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_OFFSET_FACTOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_OFFSET_FILL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_OFFSET_LINE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_OFFSET_POINT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_OFFSET_UNITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_SMOOTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_SMOOTH_HINT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_STIPPLE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_STIPPLE_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POLYGON_TOKEN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_POSITION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PREVIOUS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PRIMARY_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PROJECTION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PROJECTION_MATRIX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PROJECTION_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PROXY_TEXTURE_1D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PROXY_TEXTURE_2D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PROXY_TEXTURE_3D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_PROXY_TEXTURE_CUBE_MAP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_Q - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_QUAD_STRIP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_QUADRATIC_ATTENUATION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_QUADS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_QUADS - Static variable in class net.minecraft.client.renderer.Tessellator
- GL_QUERY_COUNTER_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_QUERY_RESULT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_QUERY_RESULT_AVAILABLE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_R - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_R3_G3_B2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_READ_BUFFER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_READ_ONLY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_READ_WRITE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RED - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RED_BIAS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RED_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RED_SCALE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_REFLECTION_MAP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RENDER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RENDER_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RENDERER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_REPEAT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_REPLACE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RESCALE_NORMAL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RETURN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGB_SCALE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGB10 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGB10_A2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGB12 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGB16 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGB4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGB5 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGB5_A1 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGB8 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGBA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGBA_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGBA12 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGBA16 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGBA2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGBA4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RGBA8 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_RIGHT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_S - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLE_ALPHA_TO_ONE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLE_BUFFERS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLE_COVERAGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLE_COVERAGE_INVERT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLE_COVERAGE_VALUE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLER_1D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLER_1D_SHADOW - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLER_2D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLER_2D_SHADOW - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLER_3D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLER_CUBE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SAMPLES_PASSED - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SCISSOR_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SCISSOR_BOX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SCISSOR_TEST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SELECT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SELECTION_BUFFER_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SELECTION_BUFFER_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SEPARATE_SPECULAR_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SET - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SHADE_MODEL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SHADER_OBJECT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SHADER_SOURCE_LENGTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SHADER_TYPE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SHADING_LANGUAGE_VERSION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SHININESS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SHORT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SINGLE_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SMOOTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SMOOTH_LINE_WIDTH_GRANULARITY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SMOOTH_LINE_WIDTH_RANGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SMOOTH_POINT_SIZE_GRANULARITY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SMOOTH_POINT_SIZE_RANGE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SOURCE0_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SOURCE0_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SOURCE1_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SOURCE1_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SOURCE2_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SOURCE2_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SPECULAR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SPHERE_MAP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SPOT_CUTOFF - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SPOT_DIRECTION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SPOT_EXPONENT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SRC_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SRC_ALPHA_SATURATE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SRC_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SRC0_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SRC0_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SRC1_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SRC1_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SRC2_ALPHA - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SRC2_RGB - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STACK_OVERFLOW - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STACK_UNDERFLOW - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STATIC_COPY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STATIC_DRAW - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STATIC_READ - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_BACK_FAIL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_BACK_FUNC - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_BACK_PASS_DEPTH_FAIL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_BACK_PASS_DEPTH_PASS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_BACK_REF - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_BACK_VALUE_MASK - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_BACK_WRITEMASK - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_BUFFER_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_CLEAR_VALUE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_FAIL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_FUNC - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_INDEX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_PASS_DEPTH_FAIL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_PASS_DEPTH_PASS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_REF - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_TEST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_VALUE_MASK - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STENCIL_WRITEMASK - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STEREO - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STREAM_COPY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STREAM_DRAW - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_STREAM_READ - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SUBPIXEL_BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_SUBTRACT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_T - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_T2F_C3F_V3F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_T2F_C4F_N3F_V3F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_T2F_C4UB_V3F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_T2F_N3F_V3F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_T2F_V3F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_T4F_C4F_N3F_V4F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_T4F_V4F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_1D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_2D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_3D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_ALPHA_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_BASE_LEVEL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_BINDING_1D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_BINDING_2D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_BINDING_3D - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_BINDING_CUBE_MAP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_BLUE_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_BORDER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_BORDER_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_COMPONENTS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_COMPRESSED - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_COMPRESSED_IMAGE_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_COMPRESSION_HINT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_COORD_ARRAY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_COORD_ARRAY_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_COORD_ARRAY_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_COORD_ARRAY_STRIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_COORD_ARRAY_TYPE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_CUBE_MAP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_ENV - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_ENV_COLOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_ENV_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_GEN_MODE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_GEN_Q - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_GEN_R - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_GEN_S - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_GEN_T - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_GREEN_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_HEIGHT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_INTENSITY_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_INTERNAL_FORMAT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_LUMINANCE_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_MAG_FILTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_MATRIX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_MAX_ANISOTROPY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_MAX_LEVEL - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_MAX_LOD - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_MIN_FILTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_MIN_LOD - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_PRIORITY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_RED_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_RESIDENT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_STACK_DEPTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_WIDTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_WRAP_R - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_WRAP_S - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE_WRAP_T - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE0 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE1 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE10 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE11 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE12 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE13 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE14 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE15 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE16 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE17 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE18 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE19 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE20 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE21 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE22 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE23 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE24 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE25 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE26 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE27 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE28 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE29 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE3 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE30 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE31 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE5 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE6 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE7 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE8 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TEXTURE9 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TRANSFORM_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TRANSPOSE_COLOR_MATRIX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TRANSPOSE_MODELVIEW_MATRIX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TRANSPOSE_PROJECTION_MATRIX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TRANSPOSE_TEXTURE_MATRIX - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TRIANGLE_FAN - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TRIANGLE_FAN - Static variable in class net.minecraft.client.renderer.Tessellator
- GL_TRIANGLE_STRIP - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TRIANGLE_STRIP - Static variable in class net.minecraft.client.renderer.Tessellator
- GL_TRIANGLES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_TRIANGLES - Static variable in class net.minecraft.client.renderer.Tessellator
- GL_TRUE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNPACK_ALIGNMENT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNPACK_IMAGE_HEIGHT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNPACK_LSB_FIRST - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNPACK_ROW_LENGTH - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNPACK_SKIP_IMAGES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNPACK_SKIP_PIXELS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNPACK_SKIP_ROWS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNPACK_SWAP_BYTES - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_BYTE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_BYTE_2_3_3_REV - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_BYTE_3_3_2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_INT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_INT_10_10_10_2 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_INT_2_10_10_10_REV - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_INT_8_8_8_8 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_INT_8_8_8_8_REV - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_SHORT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_SHORT_1_5_5_5_REV - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_SHORT_4_4_4_4_REV - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_SHORT_5_6_5 - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UNSIGNED_SHORT_5_6_5_REV - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_UPPER_LEFT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_V2F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_V3F - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VALIDATE_STATUS - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VENDOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERSION - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ARRAY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ARRAY_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ARRAY_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ARRAY_STRIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ARRAY_TYPE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ATTRIB_ARRAY_ENABLED - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ATTRIB_ARRAY_NORMALIZED - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ATTRIB_ARRAY_POINTER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ATTRIB_ARRAY_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ATTRIB_ARRAY_STRIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_ATTRIB_ARRAY_TYPE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_PROGRAM_POINT_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_PROGRAM_TWO_SIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VERTEX_SHADER - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VIEWPORT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_VIEWPORT_BIT - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_WEIGHT_ARRAY_BUFFER_BINDING - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_WRITE_ONLY - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_XOR - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ZERO - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ZOOM_X - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GL_ZOOM_Y - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.RealOpenGLEnums
- GLAllocation - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GLAllocation() - Constructor for class net.minecraft.client.renderer.GLAllocation
- glass - Static variable in class net.minecraft.block.material.Material
- glass - Static variable in class net.minecraft.init.Blocks
- glass_bottle - Static variable in class net.minecraft.init.Items
- glass_pane - Static variable in class net.minecraft.init.Blocks
- glBlendEquation(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glCallList(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glDeleteLists(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glEndList() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glFog(int, FloatBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glFogi(int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glGenLists() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glGenTextures() - Static method in class net.minecraft.client.renderer.texture.TextureUtil
- glGetError() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glGetInteger(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glGetInteger(int, int[]) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glGetString(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glLineWidth(float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glNewList(int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glNormal3f(float, float, float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- GLObjectMap<T> - Class in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- GLObjectMap(int) - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.GLObjectMap
- glowstone - Static variable in class net.minecraft.init.Blocks
- glowstone_dust - Static variable in class net.minecraft.init.Items
- glowstoneEffect - Static variable in class net.minecraft.potion.PotionHelper
- GlStateManager - Class in net.lax1dude.eaglercraft.v1_8.opengl
-
Copyright (c) 2022-2023 LAX1DUDE.
- GlStateManager() - Constructor for class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- GlStateManager.TexGen - Enum in net.lax1dude.eaglercraft.v1_8.opengl
- glTexImage2D(int, int, int, int, int, int, int, int, IntBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glTexParameterf(int, int, float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glTexParameteri(int, int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glTexSubImage2D(int, int, int, int, int, int, int, int, IntBuffer) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- glTextureId - Variable in class net.minecraft.client.renderer.texture.AbstractTexture
- gluErrorString(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.EaglercraftGPU
- gluPerspective(float, float, float, float) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- gluUnProject(float, float, float, float[], float[], int[], float[]) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- glyphWidth - Variable in class net.minecraft.client.gui.FontRenderer
-
+ Array of the start/end column (in upper/lower nibble) for every glyph in the /font directory.
- GMT_ID - Static variable in class org.apache.commons.lang3.time.TimeZones
-
A public version of
TimeZone
's package privateGMT_ID
field. - GoalColor - Class in net.minecraft.scoreboard
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GoalColor(String, EnumChatFormatting) - Constructor for class net.minecraft.scoreboard.GoalColor
- goddamnFuckingTimeout - Variable in class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- GOLD - net.minecraft.item.Item.ToolMaterial
- GOLD - net.minecraft.item.ItemArmor.ArmorMaterial
- GOLD - net.minecraft.util.EnumChatFormatting
- gold_block - Static variable in class net.minecraft.init.Blocks
- gold_ingot - Static variable in class net.minecraft.init.Items
- gold_nugget - Static variable in class net.minecraft.init.Items
- gold_ore - Static variable in class net.minecraft.init.Blocks
- goldColor - Static variable in class net.minecraft.block.material.MapColor
- golden_apple - Static variable in class net.minecraft.init.Items
- golden_axe - Static variable in class net.minecraft.init.Items
- golden_boots - Static variable in class net.minecraft.init.Items
- golden_carrot - Static variable in class net.minecraft.init.Items
- golden_chestplate - Static variable in class net.minecraft.init.Items
- golden_helmet - Static variable in class net.minecraft.init.Items
- golden_hoe - Static variable in class net.minecraft.init.Items
- golden_horse_armor - Static variable in class net.minecraft.init.Items
- golden_leggings - Static variable in class net.minecraft.init.Items
- golden_pickaxe - Static variable in class net.minecraft.init.Items
- golden_rail - Static variable in class net.minecraft.init.Blocks
- golden_shovel - Static variable in class net.minecraft.init.Items
- golden_sword - Static variable in class net.minecraft.init.Items
- goldenCarrotEffect - Static variable in class net.minecraft.potion.PotionHelper
- goodFastHash(int) - Static method in class com.google.common.hash.Hashing
-
Returns a general-purpose, temporary-use, non-cryptographic hash function.
- gourd - Static variable in class net.minecraft.block.material.Material
- grabMouseCursor() - Method in class net.minecraft.util.MouseHelper
-
+ Grabs the mouse cursor it doesn't move and isn't seen.
- grad(int, double, double, double) - Method in class net.minecraft.world.gen.NoiseGeneratorImproved
- GRADIENT - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- GRADIENT_UP - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- GRAHAM - net.minecraft.entity.item.EntityPainting.EnumArt
- GRANITE - net.minecraft.block.BlockStone.EnumType
- GRANITE_SMOOTH - net.minecraft.block.BlockStone.EnumType
- GRAPHICS - net.minecraft.client.settings.GameSettings.Options
- grass - Static variable in class net.minecraft.block.material.Material
- grass - Static variable in class net.minecraft.init.Blocks
- GRASS - net.minecraft.block.BlockDoublePlant.EnumPlantType
- GRASS - net.minecraft.block.BlockTallGrass.EnumType
- GRASS_COLOR_NOISE - Static variable in class net.minecraft.world.biome.BiomeGenBase
- grassColor - Static variable in class net.minecraft.block.material.MapColor
- GrassColorReloadListener - Class in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GrassColorReloadListener() - Constructor for class net.minecraft.client.resources.GrassColorReloadListener
- gravel - Static variable in class net.minecraft.init.Blocks
- GRAY - net.minecraft.item.EnumDyeColor
- GRAY - net.minecraft.util.EnumChatFormatting
- grayColor - Static variable in class net.minecraft.block.material.MapColor
- greaterThan(A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
-
Checks if the object passed to
ComparableUtils.is(A)
is greater thanb
- greaterThan(C) - Static method in class com.google.common.collect.Range
-
Returns a range that contains all values strictly greater than
endpoint
. - greaterThanOrEqualTo(A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
-
Checks if the object passed to
ComparableUtils.is(A)
is greater than or equal tob
- greatestOf(Iterable<E>, int) - Method in class com.google.common.collect.Ordering
-
Returns the
k
greatest elements of the given iterable according to this ordering, in order from greatest to least. - greatestOf(Iterator<E>, int) - Method in class com.google.common.collect.Ordering
-
Returns the
k
greatest elements from the given iterator according to this ordering, in order from greatest to least. - green - Variable in class net.minecraft.client.gui.FontRenderer
- GREEN - net.minecraft.item.EnumDyeColor
- GREEN - net.minecraft.util.EnumChatFormatting
- greenColor - Static variable in class net.minecraft.block.material.MapColor
- ground - Static variable in class net.minecraft.block.material.Material
- ground - Variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- GROUND - net.minecraft.client.renderer.block.model.ItemCameraTransforms.TransformType
- GroupData() - Constructor for class net.minecraft.entity.monster.EntitySpider.GroupData
- GroupData(int, int) - Constructor for class net.minecraft.entity.passive.EntityHorse.GroupData
- grow(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockCocoa
- grow(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockCrops
- grow(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockDoublePlant
- grow(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockGrass
- grow(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockStem
- grow(World, EaglercraftRandom, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockTallGrass
- grow(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockCrops
- GROWING - net.minecraft.world.border.EnumBorderStatus
- growingAge - Variable in class net.minecraft.entity.EntityAgeable
- growStem(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockStem
- GS - Static variable in class com.google.common.base.Ascii
-
Group Separator: These four information separators may be used within data in optional fashion, except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then RS, and US is least inclusive.
- gt(A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
-
Checks if the tested object is greater than
b
- GuardedBy - Annotation Type in javax.annotation.concurrent
-
The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit
Lock
. - GuardianSound - Class in net.minecraft.client.audio
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuardianSound(EntityGuardian) - Constructor for class net.minecraft.client.audio.GuardianSound
- gui - Variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- Gui - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Gui() - Constructor for class net.minecraft.client.gui.Gui
- GUI - net.minecraft.client.renderer.block.model.ItemCameraTransforms.TransformType
- GUI_SCALE - net.minecraft.client.settings.GameSettings.Options
- gui3d - Variable in class net.minecraft.client.resources.model.SimpleBakedModel
- guiAchievement - Variable in class net.minecraft.client.Minecraft
- GuiAchievement - Class in net.minecraft.client.gui.achievement
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiAchievement(Minecraft) - Constructor for class net.minecraft.client.gui.achievement.GuiAchievement
- GuiAchievements - Class in net.minecraft.client.gui.achievement
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiAchievements(GuiScreen, StatFileWriter) - Constructor for class net.minecraft.client.gui.achievement.GuiAchievements
- GuiAuthenticationScreen - Class in net.lax1dude.eaglercraft.v1_8.profile
-
Copyright (c) 2022-2023 LAX1DUDE.
- GuiAuthenticationScreen(GuiConnecting, GuiScreen, String) - Constructor for class net.lax1dude.eaglercraft.v1_8.profile.GuiAuthenticationScreen
- GuiBeacon - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiBeacon(InventoryPlayer, IInventory) - Constructor for class net.minecraft.client.gui.inventory.GuiBeacon
- GuiBrewingStand - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiBrewingStand(InventoryPlayer, IInventory) - Constructor for class net.minecraft.client.gui.inventory.GuiBrewingStand
- GuiButton - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiButton(int, int, int, int, int, String) - Constructor for class net.minecraft.client.gui.GuiButton
- GuiButton(int, int, int, String) - Constructor for class net.minecraft.client.gui.GuiButton
- GuiButtonEntry(int, String, boolean, boolean) - Constructor for class net.minecraft.client.gui.GuiPageButtonList.GuiButtonEntry
- GuiButtonLanguage - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiButtonLanguage(int, int, int) - Constructor for class net.minecraft.client.gui.GuiButtonLanguage
- GuiChat - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiChat() - Constructor for class net.minecraft.client.gui.GuiChat
- GuiChat(String) - Constructor for class net.minecraft.client.gui.GuiChat
- GuiChest - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiChest(IInventory, IInventory) - Constructor for class net.minecraft.client.gui.inventory.GuiChest
- GuiCommandBlock - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiCommandBlock(CommandBlockLogic) - Constructor for class net.minecraft.client.gui.GuiCommandBlock
- GuiConfirmOpenLink - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiConfirmOpenLink(GuiYesNoCallback, String, int, boolean) - Constructor for class net.minecraft.client.gui.GuiConfirmOpenLink
- GuiConnecting - Class in net.minecraft.client.multiplayer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiConnecting(GuiScreen, Minecraft, String, int) - Constructor for class net.minecraft.client.multiplayer.GuiConnecting
- GuiConnecting(GuiScreen, Minecraft, String, int, boolean) - Constructor for class net.minecraft.client.multiplayer.GuiConnecting
- GuiConnecting(GuiScreen, Minecraft, String, int, String) - Constructor for class net.minecraft.client.multiplayer.GuiConnecting
- GuiConnecting(GuiScreen, Minecraft, String, int, String, boolean) - Constructor for class net.minecraft.client.multiplayer.GuiConnecting
- GuiConnecting(GuiScreen, Minecraft, ServerData) - Constructor for class net.minecraft.client.multiplayer.GuiConnecting
- GuiConnecting(GuiScreen, Minecraft, ServerData, boolean) - Constructor for class net.minecraft.client.multiplayer.GuiConnecting
- GuiConnecting(GuiScreen, Minecraft, ServerData, String) - Constructor for class net.minecraft.client.multiplayer.GuiConnecting
- GuiConnecting(GuiScreen, Minecraft, ServerData, String, boolean) - Constructor for class net.minecraft.client.multiplayer.GuiConnecting
- GuiConnecting(GuiConnecting, String) - Constructor for class net.minecraft.client.multiplayer.GuiConnecting
- GuiConnecting(GuiConnecting, String, boolean) - Constructor for class net.minecraft.client.multiplayer.GuiConnecting
- GuiContainer - Class in net.minecraft.client.gui.inventory
- GuiContainer(Container) - Constructor for class net.minecraft.client.gui.inventory.GuiContainer
- GuiContainerCreative - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiContainerCreative(EntityPlayer) - Constructor for class net.minecraft.client.gui.inventory.GuiContainerCreative
- GuiControls - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiControls(GuiScreen, GameSettings) - Constructor for class net.minecraft.client.gui.GuiControls
- GuiCrafting - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiCrafting(InventoryPlayer, World) - Constructor for class net.minecraft.client.gui.inventory.GuiCrafting
- GuiCrafting(InventoryPlayer, World, BlockPos) - Constructor for class net.minecraft.client.gui.inventory.GuiCrafting
- GuiCustomizeSkin - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiCustomizeSkin(GuiScreen) - Constructor for class net.minecraft.client.gui.GuiCustomizeSkin
- GuiDisconnected - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiDisconnected(GuiScreen, String, IChatComponent) - Constructor for class net.minecraft.client.gui.GuiDisconnected
- GuiDispenser - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiDispenser(InventoryPlayer, IInventory) - Constructor for class net.minecraft.client.gui.inventory.GuiDispenser
- GuiDownloadTerrain - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiDownloadTerrain(NetHandlerPlayClient) - Constructor for class net.minecraft.client.gui.GuiDownloadTerrain
- GuiEditSign - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiEditSign(TileEntitySign) - Constructor for class net.minecraft.client.gui.inventory.GuiEditSign
- GuiEnchantment - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiEnchantment(InventoryPlayer, World, IWorldNameable) - Constructor for class net.minecraft.client.gui.GuiEnchantment
- GuiEntry(Gui, Gui) - Constructor for class net.minecraft.client.gui.GuiPageButtonList.GuiEntry
- GuiErrorScreen - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiErrorScreen(String, String) - Constructor for class net.minecraft.client.gui.GuiErrorScreen
- GuiFurnace - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiFurnace(InventoryPlayer, IInventory) - Constructor for class net.minecraft.client.gui.inventory.GuiFurnace
- GuiGameOver - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiGameOver() - Constructor for class net.minecraft.client.gui.GuiGameOver
- GuiHandshakeApprove - Class in net.lax1dude.eaglercraft.v1_8.socket
-
Copyright (c) 2022-2023 LAX1DUDE.
- GuiHandshakeApprove(String, GuiScreen) - Constructor for class net.lax1dude.eaglercraft.v1_8.socket.GuiHandshakeApprove
- GuiHandshakeApprove(String, GuiScreen, GuiScreen) - Constructor for class net.lax1dude.eaglercraft.v1_8.socket.GuiHandshakeApprove
- GuiHopper - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiHopper(InventoryPlayer, IInventory) - Constructor for class net.minecraft.client.gui.GuiHopper
- GuiIngame - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiIngame(Minecraft) - Constructor for class net.minecraft.client.gui.GuiIngame
- GuiIngameMenu - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiIngameMenu() - Constructor for class net.minecraft.client.gui.GuiIngameMenu
- GuiInventory - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiInventory(EntityPlayer) - Constructor for class net.minecraft.client.gui.inventory.GuiInventory
- GuiKeyBindingList - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiKeyBindingList(GuiControls, Minecraft) - Constructor for class net.minecraft.client.gui.GuiKeyBindingList
- GuiKeyBindingList.CategoryEntry - Class in net.minecraft.client.gui
- GuiKeyBindingList.KeyEntry - Class in net.minecraft.client.gui
- GuiLabel - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiLabel(FontRenderer, int, int, int, int, int, int) - Constructor for class net.minecraft.client.gui.GuiLabel
- GuiLabelEntry(int, String, boolean) - Constructor for class net.minecraft.client.gui.GuiPageButtonList.GuiLabelEntry
- GuiLanguage - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiLanguage(GuiScreen, GameSettings, LanguageManager) - Constructor for class net.minecraft.client.gui.GuiLanguage
- guiLeft - Variable in class net.minecraft.client.gui.inventory.GuiContainer
- GuiListButton - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiListButton(GuiPageButtonList.GuiResponder, int, int, int, String, boolean) - Constructor for class net.minecraft.client.gui.GuiListButton
- GuiListEntry(int, String, boolean) - Constructor for class net.minecraft.client.gui.GuiPageButtonList.GuiListEntry
- GuiListExtended - Class in net.minecraft.client.gui
- GuiListExtended(Minecraft, int, int, int, int, int) - Constructor for class net.minecraft.client.gui.GuiListExtended
- GuiListExtended.IGuiListEntry - Interface in net.minecraft.client.gui
- GuiLockIconButton - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiLockIconButton(int, int, int) - Constructor for class net.minecraft.client.gui.GuiLockIconButton
- GuiMainMenu - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiMainMenu() - Constructor for class net.minecraft.client.gui.GuiMainMenu
- GuiMemoryErrorScreen - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiMemoryErrorScreen() - Constructor for class net.minecraft.client.gui.GuiMemoryErrorScreen
- GuiMerchant - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiMerchant(InventoryPlayer, IMerchant, World) - Constructor for class net.minecraft.client.gui.GuiMerchant
- GuiMultiplayer - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiMultiplayer(GuiScreen) - Constructor for class net.minecraft.client.gui.GuiMultiplayer
- GuiNewChat - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiNewChat(Minecraft) - Constructor for class net.minecraft.client.gui.GuiNewChat
- GuiOptionButton - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiOptionButton(int, int, int, int, int, String) - Constructor for class net.minecraft.client.gui.GuiOptionButton
- GuiOptionButton(int, int, int, String) - Constructor for class net.minecraft.client.gui.GuiOptionButton
- GuiOptionButton(int, int, int, GameSettings.Options, String) - Constructor for class net.minecraft.client.gui.GuiOptionButton
- GuiOptions - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiOptions(GuiScreen, GameSettings) - Constructor for class net.minecraft.client.gui.GuiOptions
- GuiOptionSlider - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiOptionSlider(int, int, int, GameSettings.Options) - Constructor for class net.minecraft.client.gui.GuiOptionSlider
- GuiOptionSlider(int, int, int, GameSettings.Options, float, float) - Constructor for class net.minecraft.client.gui.GuiOptionSlider
- GuiOptionsRowList - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiOptionsRowList(Minecraft, int, int, int, int, int, GameSettings.Options...) - Constructor for class net.minecraft.client.gui.GuiOptionsRowList
- GuiOptionsRowList.Row - Class in net.minecraft.client.gui
- GuiOverlayDebug - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiOverlayDebug(Minecraft) - Constructor for class net.minecraft.client.gui.GuiOverlayDebug
- GuiPageButtonList - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiPageButtonList(Minecraft, int, int, int, int, int, GuiPageButtonList.GuiResponder, GuiPageButtonList.GuiListEntry[]...) - Constructor for class net.minecraft.client.gui.GuiPageButtonList
- GuiPageButtonList.EditBoxEntry - Class in net.minecraft.client.gui
- GuiPageButtonList.GuiButtonEntry - Class in net.minecraft.client.gui
- GuiPageButtonList.GuiEntry - Class in net.minecraft.client.gui
- GuiPageButtonList.GuiLabelEntry - Class in net.minecraft.client.gui
- GuiPageButtonList.GuiListEntry - Class in net.minecraft.client.gui
- GuiPageButtonList.GuiResponder - Interface in net.minecraft.client.gui
- GuiPageButtonList.GuiSlideEntry - Class in net.minecraft.client.gui
- GuiPasswordTextField - Class in net.lax1dude.eaglercraft.v1_8.profile
-
Copyright (c) 2022-2023 LAX1DUDE.
- GuiPasswordTextField(int, FontRenderer, int, int, int, int) - Constructor for class net.lax1dude.eaglercraft.v1_8.profile.GuiPasswordTextField
- GuiPlayerTabOverlay - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiPlayerTabOverlay(Minecraft, GuiIngame) - Constructor for class net.minecraft.client.gui.GuiPlayerTabOverlay
- GuiRepair - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiRepair(InventoryPlayer, World) - Constructor for class net.minecraft.client.gui.GuiRepair
- GuiResourcePackAvailable - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiResourcePackAvailable(Minecraft, int, int, List<ResourcePackListEntry>) - Constructor for class net.minecraft.client.gui.GuiResourcePackAvailable
- GuiResourcePackList - Class in net.minecraft.client.gui
- GuiResourcePackList(Minecraft, int, int, List<ResourcePackListEntry>) - Constructor for class net.minecraft.client.gui.GuiResourcePackList
- GuiResourcePackSelected - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiResourcePackSelected(Minecraft, int, int, List<ResourcePackListEntry>) - Constructor for class net.minecraft.client.gui.GuiResourcePackSelected
- guiScale - Variable in class net.minecraft.client.settings.GameSettings
-
+ GUI scale
- GuiScreen - Class in net.minecraft.client.gui
- GuiScreen() - Constructor for class net.minecraft.client.gui.GuiScreen
- GuiScreenAddServer - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiScreenAddServer(GuiScreen, ServerData) - Constructor for class net.minecraft.client.gui.GuiScreenAddServer
- GuiScreenBook - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiScreenBook(EntityPlayer, ItemStack, boolean) - Constructor for class net.minecraft.client.gui.GuiScreenBook
- GuiScreenEditProfile - Class in net.lax1dude.eaglercraft.v1_8.profile
-
Copyright (c) 2022-2023 LAX1DUDE.
- GuiScreenEditProfile(GuiScreen) - Constructor for class net.lax1dude.eaglercraft.v1_8.profile.GuiScreenEditProfile
- GuiScreenHorseInventory - Class in net.minecraft.client.gui.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiScreenHorseInventory(IInventory, IInventory, EntityHorse) - Constructor for class net.minecraft.client.gui.inventory.GuiScreenHorseInventory
- GuiScreenOptionsSounds - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiScreenOptionsSounds(GuiScreen, GameSettings) - Constructor for class net.minecraft.client.gui.GuiScreenOptionsSounds
- GuiScreenResourcePacks - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiScreenResourcePacks(GuiScreen) - Constructor for class net.minecraft.client.gui.GuiScreenResourcePacks
- GuiScreenServerList - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiScreenServerList(GuiScreen, ServerData) - Constructor for class net.minecraft.client.gui.GuiScreenServerList
- GuiScreenWorking - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiScreenWorking() - Constructor for class net.minecraft.client.gui.GuiScreenWorking
- GuiSleepMP - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiSleepMP() - Constructor for class net.minecraft.client.gui.GuiSleepMP
- GuiSlideEntry(int, String, boolean, GuiSlider.FormatHelper, float, float, float) - Constructor for class net.minecraft.client.gui.GuiPageButtonList.GuiSlideEntry
- GuiSlider - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiSlider(GuiPageButtonList.GuiResponder, int, int, int, String, float, float, float, GuiSlider.FormatHelper) - Constructor for class net.minecraft.client.gui.GuiSlider
- GuiSlider.FormatHelper - Interface in net.minecraft.client.gui
- GuiSlot - Class in net.minecraft.client.gui
- GuiSlot(Minecraft, int, int, int, int, int) - Constructor for class net.minecraft.client.gui.GuiSlot
- GuiSpectator - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiSpectator(Minecraft) - Constructor for class net.minecraft.client.gui.GuiSpectator
- GuiStats - Class in net.minecraft.client.gui.achievement
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiStats(GuiScreen, StatFileWriter) - Constructor for class net.minecraft.client.gui.achievement.GuiStats
- GuiTextField - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiTextField(int, FontRenderer, int, int, int, int) - Constructor for class net.minecraft.client.gui.GuiTextField
- guiTop - Variable in class net.minecraft.client.gui.inventory.GuiContainer
- GuiUtilRenderComponents - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiUtilRenderComponents() - Constructor for class net.minecraft.client.gui.GuiUtilRenderComponents
- GuiVideoSettings - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiVideoSettings(GuiScreen, GameSettings) - Constructor for class net.minecraft.client.gui.GuiVideoSettings
- GuiWinGame - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiWinGame() - Constructor for class net.minecraft.client.gui.GuiWinGame
- GuiYesNo - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- GuiYesNo(GuiYesNoCallback, String, String, int) - Constructor for class net.minecraft.client.gui.GuiYesNo
- GuiYesNo(GuiYesNoCallback, String, String, String, String, int) - Constructor for class net.minecraft.client.gui.GuiYesNo
- GuiYesNoCallback - Interface in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- gunpowder - Static variable in class net.minecraft.init.Items
- gunpowderEffect - Static variable in class net.minecraft.potion.PotionHelper
- GwtCompatible - Annotation Type in com.google.common.annotations
-
The presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).
- GwtIncompatible - Annotation Type in com.google.common.annotations
-
The presence of this annotation on a method indicates that the method may not be used with the Google Web Toolkit (GWT), even though its type is annotated as
GwtCompatible
and accessible in GWT.
H
- HALF - Static variable in class net.minecraft.block.BlockDoor
- HALF - Static variable in class net.minecraft.block.BlockDoublePlant
- HALF - Static variable in class net.minecraft.block.BlockSlab
- HALF - Static variable in class net.minecraft.block.BlockStairs
- HALF - Static variable in class net.minecraft.block.BlockTrapDoor
- HALF_HORIZONTAL - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- HALF_HORIZONTAL_MIRROR - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- HALF_VERTICAL - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- HALF_VERTICAL_MIRROR - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- handleAnimation(C0APacketAnimation) - Method in interface net.minecraft.network.play.INetHandlerPlayServer
- handleAnimation(S0BPacketAnimation) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Renders a specified animation: Waking up a player, a living entity swinging its currently held item, being hurt or receiving a critical hit by normal or magical means
- handleAnimation(S0BPacketAnimation) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Renders a specified animation: Waking up a player, a living entity swinging its currently held item, being hurt or receiving a critical hit by normal or magical means
- handleBlockAction(S24PacketBlockAction) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Triggers Block.onBlockEventReceived, which is implemented in BlockPistonBase for extension/retraction, BlockNote for setting the instrument (including audiovisual feedback) and in BlockContainer to set the number of players accessing a (Ender)Chest
- handleBlockAction(S24PacketBlockAction) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Triggers Block.onBlockEventReceived, which is implemented in BlockPistonBase for extension/retraction, BlockNote for setting the instrument (including audiovisual feedback) and in BlockContainer to set the number of players accessing a (Ender)Chest
- handleBlockBreakAnim(S25PacketBlockBreakAnim) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates all registered IWorldAccess instances with destroyBlockInWorldPartially
- handleBlockBreakAnim(S25PacketBlockBreakAnim) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates all registered IWorldAccess instances with destroyBlockInWorldPartially
- handleBlockChange(S23PacketBlockChange) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates the block and metadata and generates a blockupdate (and notify the clients)
- handleBlockChange(S23PacketBlockChange) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates the block and metadata and generates a blockupdate (and notify the clients)
- handleCamera(S43PacketCamera) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleCamera(S43PacketCamera) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleChangeGameState(S2BPacketChangeGameState) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleChangeGameState(S2BPacketChangeGameState) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleChat(S02PacketChat) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Prints a chatmessage in the chat GUI
- handleChat(S02PacketChat) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Prints a chatmessage in the chat GUI
- handleChunkData(S21PacketChunkData) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates the specified chunk with the supplied data, marks it for re-rendering and lighting recalculation
- handleChunkData(S21PacketChunkData) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates the specified chunk with the supplied data, marks it for re-rendering and lighting recalculation
- handleCloseWindow(S2EPacketCloseWindow) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Resets the ItemStack held in hand and closes the window that is opened
- handleCloseWindow(S2EPacketCloseWindow) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Resets the ItemStack held in hand and closes the window that is opened
- handleCollectItem(S0DPacketCollectItem) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleCollectItem(S0DPacketCollectItem) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleCombatEvent(S42PacketCombatEvent) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleCombatEvent(S42PacketCombatEvent) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleComponentClick(IChatComponent) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Executes the click event specified by the given chat component
- handleComponentClick(IChatComponent) - Method in class net.minecraft.client.gui.GuiScreenBook
-
+ Executes the click event specified by the given chat component
- handleComponentHover(IChatComponent, int, int) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Draws the hover event specified by the given chat component
- handleConfirmTransaction(S32PacketConfirmTransaction) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Verifies that the server and client are synchronized with respect to the inventory/container opened by the player and confirms if it is the case.
- handleConfirmTransaction(S32PacketConfirmTransaction) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Verifies that the server and client are synchronized with respect to the inventory/container opened by the player and confirms if it is the case.
- handleCustomPayload(S3FPacketCustomPayload) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Handles packets that have room for a channel specification.
- handleCustomPayload(S3FPacketCustomPayload) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Handles packets that have room for a channel specification.
- handleDestroyEntities(S13PacketDestroyEntities) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Locally eliminates the entities.
- handleDestroyEntities(S13PacketDestroyEntities) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Locally eliminates the entities.
- handleDisconnect(S00PacketDisconnect) - Method in interface net.minecraft.network.login.INetHandlerLoginClient
- handleDisconnect(S40PacketDisconnect) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Closes the network channel
- handleDisconnect(S40PacketDisconnect) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Closes the network channel
- handleDisplayScoreboard(S3DPacketDisplayScoreboard) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Removes or sets the ScoreObjective to be displayed at a particular scoreboard position (list, sidebar, below name)
- handleDisplayScoreboard(S3DPacketDisplayScoreboard) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Removes or sets the ScoreObjective to be displayed at a particular scoreboard position (list, sidebar, below name)
- handleEffect(S28PacketEffect) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleEffect(S28PacketEffect) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleEnableCompression(S03PacketEnableCompression) - Method in interface net.minecraft.network.login.INetHandlerLoginClient
- handleEncryptionRequest(S01PacketEncryptionRequest) - Method in interface net.minecraft.network.login.INetHandlerLoginClient
- handleEntityAttach(S1BPacketEntityAttach) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleEntityAttach(S1BPacketEntityAttach) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleEntityEffect(S1DPacketEntityEffect) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleEntityEffect(S1DPacketEntityEffect) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleEntityEquipment(S04PacketEntityEquipment) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleEntityEquipment(S04PacketEntityEquipment) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleEntityHeadLook(S19PacketEntityHeadLook) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates the direction in which the specified entity is looking, normally this head rotation is independent of the rotation of the entity itself
- handleEntityHeadLook(S19PacketEntityHeadLook) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates the direction in which the specified entity is looking, normally this head rotation is independent of the rotation of the entity itself
- handleEntityMetadata(S1CPacketEntityMetadata) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Invoked when the server registers new proximate objects in your watchlist or when objects in your watchlist have changed -> Registers any changes locally
- handleEntityMetadata(S1CPacketEntityMetadata) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Invoked when the server registers new proximate objects in your watchlist or when objects in your watchlist have changed -> Registers any changes locally
- handleEntityMovement(S14PacketEntity) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates the specified entity's position by the specified relative moment and absolute rotation.
- handleEntityMovement(S14PacketEntity) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates the specified entity's position by the specified relative moment and absolute rotation.
- handleEntityNBT(S49PacketUpdateEntityNBT) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleEntityNBT(S49PacketUpdateEntityNBT) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleEntityProperties(S20PacketEntityProperties) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates en entity's attributes and their respective modifiers, which are used for speed bonusses (player sprinting, animals fleeing, baby speed), weapon/tool attackDamage, hostiles followRange randomization, zombie maxHealth and knockback resistance as well as reinforcement spawning chance.
- handleEntityProperties(S20PacketEntityProperties) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates en entity's attributes and their respective modifiers, which are used for speed bonusses (player sprinting, animals fleeing, baby speed), weapon/tool attackDamage, hostiles followRange randomization, zombie maxHealth and knockback resistance as well as reinforcement spawning chance.
- handleEntityStatus(S19PacketEntityStatus) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Invokes the entities' handleUpdateHealth method which is implemented in LivingBase (hurt/death), MinecartMobSpawner (spawn delay), FireworkRocket & MinecartTNT (explosion), IronGolem (throwing,...), Witch (spawn particles), Zombie (villager transformation), Animal (breeding mode particles), Horse (breeding/smoke particles), Sheep (...), Tameable (...), Villager (particles for breeding mode, angry and happy), Wolf (...)
- handleEntityStatus(S19PacketEntityStatus) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Invokes the entities' handleUpdateHealth method which is implemented in LivingBase (hurt/death), MinecartMobSpawner (spawn delay), FireworkRocket & MinecartTNT (explosion), IronGolem (throwing,...), Witch (spawn particles), Zombie (villager transformation), Animal (breeding mode particles), Horse (breeding/smoke particles), Sheep (...), Tameable (...), Villager (particles for breeding mode, angry and happy), Wolf (...)
- handleEntityTeleport(S18PacketEntityTeleport) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates an entity's position and rotation as specified by the packet
- handleEntityTeleport(S18PacketEntityTeleport) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates an entity's position and rotation as specified by the packet
- handleEntityVelocity(S12PacketEntityVelocity) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Sets the velocity of the specified entity to the specified value
- handleEntityVelocity(S12PacketEntityVelocity) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Sets the velocity of the specified entity to the specified value
- handleEvent() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.indexeddb.EventHandler
- handleEvent(MediaEvent) - Method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioHandle
- handleExplosion(S27PacketExplosion) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Initiates a new explosion (sound, particles, drop spawn) for the affected blocks indicated by the packet.
- handleExplosion(S27PacketExplosion) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Initiates a new explosion (sound, particles, drop spawn) for the affected blocks indicated by the packet.
- handleHeldItemChange(S09PacketHeldItemChange) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates which hotbar slot of the player is currently selected
- handleHeldItemChange(S09PacketHeldItemChange) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates which hotbar slot of the player is currently selected
- handleHookCasting(double, double, double, float, float) - Method in class net.minecraft.entity.projectile.EntityFishHook
- handleHookRetraction() - Method in class net.minecraft.entity.projectile.EntityFishHook
- handleInput() - Method in class net.minecraft.client.gui.GuiScreen
-
+ Delegates mouse and keyboard input.
- handleJoinGame(S01PacketJoinGame) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Registers some server properties (gametype,hardcore-mode,terraintype,difficulty,player limit), creates a new WorldClient and sets the player initial dimension
- handleJoinGame(S01PacketJoinGame) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Registers some server properties (gametype,hardcore-mode,terraintype,difficulty,player limit), creates a new WorldClient and sets the player initial dimension
- handleJumpLava() - Method in class net.minecraft.entity.EntityLivingBase
- handleJumpLava() - Method in class net.minecraft.entity.monster.EntityMagmaCube
- handleKeepAlive(S00PacketKeepAlive) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleKeepAlive(S00PacketKeepAlive) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleKeyboardInput() - Method in class net.minecraft.client.gui.GuiScreen
-
+ Handles keyboard input.
- handleLoginSuccess(S02PacketLoginSuccess) - Method in interface net.minecraft.network.login.INetHandlerLoginClient
- handleMapChunkBulk(S26PacketMapChunkBulk) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleMapChunkBulk(S26PacketMapChunkBulk) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleMaps(S34PacketMaps) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates the worlds MapStorage with the specified MapData for the specified map-identifier and invokes a MapItemRenderer for it
- handleMaps(S34PacketMaps) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates the worlds MapStorage with the specified MapData for the specified map-identifier and invokes a MapItemRenderer for it
- handleMaterialAcceleration(AxisAlignedBB, Material, Entity) - Method in class net.minecraft.world.World
-
+ handles the acceleration of an object whilst in water.
- handleMouseClick(Slot, int, int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ Called when the mouse is clicked over a slot or outside the gui.
- handleMouseClick(Slot, int, int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
-
+ Called when the mouse is clicked over a slot or outside the gui.
- handleMouseInput() - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiScreenEditProfile
- handleMouseInput() - Method in class net.minecraft.client.gui.achievement.GuiStats
-
+ Handles mouse input.
- handleMouseInput() - Method in class net.minecraft.client.gui.GuiChat
-
+ Handles mouse input.
- handleMouseInput() - Method in class net.minecraft.client.gui.GuiControls
-
+ Handles mouse input.
- handleMouseInput() - Method in class net.minecraft.client.gui.GuiLanguage
-
+ Handles mouse input.
- handleMouseInput() - Method in class net.minecraft.client.gui.GuiMultiplayer
-
+ Handles mouse input.
- handleMouseInput() - Method in class net.minecraft.client.gui.GuiScreen
-
+ Handles mouse input.
- handleMouseInput() - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
-
+ Handles mouse input.
- handleMouseInput() - Method in class net.minecraft.client.gui.GuiSlot
- handleMouseInput() - Method in class net.minecraft.client.gui.GuiVideoSettings
-
+ Handles mouse input.
- handleMouseInput() - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
-
+ Handles mouse input.
- handleMultiBlockChange(S22PacketMultiBlockChange) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Received from the servers PlayerManager if between 1 and 64 blocks in a chunk are changed.
- handleMultiBlockChange(S22PacketMultiBlockChange) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Received from the servers PlayerManager if between 1 and 64 blocks in a chunk are changed.
- handleOpenWindow(S2DPacketOpenWindow) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Displays a GUI by ID.
- handleOpenWindow(S2DPacketOpenWindow) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Displays a GUI by ID.
- handleParticles(S2APacketParticles) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Spawns a specified number of particles at the specified location with a randomized displacement according to specified bounds
- handleParticles(S2APacketParticles) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Spawns a specified number of particles at the specified location with a randomized displacement according to specified bounds
- handlePlayerAbilities(S39PacketPlayerAbilities) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handlePlayerAbilities(S39PacketPlayerAbilities) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handlePlayerListHeaderFooter(S47PacketPlayerListHeaderFooter) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handlePlayerListHeaderFooter(S47PacketPlayerListHeaderFooter) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handlePlayerListItem(S38PacketPlayerListItem) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handlePlayerListItem(S38PacketPlayerListItem) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handlePlayerPosLook(S08PacketPlayerPosLook) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Handles changes in player positioning and rotation such as when travelling to a new dimension, (re)spawning, mounting horses etc.
- handlePlayerPosLook(S08PacketPlayerPosLook) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Handles changes in player positioning and rotation such as when travelling to a new dimension, (re)spawning, mounting horses etc.
- handlePong(S01PacketPong) - Method in interface net.minecraft.network.status.INetHandlerStatusClient
- handleRemoveEntityEffect(S1EPacketRemoveEntityEffect) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleRemoveEntityEffect(S1EPacketRemoveEntityEffect) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleResourcePack(S48PacketResourcePackSend) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleResourcePack(S48PacketResourcePackSend) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleResourcePackStatus(C19PacketResourcePackStatus) - Method in interface net.minecraft.network.play.INetHandlerPlayServer
- handleRespawn(S07PacketRespawn) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleRespawn(S07PacketRespawn) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleRotationFloat(EntityChicken, float) - Method in class net.minecraft.client.renderer.entity.RenderChicken
-
+ Defines what float the third param in setRotationAngles of ModelBase is
- handleRotationFloat(EntitySquid, float) - Method in class net.minecraft.client.renderer.entity.RenderSquid
-
+ Defines what float the third param in setRotationAngles of ModelBase is
- handleRotationFloat(EntityWolf, float) - Method in class net.minecraft.client.renderer.entity.RenderWolf
-
+ Defines what float the third param in setRotationAngles of ModelBase is
- handleRotationFloat(T, float) - Method in class net.minecraft.client.renderer.entity.RendererLivingEntity
-
+ Defines what float the third param in setRotationAngles of ModelBase is
- handleScoreboardObjective(S3BPacketScoreboardObjective) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ May create a scoreboard objective, remove an objective from the scoreboard or update an objectives' displayname
- handleScoreboardObjective(S3BPacketScoreboardObjective) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ May create a scoreboard objective, remove an objective from the scoreboard or update an objectives' displayname
- handleServerDifficulty(S41PacketServerDifficulty) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleServerDifficulty(S41PacketServerDifficulty) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleServerInfo(S00PacketServerInfo) - Method in interface net.minecraft.network.status.INetHandlerStatusClient
- handleSetCompressionLevel(S46PacketSetCompressionLevel) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleSetCompressionLevel(S46PacketSetCompressionLevel) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleSetExperience(S1FPacketSetExperience) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleSetExperience(S1FPacketSetExperience) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleSetSlot(S2FPacketSetSlot) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Handles pickin up an ItemStack or dropping one in your inventory or an open (non-creative) container
- handleSetSlot(S2FPacketSetSlot) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Handles pickin up an ItemStack or dropping one in your inventory or an open (non-creative) container
- handleSignEditorOpen(S36PacketSignEditorOpen) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Creates a sign in the specified location if it didn't exist and opens the GUI to edit its text
- handleSignEditorOpen(S36PacketSignEditorOpen) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Creates a sign in the specified location if it didn't exist and opens the GUI to edit its text
- handleSoundEffect(S29PacketSoundEffect) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleSoundEffect(S29PacketSoundEffect) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleSpawnExperienceOrb(S11PacketSpawnExperienceOrb) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Spawns an experience orb and sets its value (amount of XP)
- handleSpawnExperienceOrb(S11PacketSpawnExperienceOrb) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Spawns an experience orb and sets its value (amount of XP)
- handleSpawnGlobalEntity(S2CPacketSpawnGlobalEntity) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Handles globally visible entities.
- handleSpawnGlobalEntity(S2CPacketSpawnGlobalEntity) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Handles globally visible entities.
- handleSpawnMob(S0FPacketSpawnMob) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Spawns the mob entity at the specified location, with the specified rotation, momentum and type.
- handleSpawnMob(S0FPacketSpawnMob) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Spawns the mob entity at the specified location, with the specified rotation, momentum and type.
- handleSpawnObject(S0EPacketSpawnObject) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Spawns an instance of the objecttype indicated by the packet and sets its position and momentum
- handleSpawnObject(S0EPacketSpawnObject) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Spawns an instance of the objecttype indicated by the packet and sets its position and momentum
- handleSpawnPainting(S10PacketSpawnPainting) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Handles the spawning of a painting object
- handleSpawnPainting(S10PacketSpawnPainting) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Handles the spawning of a painting object
- handleSpawnPlayer(S0CPacketSpawnPlayer) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Handles the creation of a nearby player entity, sets the position and held item
- handleSpawnPlayer(S0CPacketSpawnPlayer) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Handles the creation of a nearby player entity, sets the position and held item
- handleSpawnPosition(S05PacketSpawnPosition) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleSpawnPosition(S05PacketSpawnPosition) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleSpectate(C18PacketSpectate) - Method in interface net.minecraft.network.play.INetHandlerPlayServer
- handleStatistics(S37PacketStatistics) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates the players statistics or achievements
- handleStatistics(S37PacketStatistics) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates the players statistics or achievements
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.ai.EntityMinecartMobSpawner
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.Entity
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.EntityLiving
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.EntityLivingBase
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.item.EntityFireworkRocket
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.item.EntityMinecartTNT
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.monster.EntityIronGolem
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.monster.EntityWitch
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.monster.EntityZombie
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.passive.EntityAnimal
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.passive.EntityHorse
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.passive.EntityRabbit
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.passive.EntitySheep
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.passive.EntitySquid
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.passive.EntityTameable
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.passive.EntityVillager
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.passive.EntityWolf
- handleStatusUpdate(byte) - Method in class net.minecraft.entity.player.EntityPlayer
- handleTabComplete(S3APacketTabComplete) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Displays the available command-completion options the server knows of
- handleTabComplete(S3APacketTabComplete) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Displays the available command-completion options the server knows of
- handleTeams(S3EPacketTeams) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates a team managed by the scoreboard: Create/Remove the team registration, Register/Remove the player-team-memberships, Set team displayname/prefix/suffix and/or whether friendly fire is enabled
- handleTeams(S3EPacketTeams) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates a team managed by the scoreboard: Create/Remove the team registration, Register/Remove the player-team-memberships, Set team displayname/prefix/suffix and/or whether friendly fire is enabled
- handleTimeUpdate(S03PacketTimeUpdate) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleTimeUpdate(S03PacketTimeUpdate) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleTitle(S45PacketTitle) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleTitle(S45PacketTitle) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleUpdateHealth(S06PacketUpdateHealth) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleUpdateHealth(S06PacketUpdateHealth) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- handleUpdateScore(S3CPacketUpdateScore) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Either updates the score with a specified value or removes the score for an objective
- handleUpdateScore(S3CPacketUpdateScore) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Either updates the score with a specified value or removes the score for an objective
- handleUpdateSign(S33PacketUpdateSign) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates a specified sign with the specified text lines
- handleUpdateSign(S33PacketUpdateSign) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates a specified sign with the specified text lines
- handleUpdateTileEntity(S35PacketUpdateTileEntity) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Updates the NBTTagCompound metadata of instances of the following entitytypes: Mob spawners, command blocks, beacons, skulls, flowerpot
- handleUpdateTileEntity(S35PacketUpdateTileEntity) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Updates the NBTTagCompound metadata of instances of the following entitytypes: Mob spawners, command blocks, beacons, skulls, flowerpot
- handleUseBed(S0APacketUseBed) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Retrieves the player identified by the packet, puts him to sleep if possible (and flags whether all players are asleep)
- handleUseBed(S0APacketUseBed) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Retrieves the player identified by the packet, puts him to sleep if possible (and flags whether all players are asleep)
- handleWaterMovement() - Method in class net.minecraft.entity.Entity
-
+ Returns if this entity is in water and will end up adding the waters velocity to the entity
- handleWaterMovement() - Method in class net.minecraft.entity.item.EntityItem
-
+ Returns if this entity is in water and will end up adding the waters velocity to the entity
- handleWaterMovement() - Method in class net.minecraft.entity.item.EntityXPOrb
-
+ Returns if this entity is in water and will end up adding the waters velocity to the entity
- handleWindowItems(S30PacketWindowItems) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Handles the placement of a specified ItemStack in a specified container/inventory slot
- handleWindowItems(S30PacketWindowItems) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Handles the placement of a specified ItemStack in a specified container/inventory slot
- handleWindowProperty(S31PacketWindowProperty) - Method in class net.minecraft.client.network.NetHandlerPlayClient
-
+ Sets the progressbar of the opened window to the specified value
- handleWindowProperty(S31PacketWindowProperty) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
-
+ Sets the progressbar of the opened window to the specified value
- handleWorldBorder(S44PacketWorldBorder) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- handleWorldBorder(S44PacketWorldBorder) - Method in interface net.minecraft.network.play.INetHandlerPlayClient
- HandshakePacketTypes - Class in net.lax1dude.eaglercraft.v1_8.socket
-
Copyright (c) 2022-2023 LAX1DUDE.
- HandshakePacketTypes() - Constructor for class net.lax1dude.eaglercraft.v1_8.socket.HandshakePacketTypes
- HANDSHAKING - net.minecraft.network.EnumConnectionState
- hangingPosition - Variable in class net.minecraft.entity.EntityHanging
- HappyVillagerFactory() - Constructor for class net.minecraft.client.particle.EntityAuraFX.HappyVillagerFactory
- HARD - net.minecraft.world.EnumDifficulty
- hardcoreMode - Variable in class net.minecraft.network.play.server.S01PacketJoinGame
- hardened_clay - Static variable in class net.minecraft.init.Blocks
- harm - Static variable in class net.minecraft.potion.Potion
- harvestBlock(World, EntityPlayer, BlockPos, IBlockState, TileEntity) - Method in class net.minecraft.block.Block
- harvestBlock(World, EntityPlayer, BlockPos, IBlockState, TileEntity) - Method in class net.minecraft.block.BlockBanner
- harvestBlock(World, EntityPlayer, BlockPos, IBlockState, TileEntity) - Method in class net.minecraft.block.BlockIce
- harvestBlock(World, EntityPlayer, BlockPos, IBlockState, TileEntity) - Method in class net.minecraft.block.BlockSnow
- has(String) - Method in class net.zxmushroom63.plugins.BaseData
- has(String) - Method in class org.json.JSONObject
-
Determine if the JSONObject contains a specific key.
- HAS_BOTTLE - Static variable in class net.minecraft.block.BlockBrewingStand
- HAS_RECORD - Static variable in class net.minecraft.block.BlockJukebox
- hasAchievementUnlocked(Achievement) - Method in class net.minecraft.stats.StatFileWriter
-
+ Returns true if the achievement has been unlocked.
- hasAnimationMetadata() - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- hasArguments() - Method in enum net.minecraft.util.EnumParticleTypes
- hasArguments(String) - Static method in class net.minecraft.command.PlayerSelector
-
+ Returns whether the given token has any arguments set.
- hasArray() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- hasArray() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- hasArray() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- hasArray() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- hasArray() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- hasArray() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns
true
if and only if this buffer has a backing byte array. - hasArray() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- hasArray() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- hasArray() - Method in class net.minecraft.network.PacketBuffer
- hasBeenAccessed - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- hasBeenActive() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- hasBeenDeleted - Variable in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- hasCloudFog(double, double, double, float) - Method in class net.minecraft.client.renderer.RenderGlobal
-
+ Checks if the given position is to be rendered with cloud fog
- hasColor(ItemStack) - Method in class net.minecraft.item.ItemArmor
-
+ Return whether the specified armor ItemStack has a color.
- hasColorModifier - Static variable in class net.minecraft.entity.boss.BossStatus
- hasComparatorInputOverride() - Method in class net.minecraft.block.Block
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockBrewingStand
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockCake
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockCauldron
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockChest
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockCommandBlock
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockDispenser
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockEndPortalFrame
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockFurnace
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockHopper
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockJukebox
- hasComparatorInputOverride() - Method in class net.minecraft.block.BlockRailDetector
- hasContainerItem() - Method in class net.minecraft.item.Item
-
+ True if this Item has a container item (a.k.a.
- hasCraftingStack() - Method in enum net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- hasCustomName() - Method in class net.minecraft.block.BlockAnvil.Anvil
- hasCustomName() - Method in class net.minecraft.block.BlockWorkbench.InterfaceCraftingTable
- hasCustomName() - Method in class net.minecraft.client.player.inventory.LocalBlockIntercommunication
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.entity.Entity
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.inventory.InventoryBasic
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.inventory.InventoryCrafting
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.inventory.InventoryCraftResult
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.inventory.InventoryMerchant
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.tileentity.TileEntityBeacon
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.tileentity.TileEntityBrewingStand
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.tileentity.TileEntityChest
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.tileentity.TileEntityDispenser
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.tileentity.TileEntityEnchantmentTable
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Returns true if this thing is named
- hasCustomName() - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Returns true if this thing is named
- hasCustomName() - Method in interface net.minecraft.world.IWorldNameable
-
+ Returns true if this thing is named
- hasDisplayName() - Method in class net.minecraft.item.ItemStack
-
+ Returns true if the itemstack has a display name
- hasDisplayTile() - Method in class net.minecraft.entity.item.EntityMinecart
- hasEffect() - Method in class net.minecraft.item.ItemStack
- hasEffect(ItemStack) - Method in class net.minecraft.item.Item
- hasEffect(ItemStack) - Method in class net.minecraft.item.ItemAppleGold
- hasEffect(ItemStack) - Method in class net.minecraft.item.ItemEditableBook
- hasEffect(ItemStack) - Method in class net.minecraft.item.ItemEnchantedBook
- hasEffect(ItemStack) - Method in class net.minecraft.item.ItemExpBottle
- hasEffect(ItemStack) - Method in class net.minecraft.item.ItemPotion
- hasEffect(ItemStack) - Method in class net.minecraft.item.ItemSimpleFoiled
- hasExtendedLevels - Variable in class net.minecraft.world.ChunkCache
- hash - Variable in class net.minecraft.network.play.server.S48PacketResourcePackSend
- hash() - Method in interface com.google.common.hash.Hasher
-
Computes a hash code based on the data that have been provided to this hasher.
- hash() - Method in class com.google.common.hash.HashingInputStream
-
Returns the
HashCode
based on the data read from this stream. - hash() - Method in class com.google.common.hash.HashingOutputStream
-
Returns the
HashCode
based on the data written to this stream. - hash(HashFunction) - Method in class com.google.common.io.ByteSource
-
Hashes the contents of this byte source using the given hash function.
- hash(InputSupplier<? extends InputStream>, HashFunction) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Use
ByteSource.hash(HashFunction)
instead. This method is scheduled for removal in Guava 18.0. - hash(T) - Method in class com.google.common.base.Equivalence
-
Returns a hash code for
t
. - HashBasedTable<R,C,V> - Class in com.google.common.collect
-
Implementation of
Table
using hash tables. - HashBiMap<K,V> - Class in com.google.common.collect
-
A
BiMap
backed by two hash tables. - hashBytes(byte[]) - Method in interface com.google.common.hash.HashFunction
-
Shortcut for
newHasher().putBytes(input).hash()
. - hashBytes(byte[], int, int) - Method in interface com.google.common.hash.HashFunction
-
Shortcut for
newHasher().putBytes(input, off, len).hash()
. - hashCode() - Method in class com.google.common.base.Equivalence.Wrapper
-
Returns the result of
Equivalence.hash(Object)
applied to the wrapped reference. - hashCode() - Method in class com.google.common.base.Optional
-
Returns a hash code for this instance.
- hashCode() - Method in class com.google.common.collect.ForwardingList
- hashCode() - Method in class com.google.common.collect.ForwardingMap
- hashCode() - Method in class com.google.common.collect.ForwardingMapEntry
- hashCode() - Method in class com.google.common.collect.ForwardingMultimap
- hashCode() - Method in class com.google.common.collect.ForwardingMultiset
- hashCode() - Method in class com.google.common.collect.ForwardingSet
- hashCode() - Method in class com.google.common.collect.ForwardingTable
- hashCode() - Method in class com.google.common.collect.ImmutableList
- hashCode() - Method in class com.google.common.collect.ImmutableMap
- hashCode() - Method in class com.google.common.collect.ImmutableMultiset
- hashCode() - Method in class com.google.common.collect.ImmutableRangeMap
- hashCode() - Method in class com.google.common.collect.ImmutableSet
- hashCode() - Method in interface com.google.common.collect.MapDifference
-
Returns the hash code for this instance.
- hashCode() - Method in interface com.google.common.collect.MapDifference.ValueDifference
-
The hash code equals the value
Arrays.asList(leftValue(), rightValue()).hashCode()
. - hashCode() - Method in interface com.google.common.collect.Multimap
-
Returns the hash code for this multimap.
- hashCode() - Method in interface com.google.common.collect.Multiset.Entry
- hashCode() - Method in interface com.google.common.collect.Multiset
-
Returns the hash code for this multiset.
- hashCode() - Method in class com.google.common.collect.Range
-
Returns a hash code for this range.
- hashCode() - Method in interface com.google.common.collect.RangeMap
-
Returns
asMapOfRanges().hashCode()
. - hashCode() - Method in interface com.google.common.collect.RangeSet
-
Returns
asRanges().hashCode()
. - hashCode() - Method in interface com.google.common.collect.Table.Cell
-
Returns the hash code of this cell.
- hashCode() - Method in interface com.google.common.collect.Table
-
Returns the hash code for this table.
- hashCode() - Method in class com.google.common.collect.TreeRangeMap
- hashCode() - Method in class com.google.common.hash.BloomFilter
- hashCode() - Method in class com.google.common.hash.HashCode
-
Returns a "Java hash code" for this
HashCode
instance; this is well-defined (so, for example, you can safely putHashCode
instances into aHashSet
) but is otherwise probably not what you want to use. - hashCode() - Method in class com.google.common.primitives.UnsignedInteger
- hashCode() - Method in class com.google.common.primitives.UnsignedLong
- hashCode() - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- hashCode() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- hashCode() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.VFSFile
- hashCode() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- hashCode() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
- hashCode() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- hashCode() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns a hash code which was calculated from the content of this buffer.
- hashCode() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- hashCode() - Method in class net.minecraft.block.properties.PropertyHelper
- hashCode() - Method in class net.minecraft.block.properties.PropertyInteger
- hashCode() - Method in class net.minecraft.client.renderer.block.model.ItemTransformVec3f
- hashCode() - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition
- hashCode() - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variant
- hashCode() - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variants
- hashCode() - Method in class net.minecraft.client.resources.Language
- hashCode() - Method in class net.minecraft.client.resources.model.ModelResourceLocation
- hashCode() - Method in class net.minecraft.client.resources.ResourcePackRepository.Entry
- hashCode() - Method in class net.minecraft.client.resources.SimpleResource
- hashCode() - Method in class net.minecraft.client.util.JsonBlendingMode
- hashCode() - Method in class net.minecraft.entity.ai.attributes.AttributeModifier
- hashCode() - Method in class net.minecraft.entity.ai.attributes.BaseAttribute
- hashCode() - Method in class net.minecraft.entity.Entity
- hashCode() - Method in class net.minecraft.event.ClickEvent
- hashCode() - Method in class net.minecraft.event.HoverEvent
- hashCode() - Method in class net.minecraft.nbt.NBTBase
- hashCode() - Method in class net.minecraft.nbt.NBTTagByte
- hashCode() - Method in class net.minecraft.nbt.NBTTagByteArray
- hashCode() - Method in class net.minecraft.nbt.NBTTagCompound
- hashCode() - Method in class net.minecraft.nbt.NBTTagDouble
- hashCode() - Method in class net.minecraft.nbt.NBTTagFloat
- hashCode() - Method in class net.minecraft.nbt.NBTTagInt
- hashCode() - Method in class net.minecraft.nbt.NBTTagIntArray
- hashCode() - Method in class net.minecraft.nbt.NBTTagList
- hashCode() - Method in class net.minecraft.nbt.NBTTagLong
- hashCode() - Method in class net.minecraft.nbt.NBTTagShort
- hashCode() - Method in class net.minecraft.nbt.NBTTagString
- hashCode() - Method in class net.minecraft.network.PacketBuffer
- hashCode() - Method in class net.minecraft.potion.PotionEffect
- hashCode() - Method in class net.minecraft.stats.StatBase
- hashCode() - Method in class net.minecraft.util.ChatComponentStyle
- hashCode() - Method in class net.minecraft.util.ChatComponentTranslation
- hashCode() - Method in class net.minecraft.util.ChatStyle
- hashCode() - Method in class net.minecraft.util.ResourceLocation
- hashCode() - Method in class net.minecraft.util.Vec3i
- hashCode() - Method in class net.minecraft.util.Vec4b
- hashCode() - Method in class net.minecraft.world.ChunkCoordIntPair
- hashCode() - Method in class net.minecraft.world.NextTickListEntry
- hashCode() - Method in class org.apache.commons.lang3.CharSet
-
Gets a hash code compatible with the equals method.
- hashCode() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets a hashCode for the fraction.
- hashCode() - Method in class org.apache.commons.lang3.mutable.MutableBoolean
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang3.mutable.MutableObject
-
Returns the value's hash code or
0
if the value isnull
. - hashCode() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang3.Range
-
Gets a suitable hash code for the range.
- hashCode() - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.
- hashCode() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Gets a suitable hash code for this builder.
- hashCode() - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Returns a hash code compatible with equals.
- hashCode() - Method in class org.apache.commons.lang3.time.FastDateParser
-
Returns a hash code compatible with equals.
- hashCode() - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
Returns a hash code compatible with equals.
- hashCode(boolean) - Static method in class com.google.common.primitives.Booleans
-
Returns a hash code for
value
; equal to the result of invoking((Boolean) value).hashCode()
. - hashCode(byte) - Static method in class com.google.common.primitives.Bytes
-
Returns a hash code for
value
; equal to the result of invoking((Byte) value).hashCode()
. - hashCode(char) - Static method in class com.google.common.primitives.Chars
-
Returns a hash code for
value
; equal to the result of invoking((Character) value).hashCode()
. - hashCode(double) - Static method in class com.google.common.primitives.Doubles
-
Returns a hash code for
value
; equal to the result of invoking((Double) value).hashCode()
. - hashCode(float) - Static method in class com.google.common.primitives.Floats
-
Returns a hash code for
value
; equal to the result of invoking((Float) value).hashCode()
. - hashCode(int) - Static method in class com.google.common.primitives.Ints
-
Returns a hash code for
value
; equal to the result of invoking((Integer) value).hashCode()
. - hashCode(long) - Static method in class com.google.common.primitives.Longs
-
Returns a hash code for
value
; equal to the result of invoking((Long) value).hashCode()
. - hashCode(short) - Static method in class com.google.common.primitives.Shorts
-
Returns a hash code for
value
; equal to the result of invoking((Short) value).hashCode()
. - hashCode(Annotation) - Static method in class org.apache.commons.lang3.AnnotationUtils
-
Generate a hash code for the given annotation using the algorithm presented in the
Annotation.hashCode()
API docs. - hashCode(Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Deprecated.this method has been replaced by
java.util.Objects.hashCode(Object)
in Java 7 and will be removed in future releases - hashCode(Object...) - Static method in class com.google.common.base.Objects
-
Generates a hash code for multiple values.
- hashCode(ByteBuf) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufUtil
-
Calculates the hash code of the specified buffer.
- HashCode - Class in com.google.common.hash
-
An immutable hash code of arbitrary bit length.
- hashCodeMulti(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Deprecated.this method has been replaced by
java.util.Objects.hash(Object...)
in Java 7 and will be removed in future releases. - Hasher - Interface in com.google.common.hash
-
A
PrimitiveSink
that can compute a hash code after reading the input. - HashFunction - Interface in com.google.common.hash
-
A hash function is a collision-averse pure function that maps an arbitrary block of data to a number called a hash code.
- Hashing - Class in com.google.common.hash
-
Static methods to obtain
HashFunction
instances, and other static hashing-related utilities. - HashingInputStream - Class in com.google.common.hash
-
An
InputStream
that maintains a hash of the data read from it. - HashingInputStream(HashFunction, InputStream) - Constructor for class com.google.common.hash.HashingInputStream
-
Creates an input stream that hashes using the given
HashFunction
and delegates all data read from it to the underlyingInputStream
. - HashingOutputStream - Class in com.google.common.hash
-
An
OutputStream
that maintains a hash of the data written to it. - HashingOutputStream(HashFunction, OutputStream) - Constructor for class com.google.common.hash.HashingOutputStream
-
Creates an output stream that hashes using the given
HashFunction
, and forwards all data written to it to the underlyingOutputStream
. - hashInt(int) - Method in interface com.google.common.hash.HashFunction
-
Shortcut for
newHasher().putInt(input).hash()
; returns the hash code for the givenint
value, interpreted in little-endian byte order. - hashKeys() - Static method in class com.google.common.collect.MultimapBuilder
-
Uses a
HashMap
to map keys to value collections. - hashKeys(int) - Static method in class com.google.common.collect.MultimapBuilder
-
Uses a
HashMap
to map keys to value collections, initialized to expect the specified number of keys. - hashLong(long) - Method in interface com.google.common.hash.HashFunction
-
Shortcut for
newHasher().putLong(input).hash()
; returns the hash code for the givenlong
value, interpreted in little-endian byte order. - HashMultimap<K,V> - Class in com.google.common.collect
-
Implementation of
Multimap
using hash tables. - HashMultiset<E> - Class in com.google.common.collect
-
Multiset implementation backed by a
HashMap
. - hashObject(T, Funnel<? super T>) - Method in interface com.google.common.hash.HashFunction
-
Shortcut for
newHasher().putObject(instance, funnel).hash()
. - hasHome() - Method in class net.minecraft.entity.EntityCreature
-
+ Returns whether a home area is defined for this entity.
- hashSetValues() - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
-
Uses a
HashSet
to store value collections. - hashSetValues(int) - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
-
Uses a
HashSet
to store value collections, initialized to expect the specified number of values per key. - hashString(CharSequence, Charset) - Method in interface com.google.common.hash.HashFunction
-
Shortcut for
newHasher().putString(input, charset).hash()
. - hashUnencodedChars(CharSequence) - Method in interface com.google.common.hash.HashFunction
-
Shortcut for
newHasher().putUnencodedChars(input).hash()
. - hasIgnited() - Method in class net.minecraft.entity.monster.EntityCreeper
- hasItem(Item) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Checks if a specified Item is inside the inventory
- hasItemStack(ItemStack) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Returns true if the specified ItemStack exists in the inventory.
- hasKey(String) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Returns whether the given string has been previously stored as a key in the map.
- hasKey(String, int) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Returns whether the given string has been previously stored as a key in the map.
- hasListHeader - Variable in class net.minecraft.client.gui.GuiSlot
- hasLocationSkin() - Method in class net.minecraft.client.network.NetworkPlayerInfo
- hasLowerBound() - Method in class com.google.common.collect.Range
-
Returns
true
if this range has a lower endpoint. - hasMemoryAddress() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns
true
if and only if this buffer has a reference to the low-level memory address that points to the backing data. - hasMemoryAddress() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- hasMemoryAddress() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- hasMemoryAddress() - Method in class net.minecraft.network.PacketBuffer
- hasMetadata() - Method in interface net.minecraft.client.resources.IResource
- hasMetadata() - Method in class net.minecraft.client.resources.SimpleResource
- hasModifier(AttributeModifier) - Method in interface net.minecraft.entity.ai.attributes.IAttributeInstance
- hasModifier(AttributeModifier) - Method in class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
- hasNext() - Method in class com.google.common.collect.AbstractIterator
- hasNext() - Method in class com.google.common.collect.AbstractSequentialIterator
- hasNext() - Method in class com.google.common.collect.ForwardingIterator
- hasNext() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Checks whether there are any more tokens.
- hasNoBasePlate() - Method in class net.minecraft.entity.item.EntityArmorStand
- hasNoGravity() - Method in class net.minecraft.entity.item.EntityArmorStand
- hasNoSky - Variable in class net.minecraft.world.WorldProvider
- hasNoTags() - Method in class net.minecraft.nbt.NBTBase
-
+ Return whether this compound has no tags.
- hasNoTags() - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Return whether this compound has no tags.
- hasNoTags() - Method in class net.minecraft.nbt.NBTTagList
-
+ Return whether this compound has no tags.
- hasNoTags() - Method in class net.minecraft.nbt.NBTTagString
-
+ Return whether this compound has no tags.
- hasNoTime() - Method in class net.minecraft.client.resources.data.AnimationFrame
- hasObjectChanged() - Method in class net.minecraft.entity.DataWatcher
-
+ true if one or more object was changed
- hasPath() - Method in class net.minecraft.entity.EntityCreature
-
+ if the entity got a PathEntity it returns true, else false
- hasPing - Variable in class net.minecraft.client.multiplayer.ServerData
- hasPlayerInfo() - Method in class net.minecraft.client.entity.AbstractClientPlayer
-
+ Checks if this instance of AbstractClientPlayer has any associated player data.
- hasPrevious() - Method in class com.google.common.collect.ForwardingListIterator
- hasPrevious() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Checks whether there are any previous tokens that can be iterated to.
- hasReducedDebug() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Whether the "reducedDebugInfo" option is active for this player.
- hasRelevantEnchantmentType(EnumEnchantmentType) - Method in class net.minecraft.creativetab.CreativeTabs
- hasRemaining() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- hasRemaining() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- hasRemaining() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- hasRemaining() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- hasRemaining() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- hasResourceName(String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.FolderResourcePack
- hasResourceName(String) - Method in class net.minecraft.client.resources.AbstractResourcePack
- hasResourcePackEntry(ResourcePackListEntry) - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
- hasRoomForPlayer(World, BlockPos) - Static method in class net.minecraft.block.BlockBed
- hasRule(String) - Method in class net.minecraft.world.GameRules
-
+ Return whether the specified game rule is defined.
- hasSecondItemToBuy() - Method in class net.minecraft.village.MerchantRecipe
-
+ Gets if Villager has secondItemToBuy.
- hasSignature() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.Property
- hasSkin() - Method in class net.minecraft.client.entity.AbstractClientPlayer
-
+ Returns true if the player has an associated skin.
- hasSlots() - Method in class net.minecraft.network.play.server.S2DPacketOpenWindow
- hasState(Predicate<IBlockState>) - Static method in class net.minecraft.block.state.BlockWorldState
- hasStatusIcon() - Method in class net.minecraft.potion.Potion
-
+ Returns true if the potion has a associated status icon to display in then inventory when active.
- hasSubtypes - Variable in class net.minecraft.item.Item
- hasTagCompound() - Method in class net.minecraft.item.ItemStack
-
+ Returns true if the ItemStack has an NBTTagCompound.
- hasTargetedEntity() - Method in class net.minecraft.entity.monster.EntityGuardian
- hasTileEntity() - Method in class net.minecraft.block.Block
- hasTintIndex() - Method in class net.minecraft.client.renderer.block.model.BakedQuad
- hasUpperBound() - Method in class com.google.common.collect.Range
-
Returns
true
if this range has an upper endpoint. - hasValidCrafting() - Method in enum net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- hasWorldObj() - Method in class net.minecraft.tileentity.TileEntity
-
+ Returns true if the worldObj isn't null.
- HAT - net.minecraft.entity.player.EnumPlayerModelParts
- hay_block - Static variable in class net.minecraft.init.Blocks
- head - Variable in class net.minecraft.client.model.ModelChicken
- head - Variable in class net.minecraft.client.model.ModelCreeper
- head - Variable in class net.minecraft.client.model.ModelQuadruped
- head - Variable in class net.minecraft.client.model.ModelSnowMan
- head - Variable in class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- HEAD - net.minecraft.block.BlockBed.EnumPartType
- HEAD - net.minecraft.client.renderer.block.model.ItemCameraTransforms.TransformType
- header - Variable in class net.minecraft.network.play.server.S47PacketPlayerListHeaderFooter
- headerPadding - Variable in class net.minecraft.client.gui.GuiSlot
- headMap(K) - Method in class com.google.common.collect.ForwardingSortedMap
- headMap(K) - Method in class com.google.common.collect.ImmutableSortedMap
-
This method returns a
ImmutableSortedMap
, consisting of the entries whose keys are less thantoKey
. - headMap(K, boolean) - Method in class com.google.common.collect.ForwardingNavigableMap
- headMap(K, boolean) - Method in class com.google.common.collect.ImmutableSortedMap
-
This method returns a
ImmutableSortedMap
, consisting of the entries whose keys are less than (or equal to, ifinclusive
)toKey
. - headMultiset(E, BoundType) - Method in class com.google.common.collect.ForwardingSortedMultiset
- headMultiset(E, BoundType) - Method in class com.google.common.collect.ImmutableSortedMultiset
- headMultiset(E, BoundType) - Method in interface com.google.common.collect.SortedMultiset
-
Returns a view of this multiset restricted to the elements less than
upperBound
, optionally includingupperBound
itself. - headMultiset(E, BoundType) - Method in class com.google.common.collect.TreeMultiset
- headPitch - Variable in class net.minecraft.network.play.server.S0FPacketSpawnMob
- headSet(C) - Method in class com.google.common.collect.ContiguousSet
- headSet(C, boolean) - Method in class com.google.common.collect.ContiguousSet
- headSet(E) - Method in class com.google.common.collect.ForwardingSortedSet
- headSet(E) - Method in class com.google.common.collect.ImmutableSortedSet
- headSet(E, boolean) - Method in class com.google.common.collect.ForwardingNavigableSet
- headSet(E, boolean) - Method in class com.google.common.collect.ImmutableSortedSet
- heal - Static variable in class net.minecraft.potion.Potion
- heal(float) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Heal living entity (param: amount of half-hearts)
- heal(float) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Heal living entity (param: amount of half-hearts)
- healingEnderCrystal - Variable in class net.minecraft.entity.boss.EntityDragon
- health - Variable in class net.minecraft.entity.item.EntityEnderCrystal
- health - Variable in class net.minecraft.network.play.server.S06PacketUpdateHealth
- health - Static variable in interface net.minecraft.scoreboard.IScoreObjectiveCriteria
- healthBoost - Static variable in class net.minecraft.potion.Potion
-
+ The health boost Potion object.
- healthScale - Static variable in class net.minecraft.entity.boss.BossStatus
- HEART - net.minecraft.util.EnumParticleTypes
- HEARTS - net.minecraft.scoreboard.IScoreObjectiveCriteria.EnumRenderType
- heavy_weighted_pressure_plate - Static variable in class net.minecraft.init.Blocks
- height - Variable in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- height - Variable in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- height - Variable in class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- height - Variable in enum net.lax1dude.eaglercraft.v1_8.profile.SkinModel
- height - Variable in class net.minecraft.client.gui.GuiButton
- height - Variable in class net.minecraft.client.gui.GuiScreen
- height - Variable in class net.minecraft.client.gui.GuiSlot
- height - Variable in class net.minecraft.client.main.GameConfiguration.DisplayInformation
- height - Variable in class net.minecraft.entity.Entity
- Height(float, float) - Constructor for class net.minecraft.world.biome.BiomeGenBase.Height
- height_DeepOceans - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_Default - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_HighPlateaus - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_LowHills - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_LowIslands - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_LowPlains - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_MidHills - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_MidPlains - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_Oceans - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_PartiallySubmerged - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_RockyWaters - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_ShallowWaters - Static variable in class net.minecraft.world.biome.BiomeGenBase
- height_Shores - Static variable in class net.minecraft.world.biome.BiomeGenBase
- heldItemHotbarIndex - Variable in class net.minecraft.network.play.server.S09PacketHeldItemChange
- heldItemLeft - Variable in class net.minecraft.client.model.ModelBiped
- heldItemRight - Variable in class net.minecraft.client.model.ModelBiped
- heldItemTooltips - Variable in class net.minecraft.client.settings.GameSettings
- hell - Static variable in class net.minecraft.world.biome.BiomeGenBase
- HEROBRINE - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- hexDigitMsb0ToBinary(char) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a hexadecimal digit into binary (represented as boolean array) using the Msb0 bit ordering.
- hexDigitMsb0ToInt(char) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a hexadecimal digit into an int using the Msb0 bit ordering.
- hexDigitToBinary(char) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a hexadecimal digit into binary (represented as boolean array) using the default (Lsb0) bit ordering.
- hexDigitToInt(char) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a hexadecimal digit into an int using the default (Lsb0) bit ordering.
- hexString(int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.EagUtils
- hexToByte(String, int, byte, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an array of Char into a byte using the default (little endian, Lsb0) byte and bit ordering.
- hexToInt(String, int, int, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an array of Char into an int using the default (little endian, Lsb0) byte and bit ordering.
- hexToLong(String, int, long, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an array of Char into a long using the default (little endian, Lsb0) byte and bit ordering.
- hexToShort(String, int, short, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an array of Char into a short using the default (little endian, Lsb0) byte and bit ordering.
- HFormatter - Class in net.lax1dude.eaglercraft.v1_8
-
The
Formatter
class is a String-formatting utility that is designed to work like theprintf
function of the C programming language. - HFormatter() - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
. - HFormatter(File) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
whose output is written to the specifiedFile
. - HFormatter(File, String) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
with the given charset, and whose output is written to the specifiedFile
. - HFormatter(File, String, Locale) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
with the givenLocale
and charset, and whose output is written to the specifiedFile
. - HFormatter(OutputStream) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
whose output is written to the specifiedOutputStream
. - HFormatter(OutputStream, String) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
with the given charset, and whose output is written to the specifiedOutputStream
. - HFormatter(OutputStream, String, Locale) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
with the givenLocale
and charset, and whose output is written to the specifiedOutputStream
. - HFormatter(PrintStream) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
whose output is written to the specifiedPrintStream
. - HFormatter(Appendable) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
whose output will be written to the specifiedAppendable
. - HFormatter(Appendable, Locale) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
with the specifiedLocale
and whose output will be written to the specifiedAppendable
. - HFormatter(String) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
whose output is written to the specified file. - HFormatter(String, String) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
whose output is written to the specified file. - HFormatter(String, String, Locale) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
with the givenLocale
and charset, and whose output is written to the specified file. - HFormatter(Locale) - Constructor for class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Constructs a
Formatter
with the specifiedLocale
. - HFormatter.BigDecimalLayoutForm - Enum in net.lax1dude.eaglercraft.v1_8
-
The enumeration giving the available styles for formatting very large decimal numbers.
- HFormatter.DuplicateFormatFlagsException - Exception in net.lax1dude.eaglercraft.v1_8
- HFormatter.IllegalFormatWidthException - Exception in net.lax1dude.eaglercraft.v1_8
- HFormatter.MissingFormatArgumentException - Exception in net.lax1dude.eaglercraft.v1_8
- HIDDEN - net.minecraft.entity.player.EntityPlayer.EnumChatVisibility
- HIDE_FOR_OTHER_TEAMS - net.minecraft.scoreboard.Team.EnumVisible
- HIDE_FOR_OWN_TEAM - net.minecraft.scoreboard.Team.EnumVisible
- hideAddress - Variable in class net.minecraft.client.multiplayer.ServerData
- hideGUI - Variable in class net.minecraft.client.settings.GameSettings
- hideParticles - Variable in class net.minecraft.network.play.server.S1DPacketEntityEffect
- hideServerAddress - Variable in class net.minecraft.client.settings.GameSettings
- higher(E) - Method in class com.google.common.collect.ForwardingNavigableSet
- higher(E) - Method in class com.google.common.collect.ImmutableSortedSet
- higherEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- higherEntry(K) - Method in class com.google.common.collect.ImmutableSortedMap
- higherKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- higherKey(K) - Method in class com.google.common.collect.ImmutableSortedMap
- HINGE - Static variable in class net.minecraft.block.BlockDoor
- hitByEntity(Entity) - Method in class net.minecraft.entity.Entity
-
+ Called when a player attacks an entity.
- hitByEntity(Entity) - Method in class net.minecraft.entity.EntityHanging
-
+ Called when a player attacks an entity.
- hitEntity(EntityLivingBase, EntityPlayer) - Method in class net.minecraft.item.ItemStack
-
+ Calls the corresponding fct in di
- hitEntity(ItemStack, EntityLivingBase, EntityLivingBase) - Method in class net.minecraft.item.Item
-
+ Current implementations of this method in child classes do not use the entry argument beside ev.
- hitEntity(ItemStack, EntityLivingBase, EntityLivingBase) - Method in class net.minecraft.item.ItemSaddle
-
+ Current implementations of this method in child classes do not use the entry argument beside ev.
- hitEntity(ItemStack, EntityLivingBase, EntityLivingBase) - Method in class net.minecraft.item.ItemSword
-
+ Current implementations of this method in child classes do not use the entry argument beside ev.
- hitEntity(ItemStack, EntityLivingBase, EntityLivingBase) - Method in class net.minecraft.item.ItemTool
-
+ Current implementations of this method in child classes do not use the entry argument beside ev.
- hitVec - Variable in class net.minecraft.util.MovingObjectPosition
- Holder(EaglerTextureAtlasSprite, int) - Constructor for class net.minecraft.client.renderer.texture.Stitcher.Holder
- hopper - Static variable in class net.minecraft.init.Blocks
- HOPPER - net.minecraft.entity.item.EntityMinecart.EnumMinecartType
- hopper_minecart - Static variable in class net.minecraft.init.Items
- HORIZONTAL - net.minecraft.util.EnumFacing.Plane
- horseJumping - Variable in class net.minecraft.entity.passive.EntityHorse
- horseType - Variable in class net.minecraft.entity.passive.EntityHorse.GroupData
- horseVariant - Variable in class net.minecraft.entity.passive.EntityHorse.GroupData
- HOUSTONIA - net.minecraft.block.BlockFlower.EnumFlowerType
- HOUSTONIA - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- hovered - Variable in class net.minecraft.client.gui.GuiButton
- HoverEvent - Class in net.minecraft.event
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- HoverEvent(HoverEvent.Action, IChatComponent) - Constructor for class net.minecraft.event.HoverEvent
- HoverEvent.Action - Enum in net.minecraft.event
- hoverStart - Variable in class net.minecraft.entity.item.EntityItem
- HString - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- HString() - Constructor for class net.lax1dude.eaglercraft.v1_8.HString
- HT - Static variable in class com.google.common.base.Ascii
-
Horizontal Tabulation ('\t'): A format effector which controls the movement of the printing position to the next in a series of predetermined positions along the printing line.
- htmlEscaper() - Static method in class com.google.common.html.HtmlEscapers
- HtmlEscapers - Class in com.google.common.html
-
Escaper
instances suitable for strings to be included in HTML attribute values and most elements' text contents. - HUD_24H - net.minecraft.client.settings.GameSettings.Options
- HUD_COORDS - net.minecraft.client.settings.GameSettings.Options
- HUD_FPS - net.minecraft.client.settings.GameSettings.Options
- HUD_PLAYER - net.minecraft.client.settings.GameSettings.Options
- HUD_STATS - net.minecraft.client.settings.GameSettings.Options
- HUD_WORLD - net.minecraft.client.settings.GameSettings.Options
- hud24h - Variable in class net.minecraft.client.settings.GameSettings
- hudCoords - Variable in class net.minecraft.client.settings.GameSettings
- hudFps - Variable in class net.minecraft.client.settings.GameSettings
- hudPlayer - Variable in class net.minecraft.client.settings.GameSettings
- hudStats - Variable in class net.minecraft.client.settings.GameSettings
- hudWorld - Variable in class net.minecraft.client.settings.GameSettings
- hunger - Static variable in class net.minecraft.potion.Potion
-
+ The hunger Potion object.
- hurtResistantTime - Variable in class net.minecraft.entity.Entity
- hurtTime - Variable in class net.minecraft.entity.EntityLivingBase
I
- I18n - Class in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- I18n() - Constructor for class net.minecraft.client.resources.I18n
- IA_64 - org.apache.commons.lang3.arch.Processor.Type
-
Intel Itanium 64-bit architecture.
- IAcceleratedParticleEngine - Interface in net.lax1dude.eaglercraft.v1_8.minecraft
-
Copyright (c) 2022-2023 LAX1DUDE.
- IAnimals - Interface in net.minecraft.entity.passive
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IAttribute - Interface in net.minecraft.entity.ai.attributes
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IAttributeInstance - Interface in net.minecraft.entity.ai.attributes
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IAudioHandle - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IAudioResource - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IBakedModel - Interface in net.minecraft.client.resources.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IBehaviorDispenseItem - Interface in net.minecraft.dispenser
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IBlockAccess - Interface in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IBlockSource - Interface in net.minecraft.dispenser
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IBlockState - Interface in net.minecraft.block.state
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IBorderListener - Interface in net.minecraft.world.border
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IBossDisplayData - Interface in net.minecraft.entity.boss
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IBufferArrayGL - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IBufferGL - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- ICamera - Interface in net.minecraft.client.renderer.culling
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ice - Static variable in class net.minecraft.block.material.Material
- ice - Static variable in class net.minecraft.init.Blocks
- iceColor - Static variable in class net.minecraft.block.material.MapColor
- iceMountains - Static variable in class net.minecraft.world.biome.BiomeGenBase
- icePlains - Static variable in class net.minecraft.world.biome.BiomeGenBase
- IChatComponent - Interface in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IChatComponent.Serializer - Class in net.minecraft.util
- IChunkProvider - Interface in net.minecraft.world.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IClientConfigAdapter - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IClientConfigAdapter.DefaultServer - Class in net.lax1dude.eaglercraft.v1_8.internal
- ICommandSender - Interface in net.minecraft.command
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- iconIndex - Variable in class net.minecraft.block.BlockLeaves
- iconResourceLocation - Variable in class net.minecraft.client.multiplayer.ServerData
- icons - Static variable in class net.minecraft.client.gui.Gui
- iconTextureObject - Variable in class net.minecraft.client.multiplayer.ServerData
- ICrafting - Interface in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- id - Variable in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformANGLE
- id - Variable in enum net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- id - Variable in enum net.lax1dude.eaglercraft.v1_8.profile.SkinModel
- id - Variable in class net.minecraft.client.gui.GuiButton
- id - Variable in class net.minecraft.network.play.server.S00PacketKeepAlive
- id - Variable in class net.minecraft.potion.Potion
- IDBCountRequest - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBCursor - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBCursorRequest - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBCursorSource - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBDatabase - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBError - Class in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBError() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBError
- IDBFactory - Class in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBFactory() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBFactory
- IDBGetRequest - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBIndex - Class in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBIndex() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBIndex
- IDBKeyRange - Class in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBKeyRange() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBKeyRange
- IDBObjectStore - Class in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBObjectStore() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- IDBObjectStoreParameters - Class in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBObjectStoreParameters() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStoreParameters
- IDBOpenDBRequest - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBRequest - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBRequestSource - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBTransaction - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- IDBVersionChangeEvent - Interface in net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- identity() - Static method in class com.google.common.base.Converter
-
Returns a serializable converter that always converts or reverses an object to itself.
- identity() - Static method in class com.google.common.base.Equivalence
-
Returns an equivalence that uses
==
to compare values andSystem.identityHashCode(Object)
to compute the hash code. - identity() - Static method in class com.google.common.base.Functions
-
Returns the identity function.
- identity() - Static method in interface org.apache.commons.lang3.function.FailableDoubleUnaryOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface org.apache.commons.lang3.function.FailableFunction
-
Returns a function that always returns its input argument.
- identity() - Static method in interface org.apache.commons.lang3.function.FailableIntUnaryOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface org.apache.commons.lang3.function.FailableLongUnaryOperator
-
Returns a unary operator that always returns its input argument.
- identityToString(Appendable, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Appends the toString that would be produced by
Object
if a class did not override toString itself. - identityToString(Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Gets the toString that would be produced by
Object
if a class did not override toString itself. - identityToString(StringBuffer, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Appends the toString that would be produced by
Object
if a class did not override toString itself. - identityToString(StringBuilder, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Appends the toString that would be produced by
Object
if a class did not override toString itself. - identityToString(StrBuilder, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Deprecated.as of 3.6, because StrBuilder was moved to commons-text, use one of the other
identityToString
methods instead - IE - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformAgent
- IEEE754rUtils - Class in org.apache.commons.lang3.math
-
Provides IEEE-754r variants of NumberUtils methods.
- IEEE754rUtils() - Constructor for class org.apache.commons.lang3.math.IEEE754rUtils
- IEntityLivingData - Interface in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IEntityMultiPart - Interface in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IEntityOwnable - Interface in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IFramebufferGL - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- ignite() - Method in class net.minecraft.entity.item.EntityMinecartTNT
-
+ Ignites this TNT cart.
- ignite() - Method in class net.minecraft.entity.monster.EntityCreeper
- ignore(IProperty<?>...) - Method in class net.minecraft.client.renderer.block.statemap.StateMap.Builder
- ignoreFrustumCheck - Variable in class net.minecraft.entity.Entity
- IGrowable - Interface in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IHopper - Interface in net.minecraft.tileentity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IIconCreator - Interface in net.minecraft.client.renderer.texture
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IImageBuffer - Interface in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IInteractionObject - Interface in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IInvBasic - Interface in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IInventory - Interface in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IJsonSerializable - Interface in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IllegalFormatWidthException() - Constructor for exception net.lax1dude.eaglercraft.v1_8.HFormatter.IllegalFormatWidthException
- IllegalFormatWidthException(int) - Constructor for exception net.lax1dude.eaglercraft.v1_8.HFormatter.IllegalFormatWidthException
- IllegalFormatWidthException(String) - Constructor for exception net.lax1dude.eaglercraft.v1_8.HFormatter.IllegalFormatWidthException
- ILocatableSource - Interface in net.minecraft.dispenser
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ILocation - Interface in net.minecraft.dispenser
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ILockableContainer - Interface in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ImageBufferDownload - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ImageBufferDownload() - Constructor for class net.minecraft.client.renderer.ImageBufferDownload
- ImageData - Class in net.lax1dude.eaglercraft.v1_8.opengl
- ImageData(int, int, boolean) - Constructor for class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- ImageData(int, int, int[], boolean) - Constructor for class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- IMerchant - Interface in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IMetadataSection - Interface in net.minecraft.client.resources.data
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IMetadataSectionSerializer<T extends IMetadataSection> - Interface in net.minecraft.client.resources.data
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IMetadataSerializer - Class in net.minecraft.client.resources.data
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IMetadataSerializer() - Constructor for class net.minecraft.client.resources.data.IMetadataSerializer
- IMMEDIATE - net.minecraft.world.chunk.Chunk.EnumCreateEntityType
- immediateCancelledFuture() - Static method in class net.lax1dude.eaglercraft.v1_8.futures.Futures
- immediateFailedFuture(Throwable) - Static method in class net.lax1dude.eaglercraft.v1_8.futures.Futures
- immediateFuture(V) - Static method in class net.lax1dude.eaglercraft.v1_8.futures.Futures
- Immutable - Annotation Type in javax.annotation.concurrent
-
The class to which this annotation is applied is immutable.
- ImmutableBiMap<K,V> - Class in com.google.common.collect
-
An immutable
BiMap
with reliable user-specified iteration order. - ImmutableBiMap.Builder<K,V> - Class in com.google.common.collect
-
A builder for creating immutable bimap instances, especially
public static final
bimaps ("constant bimaps"). - immutableCell(R, C, V) - Static method in class com.google.common.collect.Tables
-
Returns an immutable cell with the specified row key, column key, and value.
- ImmutableClassToInstanceMap<B> - Class in com.google.common.collect
-
A class-to-instance map backed by an
ImmutableMap
. - ImmutableClassToInstanceMap.Builder<B> - Class in com.google.common.collect
-
A builder for creating immutable class-to-instance maps.
- ImmutableCollection<E> - Class in com.google.common.collect
-
An immutable collection.
- ImmutableCollection.Builder<E> - Class in com.google.common.collect
-
Abstract base class for builders of
ImmutableCollection
types. - immutableCopy() - Method in class com.google.common.collect.Sets.SetView
-
Returns an immutable copy of the current contents of this set view.
- immutableEntry(E, int) - Static method in class com.google.common.collect.Multisets
-
Returns an immutable multiset entry with the specified element and count.
- immutableEntry(K, V) - Static method in class com.google.common.collect.Maps
-
Returns an immutable map entry with the specified key and value.
- immutableEnumMap(Map<K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Returns an immutable map instance containing the given entries.
- immutableEnumSet(E, E...) - Static method in class com.google.common.collect.Sets
-
Returns an immutable set instance containing the given enum elements.
- immutableEnumSet(Iterable<E>) - Static method in class com.google.common.collect.Sets
-
Returns an immutable set instance containing the given enum elements.
- ImmutableList<E> - Class in com.google.common.collect
-
A high-performance, immutable, random-access
List
implementation. - ImmutableList.Builder<E> - Class in com.google.common.collect
-
A builder for creating immutable list instances, especially
public static final
lists ("constant lists"). - ImmutableListMultimap<K,V> - Class in com.google.common.collect
-
An immutable
ListMultimap
with reliable user-specified key and value iteration order. - ImmutableListMultimap.Builder<K,V> - Class in com.google.common.collect
-
A builder for creating immutable
ListMultimap
instances, especiallypublic static final
multimaps ("constant multimaps"). - ImmutableMap<K,V> - Class in com.google.common.collect
-
An immutable, hash-based
Map
with reliable user-specified iteration order. - ImmutableMap.Builder<K,V> - Class in com.google.common.collect
-
A builder for creating immutable map instances, especially
public static final
maps ("constant maps"). - ImmutableMultimap<K,V> - Class in com.google.common.collect
-
An immutable
Multimap
. - ImmutableMultimap.Builder<K,V> - Class in com.google.common.collect
-
A builder for creating immutable multimap instances, especially
public static final
multimaps ("constant multimaps"). - ImmutableMultiset<E> - Class in com.google.common.collect
-
An immutable hash-based multiset.
- ImmutableMultiset.Builder<E> - Class in com.google.common.collect
-
A builder for creating immutable multiset instances, especially
public static final
multisets ("constant multisets"). - ImmutableRangeMap<K extends java.lang.Comparable<?>,V> - Class in com.google.common.collect
-
An immutable implementation of
RangeMap
, supporting all query operations efficiently. - ImmutableRangeMap.Builder<K extends java.lang.Comparable<?>,V> - Class in com.google.common.collect
-
A builder for immutable range maps.
- ImmutableRangeSet<C extends java.lang.Comparable> - Class in com.google.common.collect
-
An efficient immutable implementation of a
RangeSet
. - ImmutableRangeSet.Builder<C extends java.lang.Comparable<?>> - Class in com.google.common.collect
-
A builder for immutable range sets.
- ImmutableSet<E> - Class in com.google.common.collect
-
A high-performance, immutable
Set
with reliable, user-specified iteration order. - ImmutableSet.Builder<E> - Class in com.google.common.collect
-
A builder for creating immutable set instances, especially
public static final
sets ("constant sets"). - ImmutableSetMultimap<K,V> - Class in com.google.common.collect
-
An immutable
SetMultimap
with reliable user-specified key and value iteration order. - ImmutableSetMultimap.Builder<K,V> - Class in com.google.common.collect
-
A builder for creating immutable
SetMultimap
instances, especiallypublic static final
multimaps ("constant multimaps"). - immutableSortedCopy(Iterable<E>) - Method in class com.google.common.collect.Ordering
-
Returns an immutable list containing
elements
sorted by this ordering. - ImmutableSortedMap<K,V> - Class in com.google.common.collect
-
An immutable
SortedMap
. - ImmutableSortedMap.Builder<K,V> - Class in com.google.common.collect
-
A builder for creating immutable sorted map instances, especially
public static final
maps ("constant maps"). - ImmutableSortedMultiset<E> - Class in com.google.common.collect
-
An immutable
SortedMultiset
that stores its elements in a sorted array. - ImmutableSortedMultiset.Builder<E> - Class in com.google.common.collect
-
A builder for creating immutable multiset instances, especially
public static final
multisets ("constant multisets"). - ImmutableSortedSet<E> - Class in com.google.common.collect
-
An immutable
SortedSet
that stores its elements in a sorted array. - ImmutableSortedSet.Builder<E> - Class in com.google.common.collect
-
A builder for creating immutable sorted set instances, especially
public static final
sets ("constant sets"), with a given comparator. - ImmutableTable<R,C,V> - Class in com.google.common.collect
-
An immutable
Table
with reliable user-specified iteration order. - ImmutableTable.Builder<R,C,V> - Class in com.google.common.collect
-
A builder for creating immutable table instances, especially
public static final
tables ("constant tables"). - IMob - Interface in net.minecraft.entity.monster
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- in(Collection<? extends T>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if the object reference being tested is a member of the given collection. - IN_AIR - net.minecraft.entity.EntityLiving.SpawnPlacementType
- IN_WALL - Static variable in class net.minecraft.block.BlockFenceGate
- IN_WATER - net.minecraft.entity.EntityLiving.SpawnPlacementType
- inclusiveBetween(double, double, double) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception.
- inclusiveBetween(double, double, double, String) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception with the specified message.
- inclusiveBetween(long, long, long) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception.
- inclusiveBetween(long, long, long, String) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception with the specified message.
- inclusiveBetween(T, T, Comparable<T>) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception.
- inclusiveBetween(T, T, Comparable<T>, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception with the specified message.
- increaseMaxTradeUses(int) - Method in class net.minecraft.village.MerchantRecipe
- increaseStat(EntityPlayer, StatBase, int) - Method in class net.minecraft.stats.StatFileWriter
- increaseTemper(int) - Method in class net.minecraft.entity.passive.EntityHorse
- increment() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Increments the value.
- increment() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Increments the value.
- increment() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Increments the value.
- increment() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Increments the value.
- increment() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Increments the value.
- increment() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Increments the value.
- increment(String) - Method in class org.json.JSONObject
-
Increment a property of a JSONObject.
- incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
- incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
- incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
- incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
- incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
- incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
- incrementHeight() - Method in class net.minecraft.tileentity.TileEntityBeacon.BeamSegment
- incrementToolUses() - Method in class net.minecraft.village.MerchantRecipe
- increseScore(int) - Method in class net.minecraft.scoreboard.Score
- index(Function<? super E, K>) - Method in class com.google.common.collect.FluentIterable
-
Creates an index
ImmutableListMultimap
that contains the results of applying a specified function to each item in thisFluentIterable
of values. - index(Iterable<V>, Function<? super V, K>) - Static method in class com.google.common.collect.Multimaps
-
Creates an index
ImmutableListMultimap
that contains the results of applying a specified function to each item in anIterable
of values. - index(String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- index(Iterator<V>, Function<? super V, K>) - Static method in class com.google.common.collect.Multimaps
-
Creates an index
ImmutableListMultimap
that contains the results of applying a specified function to each item in anIterator
of values. - INDEX_NOT_FOUND - Static variable in class org.apache.commons.lang3.StringUtils
-
Represents a failed index search.
- indexIn(CharSequence) - Method in class com.google.common.base.CharMatcher
-
Returns the index of the first matching character in a character sequence, or
-1
if no matching character is present. - indexIn(CharSequence, int) - Method in class com.google.common.base.CharMatcher
-
Returns the index of the first matching character in a character sequence, starting from a given position, or
-1
if no character matches after that position. - indexOf(boolean[], boolean) - Static method in class com.google.common.primitives.Booleans
-
Returns the index of the first appearance of the value
target
inarray
. - indexOf(boolean[], boolean[]) - Static method in class com.google.common.primitives.Booleans
-
Returns the start position of the first occurrence of the specified
target
withinarray
, or-1
if there is no such occurrence. - indexOf(byte[], byte) - Static method in class com.google.common.primitives.Bytes
-
Returns the index of the first appearance of the value
target
inarray
. - indexOf(byte[], byte[]) - Static method in class com.google.common.primitives.Bytes
-
Returns the start position of the first occurrence of the specified
target
withinarray
, or-1
if there is no such occurrence. - indexOf(char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder to find the first reference to the specified char.
- indexOf(char[], char) - Static method in class com.google.common.primitives.Chars
-
Returns the index of the first appearance of the value
target
inarray
. - indexOf(char[], char[]) - Static method in class com.google.common.primitives.Chars
-
Returns the start position of the first occurrence of the specified
target
withinarray
, or-1
if there is no such occurrence. - indexOf(char, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder to find the first reference to the specified char.
- indexOf(double[], double) - Static method in class com.google.common.primitives.Doubles
-
Returns the index of the first appearance of the value
target
inarray
. - indexOf(double[], double[]) - Static method in class com.google.common.primitives.Doubles
-
Returns the start position of the first occurrence of the specified
target
withinarray
, or-1
if there is no such occurrence. - indexOf(float[], float) - Static method in class com.google.common.primitives.Floats
-
Returns the index of the first appearance of the value
target
inarray
. - indexOf(float[], float[]) - Static method in class com.google.common.primitives.Floats
-
Returns the start position of the first occurrence of the specified
target
withinarray
, or-1
if there is no such occurrence. - indexOf(int[], int) - Static method in class com.google.common.primitives.Ints
-
Returns the index of the first appearance of the value
target
inarray
. - indexOf(int[], int[]) - Static method in class com.google.common.primitives.Ints
-
Returns the start position of the first occurrence of the specified
target
withinarray
, or-1
if there is no such occurrence. - indexOf(int, int, byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- indexOf(int, int, byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Locates the first occurrence of the specified
value
in this buffer. - indexOf(int, int, byte) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- indexOf(int, int, byte) - Method in class net.minecraft.network.PacketBuffer
- indexOf(long[], long) - Static method in class com.google.common.primitives.Longs
-
Returns the index of the first appearance of the value
target
inarray
. - indexOf(long[], long[]) - Static method in class com.google.common.primitives.Longs
-
Returns the start position of the first occurrence of the specified
target
withinarray
, or-1
if there is no such occurrence. - indexOf(short[], short) - Static method in class com.google.common.primitives.Shorts
-
Returns the index of the first appearance of the value
target
inarray
. - indexOf(short[], short[]) - Static method in class com.google.common.primitives.Shorts
-
Returns the start position of the first occurrence of the specified
target
withinarray
, or-1
if there is no such occurrence. - indexOf(CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns the index within
seq
of the first occurrence of the specified character. - indexOf(CharSequence, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns the index within
seq
of the first occurrence of the specified character, starting the search at the specified index. - indexOf(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Finds the first index within a CharSequence, handling
null
. - indexOf(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Finds the first index within a CharSequence, handling
null
. - indexOf(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
-
Returns the index in
iterable
of the first element that satisfies the providedpredicate
, or-1
if the Iterable has no such elements. - indexOf(Object) - Method in class com.google.common.collect.ForwardingList
- indexOf(Object) - Method in class com.google.common.collect.ImmutableList
- indexOf(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder to find the first reference to the specified string.
- indexOf(String, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder to find the first reference to the specified string starting searching from the given index.
- indexOf(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
-
Returns the index in
iterator
of the first element that satisfies the providedpredicate
, or-1
if the Iterator has no such elements. - indexOf(ByteBuf, int, int, byte) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufUtil
-
The default implementation of
ByteBuf.indexOf(int, int, byte)
. - indexOf(StrMatcher) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder using the matcher to find the first match.
- indexOf(StrMatcher, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder using the matcher to find the first match searching from the given index.
- indexOfAny(CharSequence, char...) - Static method in class org.apache.commons.lang3.StringUtils
-
Search a CharSequence to find the first index of any character in the given set of characters.
- indexOfAny(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Find the first index of any of a set of potential substrings.
- indexOfAny(CharSequence, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Search a CharSequence to find the first index of any character in the given set of characters.
- indexOfAnyBut(CharSequence, char...) - Static method in class org.apache.commons.lang3.StringUtils
-
Searches a CharSequence to find the first index of any character not in the given set of characters.
- indexOfAnyBut(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Search a CharSequence to find the first index of any character not in the given set of characters.
- indexOfDifference(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Compares all CharSequences in an array and returns the index at which the CharSequences begin to differ.
- indexOfDifference(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Compares two CharSequences, and returns the index at which the CharSequences begin to differ.
- indexOfIgnoreCase(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Case in-sensitive find of the first index within a CharSequence.
- indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Case in-sensitive find of the first index within a CharSequence from the specified position.
- INetHandler - Interface in net.minecraft.network
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- INetHandlerHandshakeServer - Interface in net.minecraft.network.handshake
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- INetHandlerLoginClient - Interface in net.minecraft.network.login
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- INetHandlerLoginServer - Interface in net.minecraft.network.login
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- INetHandlerPlayClient - Interface in net.minecraft.network.play
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- INetHandlerPlayServer - Interface in net.minecraft.network.play
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- INetHandlerStatusClient - Interface in net.minecraft.network.status
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- INetHandlerStatusServer - Interface in net.minecraft.network.status
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- INFINITE - Static variable in class net.minecraft.nbt.NBTSizeTracker
- infinity - Static variable in class net.minecraft.enchantment.Enchantment
-
+ Infinity enchantment for bows.
- inFire - Static variable in class net.minecraft.util.DamageSource
- info(String) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- info(String, Object...) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- info(Throwable) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- INFO - net.lax1dude.eaglercraft.v1_8.log4j.Level
- ingameGUI - Variable in class net.minecraft.client.Minecraft
- inGameHasFocus - Variable in class net.minecraft.client.Minecraft
- inGround - Variable in class net.minecraft.entity.projectile.EntityThrowable
- init() - Static method in class net.minecraft.block.BlockFire
- init() - Method in class net.minecraft.client.renderer.culling.ClippingHelperImpl
- init() - Static method in class net.minecraft.stats.AchievementList
-
+ A stub functions called to make the static initializer for this class run.
- init() - Static method in class net.minecraft.stats.StatList
- init() - Method in class net.minecraft.world.World
- initArmor() - Method in class net.minecraft.client.renderer.entity.layers.LayerArmorBase
- initArmor() - Method in class net.minecraft.client.renderer.entity.layers.LayerBipedArmor
- initArmor() - Method in class net.minecraft.client.renderer.entity.layers.LayerVillagerArmor
- initAtlasSprites() - Method in class net.minecraft.client.renderer.BlockFluidRenderer
- initGui() - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiAuthenticationScreen
- initGui() - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiScreenEditProfile
- initGui() - Method in class net.lax1dude.eaglercraft.v1_8.socket.GuiHandshakeApprove
- initGui() - Method in class net.minecraft.client.gui.achievement.GuiAchievements
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.achievement.GuiStats
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiChat
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiCommandBlock
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiConfirmOpenLink
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiControls
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiCustomizeSkin
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiDisconnected
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiDownloadTerrain
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiErrorScreen
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiGameOver
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiIngameMenu
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiLanguage
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiMainMenu
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiMemoryErrorScreen
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiMerchant
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiMultiplayer
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiOptions
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiRepair
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiScreen
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiScreenAddServer
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiScreenBook
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiScreenOptionsSounds
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiScreenServerList
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiSleepMP
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiVideoSettings
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiWinGame
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.GuiYesNo
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.inventory.GuiBeacon
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.inventory.GuiEditSign
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.inventory.GuiInventory
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.gui.ScreenChatOptions
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.multiplayer.GuiConnecting
-
+ Adds the buttons (and other controls) to the screen in question.
- initGui() - Method in class net.minecraft.client.renderer.InventoryEffectRenderer
-
+ Adds the buttons (and other controls) to the screen in question.
- initHandlers() - Method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMServerQuery
- initialClickY - Variable in class net.minecraft.client.gui.GuiSlot
-
+ Where the mouse was in the window when you first clicked to scroll
- initialize() - Static method in class net.lax1dude.eaglercraft.v1_8.profile.SkinPreviewRenderer
- initialize(double, double, double) - Method in class net.minecraft.client.renderer.ChunkRenderContainer
- initialize(List<int[][]>, boolean) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- initialize(WorldSettings) - Method in class net.minecraft.world.World
- INITIALIZE - net.minecraft.network.play.server.S44PacketWorldBorder.Action
- initialized - Variable in class net.minecraft.client.renderer.ChunkRenderContainer
- initializeFromFormat(String) - Method in class net.minecraft.util.ChatComponentTranslation
-
+ initializes our children from a format string, using the format args to fill in the placeholder variables.
- initialPoolSize() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
Number of connections that should be created when a connection pool is initialized.
- initials(String) - Static method in class org.apache.commons.lang3.text.WordUtils
-
Deprecated.Extracts the initial characters from each word in the String.
- initials(String, char...) - Static method in class org.apache.commons.lang3.text.WordUtils
-
Deprecated.Extracts the initial characters from each word in the String.
- initIndependentStat() - Method in class net.minecraft.stats.Achievement
-
+ Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance.
- initIndependentStat() - Method in class net.minecraft.stats.StatBase
-
+ Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance.
- initRecDest() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio
- initServerList(Minecraft) - Static method in class net.minecraft.client.multiplayer.ServerList
- initSprite(int, int, int, int, boolean) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- INNER_LEFT - net.minecraft.block.BlockStairs.EnumShape
- INNER_RIGHT - net.minecraft.block.BlockStairs.EnumShape
- innerRotation - Variable in class net.minecraft.entity.item.EntityEnderCrystal
- inOrderTraversal(T) - Method in class com.google.common.collect.BinaryTreeTraverser
- INpc - Interface in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- inPortal - Variable in class net.minecraft.entity.Entity
- inputField - Variable in class net.minecraft.client.gui.GuiChat
- inputStream() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IResourceHandle
- inputStreamToBytes(InputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.EaglerInputStream
- inputStreamToBytesQuiet(InputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.EaglerInputStream
- inputStreamToString(InputStream, Charset) - Static method in class net.lax1dude.eaglercraft.v1_8.IOUtils
- InputSupplier<T> - Interface in com.google.common.io
-
Deprecated.For
InputSupplier<? extends InputStream>
, useByteSource
instead. ForInputSupplier<? extends Reader>
, useCharSource
. Implementations ofInputSupplier
that don't fall into one of those categories do not benefit from any of the methods incommon.io
and should use a different interface. This interface is scheduled for removal in June 2015. - inRange(char, char) - Static method in class com.google.common.base.CharMatcher
-
Returns a
char
matcher that matches any character in a given range (both endpoints are inclusive). - insert(int, boolean) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Inserts the value into this builder.
- insert(int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Inserts the value into this builder.
- insert(int, char[]) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Inserts the character array into this builder.
- insert(int, char[], int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Inserts part of the character array into this builder.
- insert(int, double) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Inserts the value into this builder.
- insert(int, float) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Inserts the value into this builder.
- insert(int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Inserts the value into this builder.
- insert(int, long) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Inserts the value into this builder.
- insert(int, Object) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Inserts the string representation of an object into this builder.
- insert(int, String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Inserts the string into this builder.
- insertRecord(World, BlockPos, IBlockState, ItemStack) - Method in class net.minecraft.block.BlockJukebox
- instance - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMClientConfigAdapter
- instance - Static variable in class net.minecraft.client.renderer.tileentity.TileEntityItemStackRenderer
- instance - Static variable in class net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
- instance - Static variable in class net.minecraft.client.renderer.tileentity.TileEntitySkullRenderer
- instance() - Static method in class net.minecraft.item.crafting.FurnaceRecipes
-
+ Returns an instance of FurnaceRecipes.
- INSTANCE - Static variable in class org.apache.commons.lang3.compare.ObjectToStringComparator
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.commons.lang3.time.CalendarUtils
-
The singleton instance for
Calendar.getInstance()
. - InstancedFontRenderer - Class in net.lax1dude.eaglercraft.v1_8.opengl
-
Copyright (c) 2022-2023 LAX1DUDE.
- InstancedFontRenderer() - Constructor for class net.lax1dude.eaglercraft.v1_8.opengl.InstancedFontRenderer
- InstancedParticleRenderer - Class in net.lax1dude.eaglercraft.v1_8.opengl
-
Copyright (c) 2022-2023 LAX1DUDE.
- InstancedParticleRenderer() - Constructor for class net.lax1dude.eaglercraft.v1_8.opengl.InstancedParticleRenderer
- instanceOf(Class<?>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if the object being tested is an instance of the given class. - INSTANCES - Static variable in interface net.minecraft.scoreboard.IScoreObjectiveCriteria
- InstantFactory() - Constructor for class net.minecraft.client.particle.EntitySpellParticleFX.InstantFactory
- instrument - Variable in class net.minecraft.network.play.server.S24PacketBlockAction
- intArrayToLong(int[], int, long, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an array of int into a long using the default (little endian, Lsb0) byte and bit ordering.
- IntBuffer - Interface in net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Copyright (c) 2022-2023 LAX1DUDE.
- INTEGER - net.minecraft.scoreboard.IScoreObjectiveCriteria.EnumRenderType
- INTEGER_MINUS_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Integer constant for minus one.
- INTEGER_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Integer constant for one.
- INTEGER_TWO - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Integer constant for two
- INTEGER_ZERO - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Integer constant for zero.
- IntegerCache - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IntegerCache() - Constructor for class net.minecraft.util.IntegerCache
- integerFunnel() - Static method in class com.google.common.hash.Funnels
-
Returns a funnel for integers.
- integers() - Static method in class com.google.common.collect.DiscreteDomain
-
Returns the discrete domain for values of type
Integer
. - interact(EntityPlayer) - Method in class net.minecraft.entity.EntityAgeable
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.EntityLiving
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.monster.EntityCreeper
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.monster.EntityPigZombie
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityAmbientCreature
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityAnimal
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityCow
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityMooshroom
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.passive.EntitySheep
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityVillager
-
+ Called when a player interacts with a mob.
- interact(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Called when a player interacts with a mob.
- INTERACT - net.minecraft.network.play.client.C02PacketUseEntity.Action
- INTERACT_AT - net.minecraft.network.play.client.C02PacketUseEntity.Action
- interactAt(EntityPlayer, Vec3) - Method in class net.minecraft.entity.Entity
-
+ New version of interactWith that includes vector information on where precisely the player targeted.
- interactAt(EntityPlayer, Vec3) - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ New version of interactWith that includes vector information on where precisely the player targeted.
- interactFirst(EntityPlayer) - Method in class net.minecraft.entity.Entity
-
+ First layer of player interaction
- interactFirst(EntityPlayer) - Method in class net.minecraft.entity.EntityLeashKnot
-
+ First layer of player interaction
- interactFirst(EntityPlayer) - Method in class net.minecraft.entity.EntityLiving
-
+ First layer of player interaction
- interactFirst(EntityPlayer) - Method in class net.minecraft.entity.EntityMinecartCommandBlock
-
+ First layer of player interaction
- interactFirst(EntityPlayer) - Method in class net.minecraft.entity.item.EntityBoat
-
+ First layer of player interaction
- interactFirst(EntityPlayer) - Method in class net.minecraft.entity.item.EntityItemFrame
-
+ First layer of player interaction
- interactFirst(EntityPlayer) - Method in class net.minecraft.entity.item.EntityMinecartContainer
-
+ First layer of player interaction
- interactFirst(EntityPlayer) - Method in class net.minecraft.entity.item.EntityMinecartEmpty
-
+ First layer of player interaction
- interactFirst(EntityPlayer) - Method in class net.minecraft.entity.item.EntityMinecartFurnace
-
+ First layer of player interaction
- interactFirst(EntityPlayer) - Method in class net.minecraft.entity.item.EntityMinecartHopper
-
+ First layer of player interaction
- interactWith(Entity) - Method in class net.minecraft.entity.player.EntityPlayer
- interactWithEntity(EntityPlayer, EntityLivingBase) - Method in class net.minecraft.item.ItemStack
- interactWithEntitySendPacket(EntityPlayer, Entity) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
-
+ Send packet to server - player is interacting with another entity (left click)
- InterfaceCraftingTable(World, BlockPos) - Constructor for class net.minecraft.block.BlockWorkbench.InterfaceCraftingTable
- intern(E) - Method in interface com.google.common.collect.Interner
-
Chooses and returns the representative instance for any of a collection of instances that are equal to each other.
- internalNioBuffer(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Internal use only: Exposes the internal NIO buffer.
- internalNioBuffer(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- internalNioBuffer(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- internalNioBuffer(int, int) - Method in class net.minecraft.network.PacketBuffer
- Interner<E> - Interface in com.google.common.collect
-
Provides equivalent behavior to
String.intern()
for other immutable types. - interpolatedFrameData - Variable in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- interpolateRotation(float, float, float) - Method in class net.minecraft.client.renderer.entity.RendererLivingEntity
-
+ Returns a rotation angle that is inbetween two other rotation angles.
- interpPosX - Static variable in class net.minecraft.client.particle.EntityFX
- interpPosY - Static variable in class net.minecraft.client.particle.EntityFX
- interpPosZ - Static variable in class net.minecraft.client.particle.EntityFX
- intersection(ContiguousSet<C>) - Method in class com.google.common.collect.ContiguousSet
-
Returns the set of values that are contained in both this set and the other.
- intersection(Multiset<E>, Multiset<?>) - Static method in class com.google.common.collect.Multisets
-
Returns an unmodifiable view of the intersection of two multisets.
- intersection(Range<C>) - Method in class com.google.common.collect.Range
-
Returns the maximal range enclosed by both this range and
connectedRange
, if such a range exists. - intersection(Set<E>, Set<?>) - Static method in class com.google.common.collect.Sets
-
Returns an unmodifiable view of the intersection of two sets.
- intersectionWith(Range<T>) - Method in class org.apache.commons.lang3.Range
-
Calculate the intersection of
this
and an overlapping Range. - intersectsWith(AxisAlignedBB) - Method in class net.minecraft.util.AxisAlignedBB
-
+ Returns whether the given bounding box intersects with this one.
- IntHashMap<V> - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IntHashMap() - Constructor for class net.minecraft.util.IntHashMap
- IntMath - Class in com.google.common.math
-
A class for arithmetic on values of type
int
. - Ints - Class in com.google.common.primitives
-
Static utility methods pertaining to
int
primitives, that are not already found in eitherInteger
orArrays
. - intToBigEndian(int) - Static method in class net.lax1dude.eaglercraft.v1_8.crypto.SHA256Digest
- intToBigEndian(int, byte[], int) - Static method in class net.lax1dude.eaglercraft.v1_8.crypto.SHA256Digest
- intToBinary(int, int, boolean[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an int into an array of boolean using the default (little endian, Lsb0) byte and bit ordering.
- intToByteArray(int, int, byte[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an int into an array of byte using the default (little endian, Lsb0) byte and bit ordering.
- intToHex(int, int, String, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an int into an array of Char using the default (little endian, Lsb0) byte and bit ordering.
- intToHexDigit(int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts the 4 lsb of an int to a hexadecimal digit.
- intToHexDigitMsb0(int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts the 4 lsb of an int to a hexadecimal digit encoded using the Msb0 bit ordering.
- intToShortArray(int, int, short[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an int into an array of short using the default (little endian, Lsb0) byte and bit ordering.
- intValue() - Method in class com.google.common.primitives.UnsignedInteger
-
Returns the value of this
UnsignedInteger
as anint
. - intValue() - Method in class com.google.common.primitives.UnsignedLong
-
Returns the value of this
UnsignedLong
as anint
. - intValue() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets the fraction as an
int
. - intValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Returns the value of this MutableByte as an int.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Returns the value of this MutableDouble as an int.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Returns the value of this MutableFloat as an int.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Returns the value of this MutableInt as an int.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Returns the value of this MutableLong as an int.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Returns the value of this MutableShort as an int.
- intValue(Integer, int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Resolves a possibly null Integer to a primitive int, using a default value.
- INVALID_TOKEN - net.minecraft.client.stream.IStream.AuthFailureReason
- invalidate() - Method in class net.minecraft.tileentity.TileEntity
-
+ invalidates a tile entity
- invalidate() - Method in class net.minecraft.tileentity.TileEntityChest
-
+ invalidates a tile entity
- invalidate() - Method in class net.minecraft.tileentity.TileEntityEnderChest
-
+ invalidates a tile entity
- invalidateBlockReceiveRegion(int, int, int, int, int, int) - Method in class net.minecraft.client.multiplayer.WorldClient
-
+ Invalidates an AABB region of blocks from the receive queue, in the event that the block has been modified client-side in the intervening 80 receive ticks.
- invalidateRegionAndSetBlock(BlockPos, IBlockState) - Method in class net.minecraft.client.multiplayer.WorldClient
- inventory - Variable in class net.minecraft.entity.player.EntityPlayer
-
+ Inventory of the player
- inventory - Variable in class net.minecraft.inventory.Slot
- inventoryBackground - Static variable in class net.minecraft.client.gui.inventory.GuiContainer
-
+ The location of the inventory background texture
- InventoryBasic - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- InventoryBasic(String, boolean, int) - Constructor for class net.minecraft.inventory.InventoryBasic
- InventoryBasic(IChatComponent, int) - Constructor for class net.minecraft.inventory.InventoryBasic
- inventoryChanged - Variable in class net.minecraft.entity.player.InventoryPlayer
- inventoryContainer - Variable in class net.minecraft.entity.player.EntityPlayer
- InventoryCrafting - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- InventoryCrafting(Container, int, int) - Constructor for class net.minecraft.inventory.InventoryCrafting
- InventoryCraftResult - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- InventoryCraftResult() - Constructor for class net.minecraft.inventory.InventoryCraftResult
- InventoryEffectRenderer - Class in net.minecraft.client.renderer
- InventoryEffectRenderer(Container) - Constructor for class net.minecraft.client.renderer.InventoryEffectRenderer
- InventoryEnderChest - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- InventoryEnderChest() - Constructor for class net.minecraft.inventory.InventoryEnderChest
- InventoryHelper - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- InventoryHelper() - Constructor for class net.minecraft.inventory.InventoryHelper
- inventoryItemStacks - Variable in class net.minecraft.inventory.Container
-
+ the list of all items(stacks) for the corresponding slot
- InventoryLargeChest - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- InventoryLargeChest(String, ILockableContainer, ILockableContainer) - Constructor for class net.minecraft.inventory.InventoryLargeChest
- InventoryMerchant - Class in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- InventoryMerchant(EntityPlayer, IMerchant) - Constructor for class net.minecraft.inventory.InventoryMerchant
- InventoryPlayer - Class in net.minecraft.entity.player
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- InventoryPlayer(EntityPlayer) - Constructor for class net.minecraft.entity.player.InventoryPlayer
- inventorySlots - Variable in class net.minecraft.client.gui.inventory.GuiContainer
- inventorySlots - Variable in class net.minecraft.inventory.Container
-
+ the list of all slots in the inventory
- inventoryType - Variable in class net.minecraft.network.play.server.S2DPacketOpenWindow
- inverse() - Method in interface com.google.common.collect.BiMap
-
Returns the inverse view of this bimap, which maps each of this bimap's values to its associated key.
- inverse() - Method in class com.google.common.collect.HashBiMap
- inverse() - Method in class com.google.common.collect.ImmutableBiMap
-
Returns the inverse view of this bimap, which maps each of this bimap's values to its associated key.
- inverse() - Method in class com.google.common.collect.ImmutableListMultimap
-
Returns an immutable multimap which is the inverse of this one.
- inverse() - Method in class com.google.common.collect.ImmutableMultimap
-
Returns an immutable multimap which is the inverse of this one.
- inverse() - Method in class com.google.common.collect.ImmutableSetMultimap
-
Returns an immutable multimap which is the inverse of this one.
- inverseObjectRegistry - Variable in class net.minecraft.util.RegistryNamespaced
- invert() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix
-
Invert this matrix
- invert() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Invert this matrix
- invert() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Invert this matrix
- invert() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Invert this matrix
- invert() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets a fraction that is the inverse (1/fraction) of this one.
- invert(Matrix2f, Matrix2f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Invert the source matrix and place the result in the destination matrix.
- invert(Matrix3f, Matrix3f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Invert the source matrix and put the result into the destination matrix
- invert(Matrix4f, Matrix4f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Invert the source matrix and put the result in the destination
- INVERT_MOUSE - net.minecraft.client.settings.GameSettings.Options
- invertFrom(Multimap<? extends V, ? extends K>, M) - Static method in class com.google.common.collect.Multimaps
-
Copies each key-value mapping in
source
intodest
, with its key and value reversed. - invertMouse - Variable in class net.minecraft.client.settings.GameSettings
- invisibility - Static variable in class net.minecraft.potion.Potion
-
+ The invisibility Potion object.
- INVISIBLE - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is invisible; that is, if its Unicode category is any of SPACE_SEPARATOR, LINE_SEPARATOR, PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and PRIVATE_USE according to ICU4J.
- invulnerable - Variable in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- inWall - Static variable in class net.minecraft.util.DamageSource
- inWater - Variable in class net.minecraft.entity.Entity
- IObjectGL - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IObjectIntIterable<T> - Interface in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ioException() - Method in class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Returns the last
IOException
thrown by theFormatter
's output destination. - IOUtils - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- IOUtils() - Constructor for class net.lax1dude.eaglercraft.v1_8.IOUtils
- IParticleFactory - Interface in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IPlayerFileData - Interface in net.minecraft.world.storage
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IPosition - Interface in net.minecraft.dispenser
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IProgramGL - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IProgressMeter - Interface in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IProgressUpdate - Interface in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IProjectile - Interface in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IProperty<T extends java.lang.Comparable<T>> - Interface in net.minecraft.block.properties
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IQueryGL - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IRangedAttackMob - Interface in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IRecipe - Interface in net.minecraft.item.crafting
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IRegistry<K,V> - Interface in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IReloadableResourceManager - Interface in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IRenderbufferGL - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IRenderChunkFactory - Interface in net.minecraft.client.renderer.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IResource - Interface in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IResourceHandle - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IResourceManager - Interface in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IResourceManagerReloadListener - Interface in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IResourcePack - Interface in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- iron - Static variable in class net.minecraft.block.material.Material
- IRON - net.minecraft.item.Item.ToolMaterial
- IRON - net.minecraft.item.ItemArmor.ArmorMaterial
- iron_axe - Static variable in class net.minecraft.init.Items
- iron_bars - Static variable in class net.minecraft.init.Blocks
- iron_block - Static variable in class net.minecraft.init.Blocks
- iron_boots - Static variable in class net.minecraft.init.Items
- iron_chestplate - Static variable in class net.minecraft.init.Items
- iron_door - Static variable in class net.minecraft.init.Blocks
- iron_door - Static variable in class net.minecraft.init.Items
- iron_helmet - Static variable in class net.minecraft.init.Items
- iron_hoe - Static variable in class net.minecraft.init.Items
- iron_horse_armor - Static variable in class net.minecraft.init.Items
- iron_ingot - Static variable in class net.minecraft.init.Items
- iron_leggings - Static variable in class net.minecraft.init.Items
- iron_ore - Static variable in class net.minecraft.init.Blocks
- iron_pickaxe - Static variable in class net.minecraft.init.Items
- iron_shovel - Static variable in class net.minecraft.init.Items
- iron_sword - Static variable in class net.minecraft.init.Items
- iron_trapdoor - Static variable in class net.minecraft.init.Blocks
- ironColor - Static variable in class net.minecraft.block.material.MapColor
- ironGolemBody - Variable in class net.minecraft.client.model.ModelIronGolem
- ironGolemHead - Variable in class net.minecraft.client.model.ModelIronGolem
- ironGolemLeftArm - Variable in class net.minecraft.client.model.ModelIronGolem
- ironGolemLeftLeg - Variable in class net.minecraft.client.model.ModelIronGolem
- ironGolemRightArm - Variable in class net.minecraft.client.model.ModelIronGolem
- ironGolemRightLeg - Variable in class net.minecraft.client.model.ModelIronGolem
- is(char) - Static method in class com.google.common.base.CharMatcher
-
Returns a
char
matcher that matches only one specified character. - is(A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
-
Provides access to the available methods
- is(T) - Static method in class org.apache.commons.lang3.Range
-
Obtains a range using the specified element as both the minimum and maximum in this range.
- is(T, Comparator<T>) - Static method in class org.apache.commons.lang3.Range
-
Obtains a range using the specified element as both the minimum and maximum in this range.
- IS_JAVA_1_1 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 1.1 (also 1.1.x versions). - IS_JAVA_1_2 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 1.2 (also 1.2.x versions). - IS_JAVA_1_3 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 1.3 (also 1.3.x versions). - IS_JAVA_1_4 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 1.4 (also 1.4.x versions). - IS_JAVA_1_5 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 1.5 (also 1.5.x versions). - IS_JAVA_1_6 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 1.6 (also 1.6.x versions). - IS_JAVA_1_7 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 1.7 (also 1.7.x versions). - IS_JAVA_1_8 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 1.8 (also 1.8.x versions). - IS_JAVA_1_9 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Deprecated.As of release 3.5, replaced by
SystemUtils.IS_JAVA_9
- IS_JAVA_10 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 10 (also 10.x versions). - IS_JAVA_11 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 11 (also 11.x versions). - IS_JAVA_12 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 12 (also 12.x versions). - IS_JAVA_13 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 13 (also 13.x versions). - IS_JAVA_14 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 14 (also 14.x versions). - IS_JAVA_15 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 15 (also 15.x versions). - IS_JAVA_9 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Java version 9 (also 9.x versions). - IS_OS_400 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is IBM OS/400. - IS_OS_AIX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is AIX. - IS_OS_FREE_BSD - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is FreeBSD. - IS_OS_HP_UX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is HP-UX. - IS_OS_IRIX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Irix. - IS_OS_LINUX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Linux. - IS_OS_MAC - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac. - IS_OS_MAC_OSX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac. - IS_OS_MAC_OSX_BIG_SUR - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Big Sur. - IS_OS_MAC_OSX_CATALINA - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Catalina. - IS_OS_MAC_OSX_CHEETAH - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Cheetah. - IS_OS_MAC_OSX_EL_CAPITAN - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X El Capitan. - IS_OS_MAC_OSX_HIGH_SIERRA - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X High Sierra. - IS_OS_MAC_OSX_JAGUAR - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Jaguar. - IS_OS_MAC_OSX_LEOPARD - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Leopard. - IS_OS_MAC_OSX_LION - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Lion. - IS_OS_MAC_OSX_MAVERICKS - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Mavericks. - IS_OS_MAC_OSX_MOJAVE - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Mojave. - IS_OS_MAC_OSX_MOUNTAIN_LION - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Mountain Lion. - IS_OS_MAC_OSX_PANTHER - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Panther. - IS_OS_MAC_OSX_PUMA - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Puma. - IS_OS_MAC_OSX_SIERRA - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Sierra. - IS_OS_MAC_OSX_SNOW_LEOPARD - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Snow Leopard. - IS_OS_MAC_OSX_TIGER - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Tiger. - IS_OS_MAC_OSX_YOSEMITE - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Mac OS X Yosemite. - IS_OS_NET_BSD - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is NetBSD. - IS_OS_OPEN_BSD - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is OpenBSD. - IS_OS_OS2 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is OS/2. - IS_OS_SOLARIS - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Solaris. - IS_OS_SUN_OS - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is SunOS. - IS_OS_UNIX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is a UNIX like system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS. - IS_OS_WINDOWS - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows. - IS_OS_WINDOWS_10 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows 10. - IS_OS_WINDOWS_2000 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows 2000. - IS_OS_WINDOWS_2003 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows 2003. - IS_OS_WINDOWS_2008 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows Server 2008. - IS_OS_WINDOWS_2012 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows Server 2012. - IS_OS_WINDOWS_7 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows 7. - IS_OS_WINDOWS_8 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows 8. - IS_OS_WINDOWS_95 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows 95. - IS_OS_WINDOWS_98 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows 98. - IS_OS_WINDOWS_ME - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows ME. - IS_OS_WINDOWS_NT - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows NT. - IS_OS_WINDOWS_VISTA - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows Vista. - IS_OS_WINDOWS_XP - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is Windows XP. - IS_OS_ZOS - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is
true
if this is z/OS. - IS_STANDALONE - Static variable in class net.minecraft.util.EntitySelectors
-
+ Selects only entities which are neither ridden by anything nor ride on anything
- is32Bit() - Method in class org.apache.commons.lang3.arch.Processor
-
Checks if
Processor
is 32 bit. - is64Bit() - Method in class org.apache.commons.lang3.arch.Processor
-
Checks if
Processor
is 64 bit. - isAABBInMaterial(AxisAlignedBB, Material) - Method in class net.minecraft.world.World
-
+ checks if the given AABB is in the material given.
- isAchievement() - Method in class net.minecraft.stats.Achievement
-
+ Returns whether or not the StatBase-derived class is a statistic (running counter) or an achievement (one-shot).
- isAchievement() - Method in class net.minecraft.stats.StatBase
-
+ Returns whether or not the StatBase-derived class is a statistic (running counter) or an achievement (one-shot).
- isActive() - Static method in class net.lax1dude.eaglercraft.v1_8.Display
- isActuallyGrabbed() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- isAdultHorse() - Method in class net.minecraft.entity.passive.EntityHorse
- isAdventure() - Method in enum net.minecraft.world.WorldSettings.GameType
- isAfter(T) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range is after the specified element.
- isAfterRange(Range<T>) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range is completely after the specified range.
- isAIDisabled() - Method in class net.minecraft.entity.EntityLiving
-
+ Get whether this Entity's AI is disabled
- isAIEnabled() - Method in class net.minecraft.entity.monster.EntityCreeper
-
+ Returns true if the newer Entity AI code should be run
- isAirBlock(BlockPos) - Method in class net.minecraft.world.ChunkCache
-
+ Checks to see if an air block exists at the provided location.
- isAirBlock(BlockPos) - Method in interface net.minecraft.world.IBlockAccess
-
+ Checks to see if an air block exists at the provided location.
- isAirBlock(BlockPos) - Method in class net.minecraft.world.World
-
+ Checks to see if an air block exists at the provided location.
- isAirBorne - Variable in class net.minecraft.entity.Entity
- isAllBlank(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if all of the CharSequences are empty (""), null or whitespace only.
- isAllEmpty(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if all of the CharSequences are empty ("") or null.
- isAllLowerCase(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only lowercase characters.
- isAllowedCharacter(char) - Static method in class net.minecraft.util.ChatAllowedCharacters
- isAllowEdit() - Method in class net.minecraft.entity.player.EntityPlayer
- isAllowFlying() - Method in class net.minecraft.network.play.client.C13PacketPlayerAbilities
- isAllowFlying() - Method in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- isAllSet(int) - Method in class org.apache.commons.lang3.BitField
-
Returns whether all of the bits are set or not.
- isAllUpperCase(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only uppercase characters.
- isAlpha(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode letters.
- isAlphanumeric(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode letters or digits.
- isAlphanumericSpace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode letters, digits or space (
' '
). - isAlphaSpace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode letters and space (' ').
- isAlreadyQueued(RenderChunk) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.ChunkUpdateManager
- isAltKeyDown() - Static method in class net.minecraft.client.gui.GuiScreen
-
+ Returns true if either alt key is down
- isAmbientOcclusion() - Method in class net.minecraft.client.renderer.block.model.ModelBlock
- isAmbientOcclusion() - Method in class net.minecraft.client.resources.model.BuiltInModel
- isAmbientOcclusion() - Method in interface net.minecraft.client.resources.model.IBakedModel
- isAmbientOcclusion() - Method in class net.minecraft.client.resources.model.SimpleBakedModel
- isAmbientOcclusion() - Method in class net.minecraft.client.resources.model.WeightedBakedModel
- isAmbientOcclusionEnabled() - Static method in class net.minecraft.client.Minecraft
-
+ Returns if ambient occlusion is enabled
- isAngry() - Method in class net.minecraft.entity.monster.EntityPigZombie
- isAngry() - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Determines whether this wolf is angry or not.
- isAnyBlank(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if any of the CharSequences are empty ("") or null or whitespace only.
- isAnyEmpty(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if any of the CharSequences are empty ("") or null.
- isAnyLiquid(AxisAlignedBB) - Method in class net.minecraft.world.World
-
+ Returns if any of the blocks within the aabb are liquids.
- isAnyPlayerWithinRangeAt(double, double, double, double) - Method in class net.minecraft.world.World
- isAreaLoaded(BlockPos, int) - Method in class net.minecraft.world.World
- isAreaLoaded(BlockPos, int, boolean) - Method in class net.minecraft.world.World
- isAreaLoaded(BlockPos, BlockPos) - Method in class net.minecraft.world.World
- isAreaLoaded(BlockPos, BlockPos, boolean) - Method in class net.minecraft.world.World
- isArmored() - Method in class net.minecraft.entity.boss.EntityWither
-
+ Returns whether the wither is armored with its boss armor or not by checking whether its health is below half of its maximum.
- isArmorItem(Item) - Static method in class net.minecraft.entity.passive.EntityHorse
-
+ Returns true if given item is horse armor
- isArrayByteBase64(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Deprecated.1.5 Use
Base64.isBase64(byte[])
, will be removed in 2.0. - isArrayContentDetail() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to output array content detail.
- isAscending() - Method in enum net.minecraft.block.BlockRailBase.EnumRailDirection
- isAscii(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit.
- isAsciiAlpha(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic.
- isAsciiAlphaLower(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic lower case.
- isAsciiAlphanumeric(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiAlphaUpper(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic upper case.
- isAsciiControl(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit control.
- isAsciiNumeric(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiPrintable(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit printable.
- isAsciiPrintable(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only ASCII printable characters.
- isAssignableFrom(Class<?>, Class<?>) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the argument can be converted to the specified class, if not, throws an exception.
- isAssignableFrom(Class<?>, Class<?>, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the argument can be converted to the specified class, if not throws an exception.
- isAssociated(Block) - Method in class net.minecraft.block.BlockRedstoneDiode
- isAssociatedBlock(Block) - Method in class net.minecraft.block.Block
- isAssociatedBlock(Block) - Method in class net.minecraft.block.BlockRedstoneDiode
- isAssociatedBlock(Block) - Method in class net.minecraft.block.BlockRedstoneTorch
- isAtLocation(int, int) - Method in class net.minecraft.world.chunk.Chunk
-
+ Checks whether the chunk is at the X/Z location specified
- isAtLocation(int, int) - Method in class net.minecraft.world.chunk.EmptyChunk
-
+ Checks whether the chunk is at the X/Z location specified
- isAttacking - Variable in class net.minecraft.client.model.ModelEnderman
- isAttacking() - Method in class net.minecraft.entity.monster.EntityGhast
- isAutoIncrement() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStore
- isAvailableLocale(Locale) - Static method in class org.apache.commons.lang3.LocaleUtils
-
Checks if the locale specified is in the list of available locales.
- ISaveHandler - Interface in net.minecraft.world.storage
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- isBadEffect() - Method in class net.minecraft.potion.Potion
-
+ This method returns true if the potion effect is bad - negative - for the entity.
- isBase64(byte) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Returns whether or not the
octet
is in the base 64 alphabet. - isBase64(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
- isBase64(String) - Static method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
- isBefore(T) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range is before the specified element.
- isBeforeRange(Range<T>) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range is completely before the specified range.
- isBegging() - Method in class net.minecraft.entity.passive.EntityWolf
- isBesideClimbableBlock() - Method in class net.minecraft.entity.monster.EntitySpider
-
+ Returns true if the WatchableObject (Byte) is 0x01 otherwise returns false.
- isBidirectional() - Method in class net.minecraft.client.resources.Language
- isBlank(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if a CharSequence is empty (""), null or whitespace only.
- isBlockContainer - Variable in class net.minecraft.block.Block
- isBlockFullCube(BlockPos) - Method in class net.minecraft.world.World
- isBlockIndirectlyGettingPowered(BlockPos) - Method in class net.minecraft.world.World
-
+ Checks if the specified block or its neighbors are powered by a neighboring block.
- isBlocking() - Method in class net.minecraft.entity.player.EntityPlayer
- isBlockinHighHumidity(BlockPos) - Method in class net.minecraft.world.World
- isBlockLoaded(BlockPos) - Method in class net.minecraft.world.World
- isBlockLoaded(BlockPos, boolean) - Method in class net.minecraft.world.World
- isBlockModifiable(EntityPlayer, BlockPos) - Method in class net.minecraft.world.World
- isBlockNormalCube() - Method in class net.minecraft.block.Block
-
+ Indicate if a material is a normal solid opaque cube
- isBlockNormalCube(BlockPos, boolean) - Method in class net.minecraft.world.World
-
+ Checks if a block's material is opaque, and that it takes up a full cube
- isBlockPowered(BlockPos) - Method in class net.minecraft.world.World
- isBlockSolid(IBlockAccess, BlockPos, EnumFacing) - Method in class net.minecraft.block.Block
-
+ Whether this Block is solid on the given Side
- isBlockSolid(IBlockAccess, BlockPos, EnumFacing) - Method in class net.minecraft.block.BlockLiquid
-
+ Whether this Block is solid on the given Side
- isBlockStairs(Block) - Static method in class net.minecraft.block.BlockStairs
-
+ Checks if a block is stairs
- isBlockTickPending(BlockPos, Block) - Method in class net.minecraft.world.World
- isBonusChestEnabled() - Method in class net.minecraft.world.WorldSettings
-
+ Returns true if the Bonus Chest is enabled.
- isBoundingBoxInFrustum(AxisAlignedBB) - Method in class net.minecraft.client.renderer.culling.Frustum
-
+ Returns true if the bounding box is inside all 6 clipping planes, otherwise returns false.
- isBoundingBoxInFrustum(AxisAlignedBB) - Method in interface net.minecraft.client.renderer.culling.ICamera
-
+ Returns true if the bounding box is inside all 6 clipping planes, otherwise returns false.
- isBoxInFrustum(double, double, double, double, double, double) - Method in class net.minecraft.client.renderer.culling.ClippingHelper
-
+ Returns true if the box is inside all 6 clipping planes, otherwise returns false.
- isBoxInFrustum(double, double, double, double, double, double) - Method in class net.minecraft.client.renderer.culling.Frustum
-
+ Calls the clipping helper.
- isBreakDoorsTaskSet() - Method in class net.minecraft.entity.monster.EntityZombie
- isBreeding() - Method in class net.minecraft.entity.passive.EntityHorse
- isBreedingItem(ItemStack) - Method in class net.minecraft.entity.passive.EntityAnimal
-
+ Checks if the parameter is an item which this animal can be fed to breed it (wheat, carrots or seeds depending on the animal type)
- isBreedingItem(ItemStack) - Method in class net.minecraft.entity.passive.EntityChicken
-
+ Checks if the parameter is an item which this animal can be fed to breed it (wheat, carrots or seeds depending on the animal type)
- isBreedingItem(ItemStack) - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Checks if the parameter is an item which this animal can be fed to breed it (wheat, carrots or seeds depending on the animal type)
- isBreedingItem(ItemStack) - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Checks if the parameter is an item which this animal can be fed to breed it (wheat, carrots or seeds depending on the animal type)
- isBreedingItem(ItemStack) - Method in class net.minecraft.entity.passive.EntityPig
-
+ Checks if the parameter is an item which this animal can be fed to breed it (wheat, carrots or seeds depending on the animal type)
- isBreedingItem(ItemStack) - Method in class net.minecraft.entity.passive.EntityRabbit
-
+ Checks if the parameter is an item which this animal can be fed to breed it (wheat, carrots or seeds depending on the animal type)
- isBreedingItem(ItemStack) - Method in class net.minecraft.entity.passive.EntityWolf
-
+ Checks if the parameter is an item which this animal can be fed to breed it (wheat, carrots or seeds depending on the animal type)
- isBroadcasting() - Method in interface net.minecraft.client.stream.IStream
- isBucket(ItemStack) - Static method in class net.minecraft.inventory.SlotFurnaceFuel
- isBuiltInRenderer() - Method in class net.minecraft.client.resources.model.BuiltInModel
- isBuiltInRenderer() - Method in interface net.minecraft.client.resources.model.IBakedModel
- isBuiltInRenderer() - Method in class net.minecraft.client.resources.model.SimpleBakedModel
- isBuiltInRenderer() - Method in class net.minecraft.client.resources.model.WeightedBakedModel
- isBurning() - Method in class net.minecraft.entity.Entity
-
+ Returns true if the entity is on fire.
- isBurning() - Method in class net.minecraft.entity.monster.EntityBlaze
-
+ Returns true if the entity is on fire.
- isBurning() - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Returns true if the entity is on fire.
- isBurning() - Method in class net.minecraft.entity.projectile.EntityWitherSkull
-
+ Returns true if the entity is on fire.
- isBurning() - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Furnace isBurning
- isBurning(IInventory) - Static method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Furnace isBurning
- isButtonDown(int) - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- isCancelled() - Method in interface net.lax1dude.eaglercraft.v1_8.futures.Future
- isCancelled() - Method in class net.lax1dude.eaglercraft.v1_8.futures.FutureTask
- isCarrying - Variable in class net.minecraft.client.model.ModelEnderman
- isChannelOpen() - Method in class net.lax1dude.eaglercraft.v1_8.socket.EaglercraftNetworkManager
- isChat() - Method in class net.minecraft.network.play.server.S02PacketChat
- isChested() - Method in class net.minecraft.entity.passive.EntityHorse
- isChickenJockey() - Method in class net.minecraft.entity.passive.EntityChicken
-
+ Determines if this chicken is a jokey with a zombie riding it.
- isChild - Variable in class net.minecraft.client.model.ModelBase
- isChild() - Method in class net.minecraft.entity.EntityAgeable
-
+ If Animal, checks if the age timer is negative
- isChild() - Method in class net.minecraft.entity.EntityLivingBase
-
+ If Animal, checks if the age timer is negative
- isChild() - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ If Animal, checks if the age timer is negative
- isChild() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ If Animal, checks if the age timer is negative
- isChunkLoaded(int, int, boolean) - Method in class net.minecraft.world.World
- isClosed() - Method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumEaglerConnectionState
- isClosed() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- isClosed() - Method in enum net.lax1dude.eaglercraft.v1_8.internal.IServerQuery.QueryReadyState
- isCloseRequested() - Static method in class net.lax1dude.eaglercraft.v1_8.Display
- isCloseRequested() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- isCollidable() - Method in class net.minecraft.block.Block
-
+ Returns if this block is collidable (only used by Fire).
- isCollidable() - Method in class net.minecraft.block.BlockFire
-
+ Returns if this block is collidable (only used by Fire).
- isCollidable() - Method in class net.minecraft.block.BlockStairs
-
+ Returns if this block is collidable (only used by Fire).
- isCollided - Variable in class net.minecraft.entity.Entity
- isCollidedHorizontally - Variable in class net.minecraft.entity.Entity
- isCollidedVertically - Variable in class net.minecraft.entity.Entity
- isColor() - Method in enum net.minecraft.util.EnumChatFormatting
-
+ Checks if this is a color code.
- isColorsEnabled() - Method in class net.minecraft.network.play.client.C15PacketClientSettings
- isCompatible(BloomFilter<T>) - Method in class com.google.common.hash.BloomFilter
-
Determines whether a given bloom filter is compatible with this bloom filter.
- isComplete() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
- isConnected(Range<C>) - Method in class com.google.common.collect.Range
-
Returns
true
if there exists a (possibly empty) range which is enclosed by both this range andother
. - isConnectedTo(IBlockAccess, BlockPos, IBlockState, EnumFacing) - Static method in class net.minecraft.block.BlockTripWire
- isConverting() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Returns whether this zombie is in the process of converting to a villager
- IScoreObjectiveCriteria - Interface in net.minecraft.scoreboard
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IScoreObjectiveCriteria.EnumRenderType - Enum in net.minecraft.scoreboard
- isCreatable(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Checks whether the String a valid Java number.
- isCreated() - Static method in class net.lax1dude.eaglercraft.v1_8.Keyboard
- isCreated() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- isCreative() - Method in enum net.minecraft.world.WorldSettings.GameType
- isCreativeMode - Variable in class net.minecraft.entity.player.PlayerCapabilities
- isCreativeMode() - Method in class net.minecraft.network.play.client.C13PacketPlayerAbilities
- isCreativeMode() - Method in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- isCreativePlayer() - Method in class net.minecraft.util.DamageSource
- isCtrlKeyDown() - Static method in class net.minecraft.client.gui.GuiScreen
-
+ Returns true if either windows ctrl key is down or if either mac meta key is down
- isCurrentLanguageBidirectional() - Method in class net.minecraft.client.resources.LanguageManager
- isCurrentLocaleUnicode() - Method in class net.minecraft.client.resources.LanguageManager
- isCurrentViewEntity() - Method in class net.minecraft.client.entity.EntityPlayerSP
- isDamageable() - Method in class net.minecraft.item.Item
- isDamageAbsolute() - Method in class net.minecraft.util.DamageSource
-
+ Whether or not the damage ignores modification by potion effects or enchantments.
- isDaytime() - Method in class net.minecraft.world.World
-
+ Checks whether its daytime by seeing if the light subtracted from the skylight is less than 4
- isDead - Variable in class net.minecraft.entity.Entity
- isDebugBoundingBox() - Method in class net.minecraft.client.renderer.entity.RenderManager
- isDebugEnabled() - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- isDebugRuntime() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- isDecimalNotation(String) - Static method in class org.json.JSONObject
-
Tests if the value should be tried as a decimal.
- isDefault - Variable in class net.minecraft.client.multiplayer.ServerData
- isDefaultFullDetail() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to use full detail when the caller doesn't specify.
- isDemo - Variable in class net.minecraft.client.main.GameConfiguration.GameInformation
- isDemo() - Method in class net.minecraft.client.Minecraft
-
+ Gets whether this is a demo or not.
- isDifficultyLocked() - Method in class net.minecraft.network.play.server.S41PacketServerDifficulty
- isDifficultyLocked() - Method in class net.minecraft.world.storage.WorldInfo
- isDifficultyScaled() - Method in class net.minecraft.util.DamageSource
-
+ Return whether this damage source will have its damage amount scaled based on the current difficulty.
- isDifficultyScaled() - Method in class net.minecraft.util.EntityDamageSource
-
+ Return whether this damage source will have its damage amount scaled based on the current difficulty.
- isDigits(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Checks whether the
String
contains only digit characters. - isDirect() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- isDirect() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- isDirect() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- isDirect() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- isDirect() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- isDirect() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- isDirect() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- isDirect() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- isDirect() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns
true
if and only if this buffer is backed by an NIO direct buffer. - isDirect() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- isDirect() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- isDirect() - Method in class net.minecraft.network.PacketBuffer
- isDirty() - Method in class net.minecraft.world.WorldSavedData
-
+ Whether this MapDataBase needs saving to disk.
- isDone() - Method in interface net.lax1dude.eaglercraft.v1_8.futures.Future
- isDone() - Method in class net.lax1dude.eaglercraft.v1_8.futures.FutureTask
- isDonePlaying() - Method in interface net.minecraft.client.audio.ITickableSound
- isDonePlaying() - Method in class net.minecraft.client.audio.MovingSound
- isDouble() - Method in class net.minecraft.block.BlockDoubleStoneSlab
- isDouble() - Method in class net.minecraft.block.BlockDoubleStoneSlabNew
- isDouble() - Method in class net.minecraft.block.BlockDoubleWoodSlab
- isDouble() - Method in class net.minecraft.block.BlockHalfStoneSlab
- isDouble() - Method in class net.minecraft.block.BlockHalfStoneSlabNew
- isDouble() - Method in class net.minecraft.block.BlockHalfWoodSlab
- isDouble() - Method in class net.minecraft.block.BlockSlab
- isEating() - Method in class net.minecraft.entity.Entity
- isEatingHaystack() - Method in class net.minecraft.entity.passive.EntityHorse
- isEffectInstant(int) - Method in class net.minecraft.item.ItemPotion
- isElder() - Method in class net.minecraft.entity.monster.EntityGuardian
- isEmpty() - Method in class com.google.common.collect.ArrayTable
-
Always returns
false
. - isEmpty() - Method in class com.google.common.collect.FluentIterable
-
Determines whether this fluent iterable is empty.
- isEmpty() - Method in class com.google.common.collect.ForwardingCollection
- isEmpty() - Method in class com.google.common.collect.ForwardingMap
- isEmpty() - Method in class com.google.common.collect.ForwardingMultimap
- isEmpty() - Method in class com.google.common.collect.ForwardingTable
- isEmpty() - Method in class com.google.common.collect.ImmutableMap
- isEmpty() - Method in class com.google.common.collect.ImmutableRangeSet
- isEmpty() - Method in class com.google.common.collect.LinkedListMultimap
- isEmpty() - Method in interface com.google.common.collect.Multimap
-
Returns
true
if this multimap contains no key-value pairs. - isEmpty() - Method in class com.google.common.collect.Range
-
Returns
true
if this range is of the form[v..v)
or(v..v]
. - isEmpty() - Method in interface com.google.common.collect.RangeSet
-
Returns
true
if this range set contains no ranges. - isEmpty() - Method in interface com.google.common.collect.Table
-
Returns
true
if the table contains no mappings. - isEmpty() - Method in class com.google.common.io.ByteSource
-
Returns whether the source has zero bytes.
- isEmpty() - Method in class com.google.common.io.CharSource
-
Returns whether the source has zero chars.
- isEmpty() - Method in class net.minecraft.client.renderer.chunk.CompiledChunk
- isEmpty() - Method in class net.minecraft.server.management.LowerStringMap
- isEmpty() - Method in class net.minecraft.util.ChatStyle
-
+ Whether or not this style is empty (inherits everything from the parent).
- isEmpty() - Method in class net.minecraft.world.chunk.Chunk
- isEmpty() - Method in class net.minecraft.world.chunk.EmptyChunk
- isEmpty() - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
-
+ Returns whether or not this block storage's Chunk is fully empty, based on its internal reference count.
- isEmpty() - Method in class net.minecraft.world.LockCode
- isEmpty() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Checks is the string builder is empty (convenience Collections API style method).
- isEmpty() - Method in class org.json.JSONArray
-
Check if JSONArray is empty.
- isEmpty() - Method in class org.json.JSONObject
-
Check if JSONObject is empty.
- isEmpty(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if a CharSequence is empty ("") or null.
- isEmpty(Iterable<?>) - Static method in class com.google.common.collect.Iterables
-
Determines if the given iterable contains no elements.
- isEmpty(Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Checks if an Object is empty or null.
- isEmptyTokenAsNull() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets whether the tokenizer currently returns empty tokens as null.
- isEnabled(int) - Static method in class net.minecraft.block.BlockHopper
-
+ Get's the hopper's active status from the 8-bit of the metadata.
- isEnableSubstitutionInVariables() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Returns a flag whether substitution is done in variable names.
- isEnded - Variable in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioHandle
- isEndedBy(T) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range ends with the specified element.
- isEntityAlive() - Method in class net.minecraft.entity.Entity
-
+ Checks whether target entity is alive.
- isEntityAlive() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Checks whether target entity is alive.
- isEntityEqual(Entity) - Method in class net.minecraft.entity.boss.EntityDragonPart
-
+ Returns true if Entity argument is equal to this Entity
- isEntityEqual(Entity) - Method in class net.minecraft.entity.Entity
-
+ Returns true if Entity argument is equal to this Entity
- isEntityInsideOpaqueBlock() - Method in class net.minecraft.entity.Entity
-
+ Checks if this entity is inside of an opaque block
- isEntityInsideOpaqueBlock() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Checks if this entity is inside of an opaque block
- isEntityInvulnerable(DamageSource) - Method in class net.minecraft.entity.Entity
- isEntityUndead() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns true if this entity is undead.
- isEqualTo(Block, Block) - Static method in class net.minecraft.block.Block
- isEqualTo(BiomeGenBase) - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ returns true if the biome specified is equal to this biome
- isEqualTo(BiomeGenBase) - Method in class net.minecraft.world.biome.BiomeGenMutated
-
+ returns true if the biome specified is equal to this biome
- IServerQuery - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IServerQuery.QueryReadyState - Enum in net.lax1dude.eaglercraft.v1_8.internal
- isExplosion() - Method in class net.minecraft.util.DamageSource
- isExtending() - Method in class net.minecraft.tileentity.TileEntityPiston
-
+ Returns true if a piston is extending
- isFacingTowardsRepeater(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- isFalse() - Method in class org.apache.commons.lang3.mutable.MutableBoolean
-
Checks if the current value is
false
. - isFalse(Boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Checks if a
Boolean
value isfalse
, handlingnull
by returningfalse
. - isFancyGraphicsEnabled() - Static method in class net.minecraft.client.Minecraft
- isFancyStyling() - Method in enum net.minecraft.util.EnumChatFormatting
-
+ False if this is just changing the color or resetting; true otherwise.
- isFarmItemInInventory() - Method in class net.minecraft.entity.passive.EntityVillager
-
+ Returns true if villager has seeds, potatoes or carrots in inventory
- isFieldSeparatorAtEnd() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether the field separator should be added at the end of each buffer.
- isFieldSeparatorAtStart() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether the field separator should be added at the start of each buffer.
- isFindingSpawnPoint() - Method in class net.minecraft.world.World
- isFinished() - Method in class net.minecraft.client.renderer.chunk.ChunkCompileTaskGenerator
- isFinite(double) - Static method in class com.google.common.primitives.Doubles
-
Returns
true
ifvalue
represents a real number. - isFinite(float) - Static method in class com.google.common.primitives.Floats
-
Returns
true
ifvalue
represents a real number. - isFireDamage() - Method in class net.minecraft.util.DamageSource
-
+ Returns true if the damage is fire based.
- isFlammableWithin(AxisAlignedBB) - Method in class net.minecraft.world.World
- isFlowerPot() - Method in class net.minecraft.block.Block
-
+ Returns true only if block is flowerPot
- isFlowerPot() - Method in class net.minecraft.block.BlockFlowerPot
-
+ Returns true only if block is flowerPot
- isFlying - Variable in class net.minecraft.entity.player.PlayerCapabilities
- isFlying() - Method in class net.minecraft.network.play.client.C13PacketPlayerAbilities
- isFlying() - Method in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- isFocused() - Method in class net.minecraft.client.gui.GuiTextField
-
+ Getter for the focused field
- isFramerateLimitBelowMax() - Method in class net.minecraft.client.Minecraft
- isFull3D() - Method in class net.minecraft.item.Item
-
+ Returns True is the item is renderer in full 3D when hold.
- isFull3D() - Method in class net.minecraft.item.ItemCarrotOnAStick
-
+ Returns True is the item is renderer in full 3D when hold.
- isFull3D() - Method in class net.minecraft.item.ItemFishingRod
-
+ Returns True is the item is renderer in full 3D when hold.
- isFull3D() - Method in class net.minecraft.item.ItemHoe
-
+ Returns True is the item is renderer in full 3D when hold.
- isFull3D() - Method in class net.minecraft.item.ItemSword
-
+ Returns True is the item is renderer in full 3D when hold.
- isFull3D() - Method in class net.minecraft.item.ItemTool
-
+ Returns True is the item is renderer in full 3D when hold.
- isFullBlock() - Method in class net.minecraft.block.Block
- isFullCube() - Method in class net.minecraft.block.Block
- isFullCube() - Method in class net.minecraft.block.BlockAnvil
- isFullCube() - Method in class net.minecraft.block.BlockBanner
- isFullCube() - Method in class net.minecraft.block.BlockBasePressurePlate
- isFullCube() - Method in class net.minecraft.block.BlockBeacon
- isFullCube() - Method in class net.minecraft.block.BlockBed
- isFullCube() - Method in class net.minecraft.block.BlockBrewingStand
- isFullCube() - Method in class net.minecraft.block.BlockBush
- isFullCube() - Method in class net.minecraft.block.BlockButton
- isFullCube() - Method in class net.minecraft.block.BlockCactus
- isFullCube() - Method in class net.minecraft.block.BlockCake
- isFullCube() - Method in class net.minecraft.block.BlockCarpet
- isFullCube() - Method in class net.minecraft.block.BlockCauldron
- isFullCube() - Method in class net.minecraft.block.BlockChest
- isFullCube() - Method in class net.minecraft.block.BlockCocoa
- isFullCube() - Method in class net.minecraft.block.BlockDaylightDetector
- isFullCube() - Method in class net.minecraft.block.BlockDoor
- isFullCube() - Method in class net.minecraft.block.BlockDragonEgg
- isFullCube() - Method in class net.minecraft.block.BlockEnchantmentTable
- isFullCube() - Method in class net.minecraft.block.BlockEnderChest
- isFullCube() - Method in class net.minecraft.block.BlockEndPortal
- isFullCube() - Method in class net.minecraft.block.BlockFarmland
- isFullCube() - Method in class net.minecraft.block.BlockFence
- isFullCube() - Method in class net.minecraft.block.BlockFenceGate
- isFullCube() - Method in class net.minecraft.block.BlockFire
- isFullCube() - Method in class net.minecraft.block.BlockFlowerPot
- isFullCube() - Method in class net.minecraft.block.BlockGlass
- isFullCube() - Method in class net.minecraft.block.BlockHopper
- isFullCube() - Method in class net.minecraft.block.BlockLadder
- isFullCube() - Method in class net.minecraft.block.BlockLever
- isFullCube() - Method in class net.minecraft.block.BlockLiquid
- isFullCube() - Method in class net.minecraft.block.BlockPane
- isFullCube() - Method in class net.minecraft.block.BlockPistonBase
- isFullCube() - Method in class net.minecraft.block.BlockPistonExtension
- isFullCube() - Method in class net.minecraft.block.BlockPistonMoving
- isFullCube() - Method in class net.minecraft.block.BlockPortal
- isFullCube() - Method in class net.minecraft.block.BlockRailBase
- isFullCube() - Method in class net.minecraft.block.BlockRedstoneDiode
- isFullCube() - Method in class net.minecraft.block.BlockRedstoneWire
- isFullCube() - Method in class net.minecraft.block.BlockReed
- isFullCube() - Method in class net.minecraft.block.BlockSign
- isFullCube() - Method in class net.minecraft.block.BlockSkull
- isFullCube() - Method in class net.minecraft.block.BlockSlab
- isFullCube() - Method in class net.minecraft.block.BlockSnow
- isFullCube() - Method in class net.minecraft.block.BlockStainedGlass
- isFullCube() - Method in class net.minecraft.block.BlockStairs
- isFullCube() - Method in class net.minecraft.block.BlockTorch
- isFullCube() - Method in class net.minecraft.block.BlockTrapDoor
- isFullCube() - Method in class net.minecraft.block.BlockTripWire
- isFullCube() - Method in class net.minecraft.block.BlockTripWireHook
- isFullCube() - Method in class net.minecraft.block.BlockVine
- isFullCube() - Method in class net.minecraft.block.BlockWall
- isFullCube() - Method in class net.minecraft.block.BlockWeb
- isFullDetail(Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Is this field to be output in full detail.
- isFullscreen() - Static method in class net.lax1dude.eaglercraft.v1_8.Display
- isFullscreen() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- isFullScreen() - Method in class net.minecraft.client.Minecraft
-
+ Returns whether we're in full screen or not.
- isGamePaused() - Method in class net.minecraft.client.Minecraft
- isGui3d() - Method in class net.minecraft.client.renderer.block.model.ModelBlock
- isGui3d() - Method in class net.minecraft.client.resources.model.BuiltInModel
- isGui3d() - Method in interface net.minecraft.client.resources.model.IBakedModel
- isGui3d() - Method in class net.minecraft.client.resources.model.SimpleBakedModel
- isGui3d() - Method in class net.minecraft.client.resources.model.WeightedBakedModel
- isGuiEnabled() - Static method in class net.minecraft.client.Minecraft
- isGuiOpen() - Static method in class net.zxmushroom63.plugins.PluginGUI
- IShaderGL - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- isHardcoreMode() - Method in class net.minecraft.network.play.server.S01PacketJoinGame
- isHardcoreModeEnabled() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns true if hardcore mode is enabled, otherwise false
- isHellWorld - Variable in class net.minecraft.world.WorldProvider
- isHere(IInventory, int) - Method in class net.minecraft.inventory.Slot
-
+ returns true if the slot exists in the given inventory and location
- isHidden - Variable in class net.minecraft.client.model.ModelRenderer
- isHighHumidity() - Method in class net.minecraft.world.biome.BiomeGenBase
-
+ Checks to see if the rainfall level of the biome is extremely high
- isHingeLeft(int) - Static method in class net.minecraft.block.BlockDoor
- isHorizontal() - Method in enum net.minecraft.util.EnumFacing.Axis
- isHorseJumping() - Method in class net.minecraft.entity.passive.EntityHorse
- isHorseSaddled() - Method in class net.minecraft.entity.passive.EntityHorse
- isIA64() - Method in class org.apache.commons.lang3.arch.Processor
-
Checks if
Processor
is type of Intel Itanium. - ISidedInventory - Interface in net.minecraft.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- isIgnited() - Method in class net.minecraft.entity.item.EntityMinecartTNT
-
+ Returns true if the TNT minecart is ignited.
- isIgnoreEmptyTokens() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets whether the tokenizer currently ignores empty tokens.
- isImmuneToExplosions() - Method in class net.minecraft.entity.Entity
- isImmuneToExplosions() - Method in class net.minecraft.entity.item.EntityArmorStand
- isImmuneToFire - Variable in class net.minecraft.entity.Entity
- isImmuneToFire() - Method in class net.minecraft.entity.Entity
- isInAlphabet(byte) - Method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Returns whether or not the
octet
is in the Base64 alphabet. - isInAlphabet(byte) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Returns whether or not the
octet
is in the current alphabet. - isInAlphabet(byte[], boolean) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Tests a given byte array to see if it contains only valid characters within the alphabet.
- isInAlphabet(String) - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Tests a given String to see if it contains only valid characters within the alphabet.
- isInCreativeMode() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
-
+ returns true if player is in creative mode
- isIndependent - Variable in class net.minecraft.stats.StatBase
- isInfinite() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Checks whether the double value is infinite.
- isInfinite() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Checks whether the float value is infinite.
- isInitialized() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns true if the World is initialized.
- isInLava() - Method in class net.minecraft.entity.Entity
- isInLove() - Method in class net.minecraft.entity.passive.EntityAnimal
-
+ Returns if the entity is currently in 'love mode'.
- isInRangeToRender3d(double, double, double) - Method in class net.minecraft.entity.Entity
- isInRangeToRenderDist(double) - Method in class net.minecraft.entity.Entity
-
+ Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
- isInRangeToRenderDist(double) - Method in class net.minecraft.entity.EntityLeashKnot
-
+ Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
- isInRangeToRenderDist(double) - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
- isInRangeToRenderDist(double) - Method in class net.minecraft.entity.item.EntityEnderEye
-
+ Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
- isInRangeToRenderDist(double) - Method in class net.minecraft.entity.item.EntityFireworkRocket
-
+ Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
- isInRangeToRenderDist(double) - Method in class net.minecraft.entity.item.EntityItemFrame
-
+ Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
- isInRangeToRenderDist(double) - Method in class net.minecraft.entity.projectile.EntityFireball
-
+ Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
- isInRangeToRenderDist(double) - Method in class net.minecraft.entity.projectile.EntityFishHook
-
+ Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
- isInRangeToRenderDist(double) - Method in class net.minecraft.entity.projectile.EntityThrowable
-
+ Checks if the entity is in range to render by using the past in distance and comparing it to its average edge length * 64 * renderDistanceWeight Args: distance
- isInsideBorder(WorldBorder, Entity) - Method in class net.minecraft.world.World
- isInsideOfMaterial(Material) - Method in class net.minecraft.entity.Entity
-
+ Checks if the current block the entity is within of the specified material type
- isInsideWindow() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- isInstanceOf(Class<?>, Object) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the argument is an instance of the specified class, if not throws an exception.
- isInstanceOf(Class<?>, Object, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the argument is an instance of the specified class; otherwise throwing an exception with the specified message.
- isInstant() - Method in class net.minecraft.potion.Potion
-
+ Returns true if the potion has an instant effect instead of a continuous one (eg Harming)
- isInstant() - Method in class net.minecraft.potion.PotionHealth
-
+ Returns true if the potion has an instant effect instead of a continuous one (eg Harming)
- isIntegratedServerRunning() - Method in class net.minecraft.client.Minecraft
- isInterpolate() - Method in class net.minecraft.client.resources.data.AnimationMetadataSection
- isInvalid() - Method in class net.minecraft.tileentity.TileEntity
- isInvisible() - Method in class net.minecraft.entity.Entity
- isInvisibleToPlayer(EntityPlayer) - Method in class net.minecraft.entity.Entity
-
+ Only used by renderer in EntityLivingBase subclasses.\nDetermines if an entity is visible or not to a specfic player, if the entity is normally invisible.\nFor EntityLivingBase subclasses, returning false when invisible will render the entity semitransparent.
- isInvisibleToPlayer(EntityPlayer) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Only used by renderer in EntityLivingBase subclasses.\nDetermines if an entity is visible or not to a specfic player, if the entity is normally invisible.\nFor EntityLivingBase subclasses, returning false when invisible will render the entity semitransparent.
- isInvulnerable() - Method in class net.minecraft.entity.projectile.EntityWitherSkull
-
+ Return whether this skull comes from an invulnerable (aura) wither boss.
- isInvulnerable() - Method in class net.minecraft.network.play.client.C13PacketPlayerAbilities
- isInvulnerable() - Method in class net.minecraft.network.play.server.S39PacketPlayerAbilities
- isInWater() - Method in class net.minecraft.entity.Entity
-
+ Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
- isInWater() - Method in class net.minecraft.entity.passive.EntitySquid
-
+ Checks if this entity is inside water (if inWater field is true as a result of handleWaterMovement() returning true)
- isInWeb - Variable in class net.minecraft.entity.Entity
- isItemDamaged() - Method in class net.minecraft.item.ItemStack
-
+ returns true when a damageable item is damaged
- isItemEnchantable() - Method in class net.minecraft.item.ItemStack
-
+ True if it is a tool and has no enchantments to begin with
- isItemEnchanted() - Method in class net.minecraft.item.ItemStack
-
+ True if the item has enchantment data
- isItemEqual(ItemStack) - Method in class net.minecraft.item.ItemStack
-
+ compares ItemStack argument to the instance ItemStack; returns true if the Items contained in both ItemStacks are equal
- isItemFuel(ItemStack) - Static method in class net.minecraft.tileentity.TileEntityFurnace
- isItemStackDamageable() - Method in class net.minecraft.item.ItemStack
-
+ true if this itemStack is damageable
- isItemTool(ItemStack) - Method in class net.minecraft.item.Item
-
+ Checks isDamagable and if it cannot be stacked
- isItemTool(ItemStack) - Method in class net.minecraft.item.ItemBook
-
+ Checks isDamagable and if it cannot be stacked
- isItemTool(ItemStack) - Method in class net.minecraft.item.ItemEnchantedBook
-
+ Checks isDamagable and if it cannot be stacked
- isItemTool(ItemStack) - Method in class net.minecraft.item.ItemFishingRod
-
+ Checks isDamagable and if it cannot be stacked
- isItemValid(ItemStack) - Method in class net.minecraft.inventory.Slot
-
+ Check if the stack is a valid item for this slot.
- isItemValid(ItemStack) - Method in class net.minecraft.inventory.SlotCrafting
-
+ Check if the stack is a valid item for this slot.
- isItemValid(ItemStack) - Method in class net.minecraft.inventory.SlotFurnaceFuel
-
+ Check if the stack is a valid item for this slot.
- isItemValid(ItemStack) - Method in class net.minecraft.inventory.SlotFurnaceOutput
-
+ Check if the stack is a valid item for this slot.
- isItemValid(ItemStack) - Method in class net.minecraft.inventory.SlotMerchantResult
-
+ Check if the stack is a valid item for this slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.entity.item.EntityMinecartContainer
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in interface net.minecraft.inventory.IInventory
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.inventory.InventoryBasic
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.inventory.InventoryCrafting
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.inventory.InventoryCraftResult
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.inventory.InventoryMerchant
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityBeacon
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityChest
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityDispenser
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isItemValidForSlot(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
- isJava64bit() - Method in class net.minecraft.client.Minecraft
- isJavaAwtHeadless() - Static method in class org.apache.commons.lang3.SystemUtils
-
Returns whether the
SystemUtils.JAVA_AWT_HEADLESS
value istrue
. - isJavaVersionAtLeast(JavaVersion) - Static method in class org.apache.commons.lang3.SystemUtils
-
Is the Java version at least the requested version.
- isJavaVersionAtMost(JavaVersion) - Static method in class org.apache.commons.lang3.SystemUtils
-
Is the Java version at most the requested version.
- isJumping - Variable in class net.minecraft.entity.EntityLivingBase
- isJumping() - Method in class net.minecraft.network.play.client.C0CPacketInput
- isKeyComboCtrlA(int) - Static method in class net.minecraft.client.gui.GuiScreen
- isKeyComboCtrlC(int) - Static method in class net.minecraft.client.gui.GuiScreen
- isKeyComboCtrlV(int) - Static method in class net.minecraft.client.gui.GuiScreen
- isKeyComboCtrlX(int) - Static method in class net.minecraft.client.gui.GuiScreen
- isKeyDown() - Method in class net.minecraft.client.settings.KeyBinding
-
+ Returns true if the key is pressed (used for continuous querying).
- isKeyDown(int) - Static method in class net.lax1dude.eaglercraft.v1_8.Keyboard
- isKeyDown(KeyBinding) - Static method in class net.minecraft.client.settings.GameSettings
-
+ Returns whether the specified key binding is currently being pressed.
- isKeyTranslated(String) - Method in class net.minecraft.util.StringTranslate
-
+ Returns true if the passed key is in the translation table.
- isLayerEmpty(EnumWorldBlockLayer) - Method in class net.minecraft.client.renderer.chunk.CompiledChunk
- isLayerStarted(EnumWorldBlockLayer) - Method in class net.minecraft.client.renderer.chunk.CompiledChunk
- isLegacy() - Method in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.GameProfile
- isLightPopulated() - Method in class net.minecraft.world.chunk.Chunk
- isLiquid() - Method in class net.minecraft.block.material.Material
-
+ Returns if blocks of these materials are liquids.
- isLiquid() - Method in class net.minecraft.block.material.MaterialLiquid
-
+ Returns if blocks of these materials are liquids.
- isLivingDamageSrc() - Method in class net.minecraft.util.CombatEntry
-
+ Returns true if
damage source
is a living entity - isLoaded() - Method in class net.minecraft.world.chunk.Chunk
- isLocalChannel() - Method in class net.lax1dude.eaglercraft.v1_8.socket.EaglercraftNetworkManager
- isLocalWorld - Variable in class net.minecraft.inventory.ContainerPlayer
- isLocked() - Method in class net.minecraft.client.player.inventory.ContainerLocalMenu
- isLocked() - Method in class net.minecraft.entity.item.EntityMinecartContainer
- isLocked() - Method in class net.minecraft.inventory.InventoryLargeChest
- isLocked() - Method in class net.minecraft.scoreboard.Score
- isLocked() - Method in class net.minecraft.tileentity.TileEntityLockable
- isLocked() - Method in interface net.minecraft.world.ILockableContainer
- isLocked(IBlockAccess, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- isLocked(IBlockAccess, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneRepeater
- isLockedOut(String) - Static method in class net.lax1dude.eaglercraft.v1_8.socket.RateLimitTracker
- isLongDistance() - Method in class net.minecraft.network.play.server.S2APacketParticles
- isLowerCase(char) - Static method in class com.google.common.base.Ascii
-
Indicates whether
c
is one of the twenty-six lowercase ASCII alphabetic characters between'a'
and'z'
inclusive. - isLowerOpen() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBKeyRange
- isMagicDamage() - Method in class net.minecraft.util.DamageSource
-
+ Returns true if the damage is magic based.
- isMap() - Method in class net.minecraft.item.Item
-
+ false for all Items except sub-classes of ItemMapBase
- isMap() - Method in class net.minecraft.item.ItemMapBase
-
+ false for all Items except sub-classes of ItemMapBase
- isMapFeaturesEnabled() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Get whether the map features (e.g.
- isMapFeaturesEnabled() - Method in class net.minecraft.world.WorldSettings
-
+ Get whether the map features (e.g.
- isMatch(char[], int) - Method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.Returns the number of matching characters, zero for no match.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.Returns the number of matching characters, zero for no match.
- isMaterialInBB(AxisAlignedBB, Material) - Method in class net.minecraft.world.World
-
+ Returns true if the given bounding box contains the given material
- isMathematicalInteger(double) - Static method in class com.google.common.math.DoubleMath
-
Returns
true
ifx
represents a mathematical integer. - isMating() - Method in class net.minecraft.entity.passive.EntityVillager
- isMinecartPowered() - Method in class net.minecraft.entity.item.EntityMinecartFurnace
- isMixedCase(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains mixed casing of both uppercase and lowercase characters.
- isMouseDown - Variable in class net.minecraft.client.gui.GuiSlider
- isMouseGrabbed() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- isMouseGrabbed() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- isMouseOver() - Method in class net.minecraft.client.gui.GuiButton
-
+ Whether the mouse cursor is currently over the button.
- isMouseYWithinSlotBounds(int) - Method in class net.minecraft.client.gui.GuiSlot
- isMovementBlocked() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Dead and sleeping entities cannot move
- isMovementBlocked() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Dead and sleeping entities cannot move
- isMovementBlocked() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Dead and sleeping entities cannot move
- isMoving() - Method in class net.minecraft.network.play.client.C03PacketPlayer
- isMultiEntry() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBIndex
- isNaN() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Checks whether the double value is the special NaN value.
- isNaN() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Checks whether the float value is the special NaN value.
- isNaturalOrdering() - Method in class org.apache.commons.lang3.Range
-
Whether or not the Range is using the natural ordering of the elements.
- isNBTValid(NBTTagCompound) - Static method in class net.minecraft.item.ItemWritableBook
-
+ this method returns true if the book's NBT Tag List "pages" is valid
- isNeedsUpdate() - Method in class net.minecraft.client.renderer.chunk.RenderChunk
- isNoDespawnRequired() - Method in class net.minecraft.entity.EntityLiving
- isNoneBlank(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if none of the CharSequences are empty (""), null or whitespace only.
- isNoneEmpty(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if none of the CharSequences are empty ("") or null.
- isNormalCube() - Method in class net.minecraft.block.Block
-
+ Used for nearly all game logic (non-rendering) purposes.
- isNot(char) - Static method in class com.google.common.base.CharMatcher
-
Returns a
char
matcher that matches any character except the one specified. - isNotBlank(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if a CharSequence is not empty (""), not null and not whitespace only.
- isNotColliding() - Method in class net.minecraft.entity.EntityLiving
-
+ Checks that the entity is not colliding with any blocks / liquids
- isNotColliding() - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Checks that the entity is not colliding with any blocks / liquids
- isNotColliding() - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Checks that the entity is not colliding with any blocks / liquids
- isNotColliding() - Method in class net.minecraft.entity.monster.EntityPigZombie
-
+ Checks that the entity is not colliding with any blocks / liquids
- isNotColliding() - Method in class net.minecraft.entity.passive.EntityOcelot
-
+ Checks that the entity is not colliding with any blocks / liquids
- isNotColliding() - Method in class net.minecraft.entity.passive.EntityWaterMob
-
+ Checks that the entity is not colliding with any blocks / liquids
- isNotCreative() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
-
+ Checks if the player is not creative, used for checking if it should break a block instantly
- isNotEmpty() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Checks is the string builder is not empty (convenience Collections API style method).
- isNotEmpty(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if a CharSequence is not empty ("") and not null.
- isNotEmpty(Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Checks if an Object is not empty and not null.
- isNotFalse(Boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Checks if a
Boolean
value is notfalse
, handlingnull
by returningtrue
. - isNotTrue(Boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Checks if a
Boolean
value is nottrue
, handlingnull
by returningtrue
. - isNull() - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if the object reference being tested is null. - isNull(int) - Method in class org.json.JSONArray
-
Determine if the value is
null
. - isNull(String) - Method in class org.json.JSONObject
-
Determine if the value associated with the key is
null
or if there is no value. - isNullOrEmpty(String) - Static method in class com.google.common.base.Strings
-
Returns
true
if the given string is null or is the empty string. - isNullOrEmpty(String) - Static method in class net.minecraft.util.StringUtils
-
+ Returns a value indicating whether the given string is null or empty.
- isNumber(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Deprecated.This feature will be removed in Lang 4.0, use
NumberUtils.isCreatable(String)
instead - isNumeric(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode digits.
- isNumericSpace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode digits or space (
' '
). - ISO_8601_EXTENDED_DATE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
ISO 8601 formatter for date without time zone.
- ISO_8601_EXTENDED_DATETIME_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
ISO 8601 formatter for date-time without time zone.
- ISO_8601_EXTENDED_DATETIME_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
ISO 8601 formatter for date-time with time zone.
- ISO_8601_EXTENDED_TIME_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
ISO 8601 formatter for time without time zone.
- ISO_8601_EXTENDED_TIME_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
ISO 8601 formatter for time with time zone.
- ISO_8859_1 - Static variable in class org.apache.commons.lang3.CharEncoding
-
Deprecated.ISO Latin Alphabet #1, also known as ISO-LATIN-1.
- ISO_DATE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
Deprecated.- as of 4.0, ISO_DATE_FORMAT will be replaced by ISO_8601_EXTENDED_DATE_FORMAT.
- ISO_DATE_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
Deprecated.- as of 4.0, ISO_DATE_TIME_ZONE_FORMAT will be removed.
- ISO_DATETIME_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
Deprecated.- as of 4.0, ISO_DATETIME_FORMAT will be replaced by ISO_8601_EXTENDED_DATETIME_FORMAT.
- ISO_DATETIME_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
Deprecated.- as of 4.0, ISO_DATETIME_TIME_ZONE_FORMAT will be replaced by ISO_8601_EXTENDED_DATETIME_TIME_ZONE_FORMAT.
- ISO_EXTENDED_FORMAT_PATTERN - Static variable in class org.apache.commons.lang3.time.DurationFormatUtils
-
Pattern used with
FastDateFormat
andSimpleDateFormat
for the ISO 8601 period format used in durations. - ISO_TIME_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
Deprecated.- as of 4.0, ISO_TIME_FORMAT will be removed.
- ISO_TIME_NO_T_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
Deprecated.- as of 4.0, ISO_TIME_NO_T_FORMAT will be replaced by ISO_8601_EXTENDED_TIME_FORMAT.
- ISO_TIME_NO_T_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
Deprecated.- as of 4.0, ISO_TIME_NO_T_TIME_ZONE_FORMAT will be replaced by ISO_8601_EXTENDED_TIME_TIME_ZONE_FORMAT.
- ISO_TIME_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
Deprecated.- as of 4.0, ISO_TIME_TIME_ZONE_FORMAT will be removed.
- isOffsetPositionInLiquid(double, double, double) - Method in class net.minecraft.entity.Entity
-
+ Checks if the offset position from the entity's current position is inside of liquid.
- isolationLevel() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
Isolation level for connections.
- isOnGround() - Method in class net.minecraft.network.play.client.C03PacketPlayer
- isOnItemFrame() - Method in class net.minecraft.item.ItemStack
-
+ Return whether this stack is on an item frame.
- isOnLadder() - Method in class net.minecraft.entity.EntityFlying
-
+ returns true if this entity is by a ladder, false otherwise
- isOnLadder() - Method in class net.minecraft.entity.EntityLivingBase
-
+ returns true if this entity is by a ladder, false otherwise
- isOnLadder() - Method in class net.minecraft.entity.monster.EntitySpider
-
+ returns true if this entity is by a ladder, false otherwise
- isOnLadder() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ returns true if this entity is by a ladder, false otherwise
- isOnSameTeam(EntityLivingBase) - Method in class net.minecraft.entity.EntityLivingBase
- isOnSameTeam(EntityLivingBase) - Method in class net.minecraft.entity.passive.EntityTameable
- isOnTeam(Team) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns true if the entity is on a specific team.
- isOnTransferCooldown() - Method in class net.minecraft.tileentity.TileEntityHopper
- isOpaque() - Method in class net.minecraft.block.material.Material
-
+ Indicate if the material is opaque
- isOpaqueCube() - Method in class net.minecraft.block.Block
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockAir
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockAnvil
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockBanner
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockBarrier
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockBasePressurePlate
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockBeacon
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockBed
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockBreakable
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockBrewingStand
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockBush
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockButton
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockCactus
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockCake
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockCarpet
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockCauldron
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockChest
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockCocoa
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockDaylightDetector
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockDoor
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockDragonEgg
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockEnchantmentTable
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockEnderChest
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockEndPortal
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockEndPortalFrame
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockFarmland
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockFence
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockFenceGate
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockFire
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockFlowerPot
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockHopper
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockLadder
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockLeaves
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockLeavesBase
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockLever
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockLiquid
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockMobSpawner
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockPane
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockPistonBase
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockPistonExtension
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockPistonMoving
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockRailBase
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockRedstoneDiode
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockRedstoneWire
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockReed
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockSign
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockSkull
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockSlab
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockSnow
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockStairs
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockTorch
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockTrapDoor
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockTripWire
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockTripWireHook
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockVine
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockWall
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpaqueCube() - Method in class net.minecraft.block.BlockWeb
-
+ Used to determine ambient occlusion and culling when rebuilding chunks for render
- isOpen() - Method in enum net.lax1dude.eaglercraft.v1_8.internal.EnumEaglerConnectionState
- isOpen() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IServerQuery
- isOpen() - Method in enum net.lax1dude.eaglercraft.v1_8.internal.IServerQuery.QueryReadyState
- isOpen(int) - Static method in class net.minecraft.block.BlockDoor
- isOpen(IBlockAccess, BlockPos) - Static method in class net.minecraft.block.BlockDoor
- isOrdered(Iterable<? extends T>) - Method in class com.google.common.collect.Ordering
-
Returns
true
if each element initerable
after the first is greater than or equal to the element that preceded it, according to this ordering. - ISound - Interface in net.minecraft.client.audio
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ISound.AttenuationType - Enum in net.minecraft.client.audio
- ISoundEventAccessor<T> - Interface in net.minecraft.client.audio
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- isOutOfBounds(int, int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.MathUtil
-
Determine if the requested
index
andlength
will fit withincapacity
. - isOutsideBorder() - Method in class net.minecraft.entity.Entity
- isOverlappedBy(Range<T>) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range is overlapped by the specified range.
- isOverworld - Variable in class net.minecraft.network.play.server.S26PacketMapChunkBulk
- isOwner(EntityLivingBase) - Method in class net.minecraft.entity.passive.EntityTameable
- isParsable(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Checks whether the given String is a parsable number.
- isPartOfLargeChest(IInventory) - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ Return whether the given inventory is part of this large chest.
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.Block
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockBanner
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockBasePressurePlate
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockDoor
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockFence
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockFenceGate
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockLiquid
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockSign
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockSnow
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockTrapDoor
- isPassable(IBlockAccess, BlockPos) - Method in class net.minecraft.block.BlockWall
- isPaused - Variable in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioHandle
- isPaused() - Method in interface net.minecraft.client.stream.IStream
- ISpectatorMenuObject - Interface in net.minecraft.client.gui.spectator
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ISpectatorMenuRecipient - Interface in net.minecraft.client.gui.spectator
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ISpectatorMenuView - Interface in net.minecraft.client.gui.spectator
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- isPlayer() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Only use is to identify if class is an instance of player for experience dropping
- isPlayer() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Only use is to identify if class is an instance of player for experience dropping
- isPlayerCreated() - Method in class net.minecraft.entity.monster.EntityIronGolem
- isPlayerFullyAsleep() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns whether or not the player is asleep and the screen has fully faded.
- isPlayerSleeping() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns whether player is sleeping or not
- isPlayerSleeping() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Returns whether player is sleeping or not
- isPlaying() - Method in class net.minecraft.entity.passive.EntityVillager
- isPointerLocked() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- isPointInRegion(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ Test if the 2D point is in a rectangle (relative to the GUI).
- isPopulated() - Method in class net.minecraft.world.chunk.Chunk
- isPositive(Duration) - Static method in class org.apache.commons.lang3.time.DurationUtils
-
Tests whether the given Duration is positive (>0).
- isPotionActive(int) - Method in class net.minecraft.entity.EntityLivingBase
- isPotionActive(Potion) - Method in class net.minecraft.entity.EntityLivingBase
- isPotionApplicable(PotionEffect) - Method in class net.minecraft.entity.EntityLivingBase
- isPotionApplicable(PotionEffect) - Method in class net.minecraft.entity.monster.EntitySpider
- isPotionIngredient(ItemStack) - Method in class net.minecraft.item.Item
- isPowered - Variable in class net.minecraft.block.BlockRailBase
- isPowered(IBlockState) - Method in class net.minecraft.block.BlockRedstoneComparator
- isPowered(IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- isPowerOfTwo(double) - Static method in class com.google.common.math.DoubleMath
-
Returns
true
ifx
is exactly equal to2^k
for some finite integerk
. - isPowerOfTwo(int) - Static method in class com.google.common.math.IntMath
-
Returns
true
ifx
represents a power of two. - isPowerOfTwo(long) - Static method in class com.google.common.math.LongMath
-
Returns
true
ifx
represents a power of two. - isPowerOfTwo(BigInteger) - Static method in class com.google.common.math.BigIntegerMath
-
Returns
true
ifx
represents a power of two. - isPPC() - Method in class org.apache.commons.lang3.arch.Processor
-
Checks if
Processor
is type of Power PC. - isPresent() - Method in class com.google.common.base.Optional
-
Returns
true
if this holder contains a (non-null) instance. - isPreserveEscapes() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.Returns the flag controlling whether escapes are preserved during substitution.
- isPresetSkin - Variable in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache.SkinCacheEntry
- isPressed() - Method in class net.minecraft.client.settings.KeyBinding
-
+ Returns true on the initial key press.
- isProbablyLockedOut(String) - Static method in class net.lax1dude.eaglercraft.v1_8.socket.RateLimitTracker
- isProjectile() - Method in class net.minecraft.util.DamageSource
-
+ Returns true if the damage is projectile based.
- isPushedByWater() - Method in class net.minecraft.entity.Entity
- isPushedByWater() - Method in class net.minecraft.entity.passive.EntityWaterMob
- isPushedByWater() - Method in class net.minecraft.entity.player.EntityPlayer
- isRailBlock(IBlockState) - Static method in class net.minecraft.block.BlockRailBase
- isRailBlock(World, BlockPos) - Static method in class net.minecraft.block.BlockRailBase
- isRaining() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns true if it is raining, false otherwise.
- isRaining() - Method in class net.minecraft.world.World
-
+ Returns true if the current rain strength is greater than 0.2
- isReadable() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- isReadable() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns
true
if and only if(this.writerIndex - this.readerIndex)
is greater than0
. - isReadable() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- isReadable() - Method in class net.minecraft.network.PacketBuffer
- isReadable(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- isReadable(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns
true
if and only if this buffer contains equal to or more than the specified number of elements. - isReadable(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- isReadable(int) - Method in class net.minecraft.network.PacketBuffer
- isReadOnly() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- isReadOnly() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- isReadOnly() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- isReadOnly() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- isReadOnly() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- isReadOnly() - Method in class net.minecraft.scoreboard.GoalColor
- isReadOnly() - Method in interface net.minecraft.scoreboard.IScoreObjectiveCriteria
- isReadOnly() - Method in class net.minecraft.scoreboard.ScoreDummyCriteria
- isReadOnly() - Method in class net.minecraft.scoreboard.ScoreHealthCriteria
- isReady(int, int) - Method in class net.minecraft.potion.Potion
-
+ checks if Potion effect is ready to be applied this tick.
- isReady(int, int) - Method in class net.minecraft.potion.PotionHealth
-
+ checks if Potion effect is ready to be applied this tick.
- isReadyToBroadcast() - Method in interface net.minecraft.client.stream.IStream
- isRearing() - Method in class net.minecraft.entity.passive.EntityHorse
- isRec() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- isRecipeDisabled() - Method in class net.minecraft.village.MerchantRecipe
- isRedstoneRepeaterBlockID(Block) - Static method in class net.minecraft.block.BlockRedstoneDiode
- isReducedDebugInfo() - Method in class net.minecraft.network.play.server.S01PacketJoinGame
- isRegistered() - Static method in class net.minecraft.init.Bootstrap
-
+ Is Bootstrap registration already done?
- isRelative() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- isRelative() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- isRenderEntityOutlines() - Method in class net.minecraft.client.renderer.RenderGlobal
- isRenderShadow() - Method in class net.minecraft.client.renderer.entity.RenderManager
- isRenderTypeChest(Block, int) - Method in class net.minecraft.client.renderer.BlockRendererDispatcher
- isRepeaterPowered - Variable in class net.minecraft.block.BlockRedstoneDiode
- isRepeatEvent() - Static method in class net.lax1dude.eaglercraft.v1_8.Keyboard
- isReplaceable() - Method in class net.minecraft.block.material.Material
-
+ Returns whether the material can be replaced by other blocks when placed - eg snow, vines and tall grass.
- isReplaceable(World, BlockPos) - Method in class net.minecraft.block.Block
-
+ Whether this Block can be replaced directly by other blocks (true for e.g.
- isReplaceable(World, BlockPos) - Method in class net.minecraft.block.BlockAir
-
+ Whether this Block can be replaced directly by other blocks (true for e.g.
- isReplaceable(World, BlockPos) - Method in class net.minecraft.block.BlockDeadBush
-
+ Whether this Block can be replaced directly by other blocks (true for e.g.
- isReplaceable(World, BlockPos) - Method in class net.minecraft.block.BlockDoublePlant
-
+ Whether this Block can be replaced directly by other blocks (true for e.g.
- isReplaceable(World, BlockPos) - Method in class net.minecraft.block.BlockSnow
-
+ Whether this Block can be replaced directly by other blocks (true for e.g.
- isReplaceable(World, BlockPos) - Method in class net.minecraft.block.BlockTallGrass
-
+ Whether this Block can be replaced directly by other blocks (true for e.g.
- isReplaceable(World, BlockPos) - Method in class net.minecraft.block.BlockVine
-
+ Whether this Block can be replaced directly by other blocks (true for e.g.
- isResolved() - Method in class net.minecraft.client.renderer.block.model.ModelBlock
- isResponseJSON() - Method in class net.lax1dude.eaglercraft.v1_8.internal.QueryResponse
- isResponseString() - Method in class net.lax1dude.eaglercraft.v1_8.internal.QueryResponse
- isRiding - Variable in class net.minecraft.client.model.ModelBase
- isRiding() - Method in class net.minecraft.entity.Entity
-
+ Returns true if the entity is riding another entity, used by render to rotate the legs to be in 'sit' position for players.
- isRidingHorse() - Method in class net.minecraft.client.entity.EntityPlayerSP
- isRidingHorse() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
-
+ Checks if the player is riding a horse, used to chose the GUI to open
- isRotated() - Method in class net.minecraft.client.renderer.texture.Stitcher.Holder
- isRunningOnMac - Static variable in class net.minecraft.client.Minecraft
- isSameDay(Calendar, Calendar) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Checks if two calendar objects are on the same day ignoring time.
- isSameDay(Date, Date) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Checks if two date objects are on the same day ignoring time.
- isSameInstant(Calendar, Calendar) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Checks if two calendar objects represent the same instant in time.
- isSameInstant(Date, Date) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Checks if two date objects represent the same instant in time.
- isSameLocalTime(Calendar, Calendar) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Checks if two calendar objects represent the same local time.
- isSameStair(IBlockAccess, BlockPos, IBlockState) - Static method in class net.minecraft.block.BlockStairs
-
+ Check whether there is a stair block at the given position and it has the same properties as the given BlockState
- isSameTeam(Team) - Method in class net.minecraft.scoreboard.Team
-
+ Same as ==
- isSaved() - Method in class net.minecraft.entity.ai.attributes.AttributeModifier
-
+
- isScreaming() - Method in class net.minecraft.entity.monster.EntityEnderman
- isSelected(int) - Method in class net.minecraft.client.gui.GuiListExtended
-
+ Returns true if the element passed in is currently selected
- isSelected(int) - Method in class net.minecraft.client.gui.GuiSlot
- isSelected(int) - Method in class net.minecraft.client.gui.ServerSelectionList
-
+ Returns true if the element passed in is currently selected
- isServerWorld() - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Returns whether the entity is in a server world
- isServerWorld() - Method in class net.minecraft.entity.EntityLiving
-
+ Returns whether the entity is in a server world
- isServerWorld() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Returns whether the entity is in a server world
- isServerWorld() - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ Returns whether the entity is in a server world
- isSet(int) - Method in class org.apache.commons.lang3.BitField
-
Returns whether the field is set or not.
- isShaderActive() - Method in class net.minecraft.client.renderer.EntityRenderer
- isShiftKeyDown() - Static method in class net.minecraft.client.gui.GuiScreen
-
+ Returns true if either shift key is down
- isSidePowered(BlockPos, EnumFacing) - Method in class net.minecraft.world.World
- isSilent() - Method in class net.minecraft.entity.Entity
-
+
- isSingleplayer() - Method in class net.minecraft.client.Minecraft
-
+ Returns true if there is only one player playing, and the current server is the integrated one.
- isSitting() - Method in class net.minecraft.entity.passive.EntityTameable
- isSkyColored() - Method in class net.minecraft.world.WorldProvider
- isSkyColored() - Method in class net.minecraft.world.WorldProviderEnd
- isSlab(Block) - Static method in class net.minecraft.block.BlockSlab
- isSmall() - Method in class net.minecraft.entity.item.EntityArmorStand
- isSneak - Variable in class net.minecraft.client.model.ModelBiped
- isSneaking() - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Returns if this entity is sneaking.
- isSneaking() - Method in class net.minecraft.entity.Entity
-
+ Returns if this entity is sneaking.
- isSneaking() - Method in class net.minecraft.network.play.client.C0CPacketInput
- isSnooperEnabled() - Method in class net.minecraft.client.Minecraft
-
+ Returns whether snooping is enabled or not.
- isSnowyBiome() - Method in class net.minecraft.world.biome.BiomeGenBase
- isSolid() - Method in class net.minecraft.block.material.Material
-
+ Returns true if the block is a considered solid.
- isSolid() - Method in class net.minecraft.block.material.MaterialLiquid
-
+ Returns true if the block is a considered solid.
- isSolid() - Method in class net.minecraft.block.material.MaterialLogic
-
+ Returns true if the block is a considered solid.
- isSolid() - Method in class net.minecraft.block.material.MaterialPortal
-
+ Returns true if the block is a considered solid.
- isSolid() - Method in class net.minecraft.block.material.MaterialTransparent
-
+ Returns true if the block is a considered solid.
- isSoundPlaying(ISound) - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftSoundManager
- isSoundPlaying(ISound) - Method in class net.minecraft.client.audio.SoundHandler
- isSoundServerwide() - Method in class net.minecraft.network.play.server.S28PacketEffect
- isSpawnChunk(int, int) - Method in class net.minecraft.world.World
-
+ Returns true if the chunk is located near the spawn point
- isSpawnedByPlayer() - Method in class net.minecraft.entity.monster.EntityEndermite
- isSpawnForced() - Method in class net.minecraft.entity.player.EntityPlayer
- isSpectator() - Method in class net.minecraft.client.entity.AbstractClientPlayer
-
+ Returns true if the player is in spectator mode.
- isSpectator() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
-
+ None
- isSpectator() - Method in class net.minecraft.entity.player.EntityPlayer
- isSpectatorMode() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
- isSplash(int) - Static method in class net.minecraft.item.ItemPotion
-
+ returns wether or not a potion is a throwable splash potion based on damage value
- isSprinting() - Method in class net.minecraft.entity.Entity
-
+ Get if the Entity is sprinting.
- isStackable() - Method in class net.minecraft.item.ItemStack
-
+ Returns true if the ItemStack can hold 2 or more units of the item.
- isStarted() - Method in class org.apache.commons.lang3.time.StopWatch
-
Returns whether the StopWatch is started.
- isStartedBy(T) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range starts with the specified element.
- isSterile() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Return true if the horse entity is sterile (Undead || Mule)
- isStopped() - Method in class org.apache.commons.lang3.time.StopWatch
-
Returns whether StopWatch is stopped.
- isStreaming() - Method in class net.minecraft.client.audio.SoundList.SoundEntry
- isStreamingSound() - Method in class net.minecraft.client.audio.SoundPoolEntry
- isStrictDecoding() - Method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Returns true if decoding behavior is strict.
- isStrictlyOrdered(Iterable<? extends T>) - Method in class com.google.common.collect.Ordering
-
Returns
true
if each element initerable
after the first is strictly greater than the element that preceded it, according to this ordering. - isStringEntityName(Entity, String) - Static method in class net.minecraft.entity.EntityList
- isStringValidEntityName(String) - Static method in class net.minecraft.entity.EntityList
- isSupported() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBFactory
- isSupported(String) - Static method in class org.apache.commons.lang3.CharEncoding
-
Deprecated.Please use
Charset.isSupported(String)
instead, although be aware thatnull
values are not accepted by that method and anIllegalCharsetNameException
may be thrown. - isSurfaceWorld() - Method in class net.minecraft.world.WorldProvider
-
+ Returns 'true' if in the "main surface world", but 'false' if in the Nether or End dimensions.
- isSurfaceWorld() - Method in class net.minecraft.world.WorldProviderEnd
-
+ Returns 'true' if in the "main surface world", but 'false' if in the Nether or End dimensions.
- isSurfaceWorld() - Method in class net.minecraft.world.WorldProviderHell
-
+ Returns 'true' if in the "main surface world", but 'false' if in the Nether or End dimensions.
- isSurroundingBlockFlammable(World, BlockPos) - Method in class net.minecraft.block.BlockStaticLiquid
- isSurvivalOrAdventure() - Method in enum net.minecraft.world.WorldSettings.GameType
- isSuspended() - Method in class org.apache.commons.lang3.time.StopWatch
-
Returns whether the StopWatch is suspended.
- isSwingInProgress - Variable in class net.minecraft.entity.EntityLivingBase
- isTabInFirstRow() - Method in class net.minecraft.creativetab.CreativeTabs
-
+ returns tabIndex < 6
- isTame() - Method in class net.minecraft.entity.passive.EntityHorse
- isTamed() - Method in class net.minecraft.entity.passive.EntityTameable
- IStateMapper - Interface in net.minecraft.client.renderer.block.statemap
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IStatStringFormat - Interface in net.minecraft.stats
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IStatType - Interface in net.minecraft.stats
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- isTerrainPopulated() - Method in class net.minecraft.world.chunk.Chunk
- isText(ByteBuf, int, int, Charset) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufUtil
-
Returns
true
if the specifiedByteBuf
starting atindex
withlength
is valid text using the givenCharset
, otherwise returnfalse
. - isText(ByteBuf, Charset) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufUtil
- isTexturePresent(String) - Method in class net.minecraft.client.renderer.block.model.ModelBlock
- isThundering() - Method in class net.minecraft.world.storage.WorldInfo
-
+ Returns true if it is thundering, false otherwise.
- isThundering() - Method in class net.minecraft.world.World
-
+ Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
- isToolNotRequired() - Method in class net.minecraft.block.material.Material
-
+ Returns true if the material can be harvested without a tool (or with the wrong tool)
- isTop(int) - Static method in class net.minecraft.block.BlockDoor
- isTrading() - Method in class net.minecraft.entity.passive.EntityVillager
- isTranslucent() - Method in class net.minecraft.block.Block
-
+ Used in the renderer to apply ambient occlusion
- isTransparent - Variable in class net.minecraft.block.BlockLeaves
- IStream - Interface in net.minecraft.client.stream
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IStream.AuthFailureReason - Enum in net.minecraft.client.stream
- IStringSerializable - Interface in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- isTrue() - Method in class org.apache.commons.lang3.mutable.MutableBoolean
-
Checks if the current value is
true
. - isTrue(boolean) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the argument condition is
true
; otherwise throwing an exception. - isTrue(boolean, String, double) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the argument condition is
true
; otherwise throwing an exception with the specified message. - isTrue(boolean, String, long) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the argument condition is
true
; otherwise throwing an exception with the specified message. - isTrue(boolean, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the argument condition is
true
; otherwise throwing an exception with the specified message. - isTrue(Boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Checks if a
Boolean
value istrue
, handlingnull
by returningfalse
. - isTypeAt(World, BlockPos, BlockPlanks.EnumType) - Method in class net.minecraft.block.BlockSapling
-
+ Check whether the given BlockPos has a Sapling of the given type
- isUnblockable() - Method in class net.minecraft.util.DamageSource
- isUndead() - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Used to know if the horse can be leashed, if he can mate, or if we can interact with him
- isUnicode() - Method in class net.minecraft.client.Minecraft
- isUnicode() - Method in class net.minecraft.client.resources.Locale
- isUnique() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBIndex
- isUpperCase(char) - Static method in class com.google.common.base.Ascii
-
Indicates whether
c
is one of the twenty-six uppercase ASCII alphabetic characters between'A'
and'Z'
inclusive. - isUpperOpen() - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBKeyRange
- isUrlSafe() - Method in class net.lax1dude.eaglercraft.v1_8.Base64
-
Returns our current encode mode.
- isUsable() - Method in class net.minecraft.potion.Potion
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.entity.item.EntityMinecartContainer
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in interface net.minecraft.inventory.IInventory
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.inventory.InventoryBasic
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.inventory.InventoryCrafting
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.inventory.InventoryCraftResult
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.inventory.InventoryEnderChest
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.inventory.InventoryMerchant
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityBeacon
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityChest
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityDispenser
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityFurnace
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseableByPlayer(EntityPlayer) - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ Do not make give this method the name canInteractWith because it clashes with Container
- isUseClassName() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to use the class name.
- isUseFieldNames() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to use the field names passed in.
- isUseIdentityHashCode() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to use the identity hash code.
- isUser() - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ returns true if this is an EntityPlayerSP, or the logged in player.
- isUser() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ returns true if this is an EntityPlayerSP, or the logged in player.
- isUseShortClassName() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to output short or long class names.
- isUsingItem() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Checks if the entity is currently using an item (e.g., bow, food, sword) by holding down the useItemButton
- isUvLocked() - Method in class net.minecraft.client.renderer.block.model.ModelBlockDefinition.Variant
- isValidAnnotationMemberType(Class<?>) - Static method in class org.apache.commons.lang3.AnnotationUtils
-
Checks if the specified type is permitted as an annotation member.
- isValidDragMode(int, EntityPlayer) - Static method in class net.minecraft.inventory.Container
- isValidEnum(Class<E>, String) - Static method in class org.apache.commons.lang3.EnumUtils
-
Checks if the specified name is a valid enum for the class.
- isValidEnumIgnoreCase(Class<E>, String) - Static method in class org.apache.commons.lang3.EnumUtils
-
Checks if the specified name is a valid enum for the class.
- isValidLightLevel() - Method in class net.minecraft.entity.monster.EntityBlaze
-
+ Checks to make sure the light is not too bright where the mob is spawning
- isValidLightLevel() - Method in class net.minecraft.entity.monster.EntityEndermite
-
+ Checks to make sure the light is not too bright where the mob is spawning
- isValidLightLevel() - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Checks to make sure the light is not too bright where the mob is spawning
- isValidLightLevel() - Method in class net.minecraft.entity.monster.EntityMob
-
+ Checks to make sure the light is not too bright where the mob is spawning
- isValidLightLevel() - Method in class net.minecraft.entity.monster.EntitySilverfish
-
+ Checks to make sure the light is not too bright where the mob is spawning
- isVecInside(Vec3) - Method in class net.minecraft.util.AxisAlignedBB
-
+ Returns if the supplied Vec3D is completely inside the bounding box
- isVersioned() - Method in class net.minecraft.world.WorldType
-
+ Returns true if this world Type has a version associated with it.
- isVertical() - Method in enum net.minecraft.util.EnumFacing.Axis
- isVillager() - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Return whether this zombie is a villager.
- isVisible(EnumFacing, EnumFacing) - Method in class net.minecraft.client.renderer.chunk.CompiledChunk
- isVisible(EnumFacing, EnumFacing) - Method in class net.minecraft.client.renderer.chunk.SetVisibility
- isVisuallyOpaque() - Method in class net.minecraft.block.Block
- isVisuallyOpaque() - Method in class net.minecraft.block.BlockLeaves
- isWatched() - Method in class net.minecraft.entity.DataWatcher.WatchableObject
- isWearing(EnumPlayerModelParts) - Method in class net.minecraft.entity.player.EntityPlayer
- isWellFormed(byte[]) - Static method in class com.google.common.base.Utf8
-
Returns
true
ifbytes
is a well-formed UTF-8 byte sequence according to Unicode 6.0. - isWellFormed(byte[], int, int) - Static method in class com.google.common.base.Utf8
-
Returns whether the given byte array slice is a well-formed UTF-8 byte sequence, as defined by
Utf8.isWellFormed(byte[])
. - isWet() - Method in class net.minecraft.entity.Entity
-
+ Checks if this entity is either in water or on an open air block in rain (used in wolves).
- isWhitespace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only whitespace.
- isWhiteSpace(byte) - Static method in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Checks if a byte value is whitespace or not.
- isWithinHomeDistanceCurrentPosition() - Method in class net.minecraft.entity.EntityCreature
- isWithinHomeDistanceFromPosition(BlockPos) - Method in class net.minecraft.entity.EntityCreature
- isWolfsFavoriteMeat() - Method in class net.minecraft.item.ItemFood
-
+ Whether wolves like this food (true for raw and cooked porkchop).
- isWolfWet() - Method in class net.minecraft.entity.passive.EntityWolf
-
+ True if the wolf is wet
- isWrapperType(Class<?>) - Static method in class com.google.common.primitives.Primitives
-
Returns
true
iftype
is one of the nine primitive-wrapper types, such asInteger
. - isWritable() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- isWritable() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns
true
if and only if(this.capacity - this.writerIndex)
is greater than0
. - isWritable() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- isWritable() - Method in class net.minecraft.network.PacketBuffer
- isWritable(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- isWritable(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns
true
if and only if this buffer has enough room to allow writing the specified number of elements. - isWritable(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- isWritable(int) - Method in class net.minecraft.network.PacketBuffer
- isX86() - Method in class org.apache.commons.lang3.arch.Processor
-
Checks if
Processor
is type of x86. - ITALIC - net.minecraft.util.EnumChatFormatting
- italicStyle - Variable in class net.minecraft.client.gui.FontRenderer
- item - Variable in class net.minecraft.network.play.server.S2FPacketSetSlot
- Item - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Item() - Constructor for class net.minecraft.item.Item
- Item(int) - Constructor for class net.minecraft.util.WeightedRandom.Item
- ITEM - net.lax1dude.eaglercraft.v1_8.opengl.VertexFormat
- ITEM - Static variable in class net.minecraft.client.renderer.vertex.DefaultVertexFormats
- ITEM_CRACK - net.minecraft.util.EnumParticleTypes
- item_frame - Static variable in class net.minecraft.init.Items
- ITEM_TAKE - net.minecraft.util.EnumParticleTypes
- Item.ToolMaterial - Enum in net.minecraft.item
- ItemAnvilBlock - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemAnvilBlock(Block) - Constructor for class net.minecraft.item.ItemAnvilBlock
- ItemAppleGold - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemAppleGold(int, float, boolean) - Constructor for class net.minecraft.item.ItemAppleGold
- ItemArmor - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemArmor(ItemArmor.ArmorMaterial, int, int) - Constructor for class net.minecraft.item.ItemArmor
- ItemArmor.ArmorMaterial - Enum in net.minecraft.item
- ItemArmorStand - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemArmorStand() - Constructor for class net.minecraft.item.ItemArmorStand
- ItemAxe - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemAxe(Item.ToolMaterial) - Constructor for class net.minecraft.item.ItemAxe
- ItemBanner - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemBanner() - Constructor for class net.minecraft.item.ItemBanner
- ItemBed - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemBed() - Constructor for class net.minecraft.item.ItemBed
- ItemBlock - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemBlock(Block) - Constructor for class net.minecraft.item.ItemBlock
- ItemBoat - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemBoat() - Constructor for class net.minecraft.item.ItemBoat
- ItemBook - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemBook() - Constructor for class net.minecraft.item.ItemBook
- ItemBow - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemBow() - Constructor for class net.minecraft.item.ItemBow
- ItemBucket - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemBucket(Block) - Constructor for class net.minecraft.item.ItemBucket
- ItemBucketMilk - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemBucketMilk() - Constructor for class net.minecraft.item.ItemBucketMilk
- ItemCameraTransforms - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemCameraTransforms(ItemCameraTransforms) - Constructor for class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- ItemCameraTransforms(ItemTransformVec3f, ItemTransformVec3f, ItemTransformVec3f, ItemTransformVec3f, ItemTransformVec3f, ItemTransformVec3f) - Constructor for class net.minecraft.client.renderer.block.model.ItemCameraTransforms
- ItemCameraTransforms.Deserializer - Class in net.minecraft.client.renderer.block.model
- ItemCameraTransforms.TransformType - Enum in net.minecraft.client.renderer.block.model
- ItemCarrotOnAStick - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemCarrotOnAStick() - Constructor for class net.minecraft.item.ItemCarrotOnAStick
- ItemCloth - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemCloth(Block) - Constructor for class net.minecraft.item.ItemCloth
- ItemCoal - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemCoal() - Constructor for class net.minecraft.item.ItemCoal
- ItemColored - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemColored(Block, boolean) - Constructor for class net.minecraft.item.ItemColored
- itemDispenseBehaviorProvider - Static variable in interface net.minecraft.dispenser.IBehaviorDispenseItem
- ItemDoor - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemDoor(Block) - Constructor for class net.minecraft.item.ItemDoor
- ItemDoublePlant - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemDoublePlant(Block, Block, Function<ItemStack, String>) - Constructor for class net.minecraft.item.ItemDoublePlant
- ItemDye - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemDye() - Constructor for class net.minecraft.item.ItemDye
- ItemEditableBook - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemEditableBook() - Constructor for class net.minecraft.item.ItemEditableBook
- ItemEgg - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemEgg() - Constructor for class net.minecraft.item.ItemEgg
- ItemEmptyMap - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemEmptyMap() - Constructor for class net.minecraft.item.ItemEmptyMap
- ItemEnchantedBook - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemEnchantedBook() - Constructor for class net.minecraft.item.ItemEnchantedBook
- ItemEnderEye - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemEnderEye() - Constructor for class net.minecraft.item.ItemEnderEye
- ItemEnderPearl - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemEnderPearl() - Constructor for class net.minecraft.item.ItemEnderPearl
- ItemExpBottle - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemExpBottle() - Constructor for class net.minecraft.item.ItemExpBottle
- ItemFireball - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemFireball() - Constructor for class net.minecraft.item.ItemFireball
- ItemFirework - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemFirework() - Constructor for class net.minecraft.item.ItemFirework
- ItemFireworkCharge - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemFireworkCharge() - Constructor for class net.minecraft.item.ItemFireworkCharge
- ItemFishFood - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemFishFood(boolean) - Constructor for class net.minecraft.item.ItemFishFood
- ItemFishFood.FishType - Enum in net.minecraft.item
- ItemFishingRod - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemFishingRod() - Constructor for class net.minecraft.item.ItemFishingRod
- ItemFlintAndSteel - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemFlintAndSteel() - Constructor for class net.minecraft.item.ItemFlintAndSteel
- ItemFood - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemFood(int, boolean) - Constructor for class net.minecraft.item.ItemFood
- ItemFood(int, float, boolean) - Constructor for class net.minecraft.item.ItemFood
- ItemGlassBottle - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemGlassBottle() - Constructor for class net.minecraft.item.ItemGlassBottle
- ItemHangingEntity - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemHangingEntity(Class<? extends EntityHanging>) - Constructor for class net.minecraft.item.ItemHangingEntity
- ItemHoe - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemHoe(Item.ToolMaterial) - Constructor for class net.minecraft.item.ItemHoe
- itemInteractionForEntity(ItemStack, EntityPlayer, EntityLivingBase) - Method in class net.minecraft.item.Item
-
+ Returns true if the item can be used on the given entity, e.g.
- itemInteractionForEntity(ItemStack, EntityPlayer, EntityLivingBase) - Method in class net.minecraft.item.ItemDye
-
+ Returns true if the item can be used on the given entity, e.g.
- itemInteractionForEntity(ItemStack, EntityPlayer, EntityLivingBase) - Method in class net.minecraft.item.ItemNameTag
-
+ Returns true if the item can be used on the given entity, e.g.
- itemInteractionForEntity(ItemStack, EntityPlayer, EntityLivingBase) - Method in class net.minecraft.item.ItemSaddle
-
+ Returns true if the item can be used on the given entity, e.g.
- ItemLead - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemLead() - Constructor for class net.minecraft.item.ItemLead
- ItemLeaves - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemLeaves(BlockLeaves) - Constructor for class net.minecraft.item.ItemLeaves
- ItemLilyPad - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemLilyPad(Block) - Constructor for class net.minecraft.item.ItemLilyPad
- ItemMap - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemMap() - Constructor for class net.minecraft.item.ItemMap
- ItemMapBase - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemMapBase() - Constructor for class net.minecraft.item.ItemMapBase
- ItemMeshDefinition - Interface in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemMinecart - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemMinecart(EntityMinecart.EnumMinecartType) - Constructor for class net.minecraft.item.ItemMinecart
- ItemModelGenerator - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemModelGenerator() - Constructor for class net.minecraft.client.renderer.block.model.ItemModelGenerator
- ItemModelMesher - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemModelMesher(ModelManager) - Constructor for class net.minecraft.client.renderer.ItemModelMesher
- itemModifierUUID - Static variable in class net.minecraft.item.Item
- ItemMonsterPlacer - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemMonsterPlacer() - Constructor for class net.minecraft.item.ItemMonsterPlacer
- ItemMultiTexture - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemMultiTexture(Block, Block, Function<ItemStack, String>) - Constructor for class net.minecraft.item.ItemMultiTexture
- ItemMultiTexture(Block, Block, String[]) - Constructor for class net.minecraft.item.ItemMultiTexture
- ItemNameTag - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemNameTag() - Constructor for class net.minecraft.item.ItemNameTag
- ItemPickaxe - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemPickaxe(Item.ToolMaterial) - Constructor for class net.minecraft.item.ItemPickaxe
- ItemPiston - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemPiston(Block) - Constructor for class net.minecraft.item.ItemPiston
- ItemPotion - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemPotion() - Constructor for class net.minecraft.item.ItemPotion
- itemRand - Static variable in class net.minecraft.item.Item
-
+ The RNG used by the Item subclasses.
- ItemRecord - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemRecord(String) - Constructor for class net.minecraft.item.ItemRecord
- ItemRedstone - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemRedstone() - Constructor for class net.minecraft.item.ItemRedstone
- ItemReed - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemReed(Block) - Constructor for class net.minecraft.item.ItemReed
- itemRegistry - Static variable in class net.minecraft.item.Item
- itemRender - Variable in class net.minecraft.client.gui.GuiScreen
- itemRenderer - Variable in class net.minecraft.client.renderer.EntityRenderer
- ItemRenderer - Class in net.minecraft.client.renderer
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemRenderer(Minecraft) - Constructor for class net.minecraft.client.renderer.ItemRenderer
- Items - Class in net.minecraft.init
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Items() - Constructor for class net.minecraft.init.Items
- ItemSaddle - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSaddle() - Constructor for class net.minecraft.item.ItemSaddle
- ItemSeedFood - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSeedFood(int, float, Block, Block) - Constructor for class net.minecraft.item.ItemSeedFood
- ItemSeeds - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSeeds(Block, Block) - Constructor for class net.minecraft.item.ItemSeeds
- ItemShears - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemShears() - Constructor for class net.minecraft.item.ItemShears
- ItemSign - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSign() - Constructor for class net.minecraft.item.ItemSign
- ItemSimpleFoiled - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSimpleFoiled() - Constructor for class net.minecraft.item.ItemSimpleFoiled
- ItemSkull - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSkull() - Constructor for class net.minecraft.item.ItemSkull
- ItemSlab - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSlab(Block, BlockSlab, BlockSlab) - Constructor for class net.minecraft.item.ItemSlab
- ItemSnow - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSnow(Block) - Constructor for class net.minecraft.item.ItemSnow
- ItemSnowball - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSnowball() - Constructor for class net.minecraft.item.ItemSnowball
- ItemSoup - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSoup(int) - Constructor for class net.minecraft.item.ItemSoup
- ItemSpade - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSpade(Item.ToolMaterial) - Constructor for class net.minecraft.item.ItemSpade
- itemStack - Variable in class net.minecraft.network.play.server.S04PacketEntityEquipment
- ItemStack - Class in net.minecraft.item
- ItemStack(Block) - Constructor for class net.minecraft.item.ItemStack
- ItemStack(Block, int) - Constructor for class net.minecraft.item.ItemStack
- ItemStack(Block, int, int) - Constructor for class net.minecraft.item.ItemStack
- ItemStack(Item) - Constructor for class net.minecraft.item.ItemStack
- ItemStack(Item, int) - Constructor for class net.minecraft.item.ItemStack
- ItemStack(Item, int, int) - Constructor for class net.minecraft.item.ItemStack
- itemStacks - Variable in class net.minecraft.network.play.server.S30PacketWindowItems
- itemStats - Static variable in class net.minecraft.stats.StatList
- ItemSword - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemSword(Item.ToolMaterial) - Constructor for class net.minecraft.item.ItemSword
- ItemTool - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemTool(float, Item.ToolMaterial, Set<Block>) - Constructor for class net.minecraft.item.ItemTool
- ItemTransformVec3f - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemTransformVec3f(Vector3f, Vector3f, Vector3f) - Constructor for class net.minecraft.client.renderer.block.model.ItemTransformVec3f
- ItemTransformVec3f.Deserializer - Class in net.minecraft.client.renderer.block.model
- itemUseDuration - Variable in class net.minecraft.item.ItemFood
- itemWeight - Variable in class net.minecraft.util.WeightedRandom.Item
- ItemWritableBook - Class in net.minecraft.item
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ItemWritableBook() - Constructor for class net.minecraft.item.ItemWritableBook
- Iterables - Class in com.google.common.collect
-
This class contains static utility methods that operate on or return objects of type
Iterable
. - iterateFiles(String, boolean, VFSIterator) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- iterateFiles(IDBDatabase, VirtualFilesystem, String, boolean, VFSIterator) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem.AsyncHandlers
- iterator() - Method in class com.google.common.collect.ForwardingCollection
- iterator() - Method in class com.google.common.collect.ImmutableCollection
-
Returns an unmodifiable iterator across the elements in this collection.
- iterator() - Method in class com.google.common.collect.ImmutableList
- iterator() - Method in class com.google.common.collect.ImmutableMultiset
- iterator() - Method in class com.google.common.collect.ImmutableSet
- iterator() - Method in class com.google.common.collect.ImmutableSortedSet
- iterator() - Method in class com.google.common.collect.MinMaxPriorityQueue
-
Returns an iterator over the elements contained in this collection, in no particular order.
- iterator() - Method in interface com.google.common.collect.Multiset
- iterator() - Method in interface com.google.common.collect.SortedMultiset
- iterator() - Method in class net.minecraft.util.ChatComponentStyle
- iterator() - Method in class net.minecraft.util.ChatComponentTranslation
- iterator() - Method in class net.minecraft.util.ClassInheritanceMultiMap
- iterator() - Method in enum net.minecraft.util.EnumFacing.Plane
- iterator() - Method in class net.minecraft.util.ObjectIntIdentityMap
- iterator() - Method in class net.minecraft.util.RegistryNamespaced
- iterator() - Method in class net.minecraft.util.RegistrySimple
- iterator() - Method in class org.json.JSONArray
- iterator(Object, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Constructs an
Iterator
over each day in a date range defined by a focus date and range style. - iterator(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Constructs an
Iterator
over each day in a date range defined by a focus date and range style. - iterator(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Constructs an
Iterator
over each day in a date range defined by a focus date and range style. - Iterators - Class in com.google.common.collect
-
This class contains static utility methods that operate on or return objects of type
Iterator
. - ITextureGL - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- ITextureObject - Interface in net.minecraft.client.renderer.texture
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IThreadedFileIO - Interface in net.minecraft.world.storage
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IThreadListener - Interface in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ITickable - Interface in net.minecraft.client.renderer.texture
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ITickable - Interface in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ITickableSound - Interface in net.minecraft.client.audio
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ITickableTextureObject - Interface in net.minecraft.client.renderer.texture
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ITileEntityProvider - Interface in net.minecraft.block
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IUniformGL - Interface in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- IWorldAccess - Interface in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- IWorldNameable - Interface in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
J
- JACKET - net.minecraft.entity.player.EnumPlayerModelParts
- JAVA_0_9 - org.apache.commons.lang3.JavaVersion
-
The Java version reported by Android.
- JAVA_1_1 - org.apache.commons.lang3.JavaVersion
-
Java 1.1.
- JAVA_1_2 - org.apache.commons.lang3.JavaVersion
-
Java 1.2.
- JAVA_1_3 - org.apache.commons.lang3.JavaVersion
-
Java 1.3.
- JAVA_1_4 - org.apache.commons.lang3.JavaVersion
-
Java 1.4.
- JAVA_1_5 - org.apache.commons.lang3.JavaVersion
-
Java 1.5.
- JAVA_1_6 - org.apache.commons.lang3.JavaVersion
-
Java 1.6.
- JAVA_1_7 - org.apache.commons.lang3.JavaVersion
-
Java 1.7.
- JAVA_1_8 - org.apache.commons.lang3.JavaVersion
-
Java 1.8.
- JAVA_1_9 - org.apache.commons.lang3.JavaVersion
-
Deprecated.As of release 3.5, replaced by
JavaVersion.JAVA_9
- JAVA_10 - org.apache.commons.lang3.JavaVersion
-
Java 10.
- JAVA_11 - org.apache.commons.lang3.JavaVersion
-
Java 11.
- JAVA_12 - org.apache.commons.lang3.JavaVersion
-
Java 12.
- JAVA_13 - org.apache.commons.lang3.JavaVersion
-
Java 13.
- JAVA_14 - org.apache.commons.lang3.JavaVersion
-
Java 14.
- JAVA_15 - org.apache.commons.lang3.JavaVersion
-
Java 15.
- JAVA_16 - org.apache.commons.lang3.JavaVersion
-
Java 16.
- JAVA_17 - org.apache.commons.lang3.JavaVersion
-
Java 17.
- JAVA_9 - org.apache.commons.lang3.JavaVersion
-
Java 9.
- JAVA_AWT_FONTS - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.awt.fonts
System Property. - JAVA_AWT_GRAPHICSENV - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.awt.graphicsenv
System Property. - JAVA_AWT_HEADLESS - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.awt.headless
System Property. - JAVA_AWT_PRINTERJOB - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.awt.printerjob
System Property. - JAVA_CLASS_PATH - com.google.common.base.StandardSystemProperty
-
Java class path.
- JAVA_CLASS_PATH - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.class.path
System Property. - JAVA_CLASS_VERSION - com.google.common.base.StandardSystemProperty
-
Java class format version number.
- JAVA_CLASS_VERSION - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.class.version
System Property. - JAVA_COMPILER - com.google.common.base.StandardSystemProperty
-
Name of JIT compiler to use.
- JAVA_COMPILER - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.compiler
System Property. - JAVA_DIGIT - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is a digit according to Java's definition.
- JAVA_ENDORSED_DIRS - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.endorsed.dirs
System Property. - JAVA_EXT_DIRS - com.google.common.base.StandardSystemProperty
-
Path of extension directory or directories.
- JAVA_EXT_DIRS - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.ext.dirs
System Property. - JAVA_HOME - com.google.common.base.StandardSystemProperty
-
Java installation directory.
- JAVA_HOME - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.home
System Property. - JAVA_IO_TMPDIR - com.google.common.base.StandardSystemProperty
-
Default temp file path.
- JAVA_IO_TMPDIR - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.io.tmpdir
System Property. - JAVA_ISO_CONTROL - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is an ISO control character as specified by
Character.isISOControl(char)
. - JAVA_LETTER - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is a letter according to Java's definition.
- JAVA_LETTER_OR_DIGIT - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is a letter or digit according to Java's definition.
- JAVA_LIBRARY_PATH - com.google.common.base.StandardSystemProperty
-
List of paths to search when loading libraries.
- JAVA_LIBRARY_PATH - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.library.path
System Property. - JAVA_LOWER_CASE - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is lower case according to Java's definition.
- JAVA_RECENT - org.apache.commons.lang3.JavaVersion
-
The most recent java version.
- JAVA_RUNTIME_NAME - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.runtime.name
System Property. - JAVA_RUNTIME_VERSION - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.runtime.version
System Property. - JAVA_SPECIFICATION_NAME - com.google.common.base.StandardSystemProperty
-
Java Runtime Environment specification name.
- JAVA_SPECIFICATION_NAME - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.specification.name
System Property. - JAVA_SPECIFICATION_VENDOR - com.google.common.base.StandardSystemProperty
-
Java Runtime Environment specification vendor.
- JAVA_SPECIFICATION_VENDOR - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.specification.vendor
System Property. - JAVA_SPECIFICATION_VERSION - com.google.common.base.StandardSystemProperty
-
Java Runtime Environment specification version.
- JAVA_SPECIFICATION_VERSION - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.specification.version
System Property. - JAVA_UPPER_CASE - Static variable in class com.google.common.base.CharMatcher
-
Determines whether a character is upper case according to Java's definition.
- JAVA_UTIL_PREFS_PREFERENCES_FACTORY - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.util.prefs.PreferencesFactory
System Property. - JAVA_VENDOR - com.google.common.base.StandardSystemProperty
-
Java Runtime Environment vendor.
- JAVA_VENDOR - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.vendor
System Property. - JAVA_VENDOR_URL - com.google.common.base.StandardSystemProperty
-
Java vendor URL.
- JAVA_VENDOR_URL - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.vendor.url
System Property. - JAVA_VERSION - com.google.common.base.StandardSystemProperty
-
Java Runtime Environment version.
- JAVA_VERSION - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.version
System Property. - JAVA_VM_INFO - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.vm.info
System Property. - JAVA_VM_NAME - com.google.common.base.StandardSystemProperty
-
Java Virtual Machine implementation name.
- JAVA_VM_NAME - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.vm.name
System Property. - JAVA_VM_SPECIFICATION_NAME - com.google.common.base.StandardSystemProperty
-
Java Virtual Machine specification name.
- JAVA_VM_SPECIFICATION_NAME - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.vm.specification.name
System Property. - JAVA_VM_SPECIFICATION_VENDOR - com.google.common.base.StandardSystemProperty
-
Java Virtual Machine specification vendor.
- JAVA_VM_SPECIFICATION_VENDOR - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.vm.specification.vendor
System Property. - JAVA_VM_SPECIFICATION_VERSION - com.google.common.base.StandardSystemProperty
-
Java Virtual Machine specification version.
- JAVA_VM_SPECIFICATION_VERSION - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.vm.specification.version
System Property. - JAVA_VM_VENDOR - com.google.common.base.StandardSystemProperty
-
Java Virtual Machine implementation vendor.
- JAVA_VM_VENDOR - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.vm.vendor
System Property. - JAVA_VM_VERSION - com.google.common.base.StandardSystemProperty
-
Java Virtual Machine implementation version.
- JAVA_VM_VERSION - Static variable in class org.apache.commons.lang3.SystemUtils
-
The
java.vm.version
System Property. - JAVASCRIPT - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformType
- javaUtilObject_requireNonNull(T) - Static method in class net.lax1dude.eaglercraft.v1_8.JDKBackports
- javaUtilObject_requireNonNull(T, String) - Static method in class net.lax1dude.eaglercraft.v1_8.JDKBackports
- javaUtilObject_requireNonNull(T, Supplier<String>) - Static method in class net.lax1dude.eaglercraft.v1_8.JDKBackports
- JavaVersion - Enum in org.apache.commons.lang3
-
An enum representing all the versions of the Java specification.
- javax.annotation - package javax.annotation
- javax.annotation.concurrent - package javax.annotation.concurrent
- javax.annotation.meta - package javax.annotation.meta
- javax.annotation.security - package javax.annotation.security
- javax.annotation.sql - package javax.annotation.sql
- JDKBackports - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- JDKBackports() - Constructor for class net.lax1dude.eaglercraft.v1_8.JDKBackports
- join(boolean[], char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(boolean[], char, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(byte[], char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(byte[], char, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(char[], char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(char[], char, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(double[], char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(double[], char, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(float[], char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(float[], char, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(int[], char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(int[], char, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(long[], char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(long[], char, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(short[], char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(short[], char, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(InputSupplier<? extends InputStream>...) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Use
ByteSource.concat(ByteSource[])
instead. This method is scheduled for removal in Guava 18.0. - join(InputSupplier<? extends Reader>...) - Static method in class com.google.common.io.CharStreams
-
Deprecated.Use
CharSource.concat(CharSource[])
instead. This method is scheduled for removal in Guava 18.0. - join(Iterable<?>) - Method in class com.google.common.base.Joiner
-
Returns a string containing the string representation of each of
parts
, using the previously configured separator between each. - join(Iterable<?>, char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided
Iterable
into a single String containing the provided elements. - join(Iterable<?>, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided
Iterable
into a single String containing the provided elements. - join(Iterable<? extends InputSupplier<? extends InputStream>>) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Use
ByteSource.concat(Iterable)
instead. This method is scheduled for removal in Guava 18.0. - join(Iterable<? extends InputSupplier<? extends Reader>>) - Static method in class com.google.common.io.CharStreams
-
Deprecated.Use
CharSource.concat(Iterable)
instead. This method is scheduled for removal in Guava 18.0. - join(Iterable<? extends Map.Entry<?, ?>>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Returns a string containing the string representation of each entry in
entries
, using the previously configured separator and key-value separator. - join(Object[]) - Method in class com.google.common.base.Joiner
-
Returns a string containing the string representation of each of
parts
, using the previously configured separator between each. - join(Object[], char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(Object[], char, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(Object[], String) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(Object[], String, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(Object, Object, Object...) - Method in class com.google.common.base.Joiner
-
Returns a string containing the string representation of each argument, using the previously configured separator between each.
- join(String) - Method in class org.json.JSONArray
-
Make a string from the contents of this JSONArray.
- join(String, boolean...) - Static method in class com.google.common.primitives.Booleans
-
Returns a string containing the supplied
boolean
values separated byseparator
. - join(String, byte...) - Static method in class com.google.common.primitives.SignedBytes
-
Returns a string containing the supplied
byte
values separated byseparator
. - join(String, byte...) - Static method in class com.google.common.primitives.UnsignedBytes
-
Returns a string containing the supplied
byte
values separated byseparator
. - join(String, char...) - Static method in class com.google.common.primitives.Chars
-
Returns a string containing the supplied
char
values separated byseparator
. - join(String, double...) - Static method in class com.google.common.primitives.Doubles
-
Returns a string containing the supplied
double
values, converted to strings as specified byDouble.toString(double)
, and separated byseparator
. - join(String, float...) - Static method in class com.google.common.primitives.Floats
-
Returns a string containing the supplied
float
values, converted to strings as specified byFloat.toString(float)
, and separated byseparator
. - join(String, int...) - Static method in class com.google.common.primitives.Ints
-
Returns a string containing the supplied
int
values separated byseparator
. - join(String, int...) - Static method in class com.google.common.primitives.UnsignedInts
-
Returns a string containing the supplied unsigned
int
values separated byseparator
. - join(String, long...) - Static method in class com.google.common.primitives.Longs
-
Returns a string containing the supplied
long
values separated byseparator
. - join(String, long...) - Static method in class com.google.common.primitives.UnsignedLongs
-
Returns a string containing the supplied unsigned
long
values separated byseparator
. - join(String, short...) - Static method in class com.google.common.primitives.Shorts
-
Returns a string containing the supplied
short
values separated byseparator
. - join(Thread, Duration) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Waits for the given thread to die for the given duration.
- join(Iterator<?>) - Method in class com.google.common.base.Joiner
-
Returns a string containing the string representation of each of
parts
, using the previously configured separator between each. - join(Iterator<?>, char) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided
Iterator
into a single String containing the provided elements. - join(Iterator<?>, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided
Iterator
into a single String containing the provided elements. - join(Iterator<? extends Map.Entry<?, ?>>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Returns a string containing the string representation of each entry in
entries
, using the previously configured separator and key-value separator. - join(List<?>, char, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided
List
into a single String containing the provided list of elements. - join(List<?>, String, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided
List
into a single String containing the provided list of elements. - join(List<IChatComponent>) - Static method in interface net.minecraft.util.IChatComponent
- join(Map<?, ?>) - Method in class com.google.common.base.Joiner.MapJoiner
-
Returns a string containing the string representation of each entry of
map
, using the previously configured separator and key-value separator. - join(T...) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- joinEntityInSurroundings(Entity) - Method in class net.minecraft.world.World
-
+ spwans an entity and loads surrounding chunks
- joinEntityItemWithWorld(EntityItem) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Joins the passed in entity item with the world.
- joinEntityItemWithWorld(EntityItem) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Joins the passed in entity item with the world.
- Joiner - Class in com.google.common.base
-
An object which joins pieces of text (specified as an array,
Iterable
, varargs or even aMap
) with a separator. - Joiner.MapJoiner - Class in com.google.common.base
-
An object that joins map entries in the same manner as
Joiner
joins iterables and arrays. - joinWith(String, Object...) - Static method in class org.apache.commons.lang3.StringUtils
-
Joins the elements of the provided varargs into a single String containing the provided elements.
- joinWorldTickCounter - Variable in class net.minecraft.client.Minecraft
- JSON_STYLE - Static variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The JSON toString style.
- JSONArray - Class in org.json
-
A JSONArray is an ordered sequence of values.
- JSONArray() - Constructor for class org.json.JSONArray
-
Construct an empty JSONArray.
- JSONArray(int) - Constructor for class org.json.JSONArray
-
Construct a JSONArray with the specified initial capacity.
- JSONArray(Iterable<?>) - Constructor for class org.json.JSONArray
-
Construct a JSONArray from an Iterable.
- JSONArray(Object) - Constructor for class org.json.JSONArray
-
Construct a JSONArray from an array.
- JSONArray(String) - Constructor for class org.json.JSONArray
-
Construct a JSONArray from a source JSON text.
- JSONArray(Collection<?>) - Constructor for class org.json.JSONArray
-
Construct a JSONArray from a Collection.
- JSONArray(JSONArray) - Constructor for class org.json.JSONArray
-
Construct a JSONArray from another JSONArray.
- JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
-
Construct a JSONArray from a JSONTokener.
- JsonBlendingMode - Class in net.minecraft.client.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- JsonBlendingMode() - Constructor for class net.minecraft.client.util.JsonBlendingMode
- JsonBlendingMode(int, int, int) - Constructor for class net.minecraft.client.util.JsonBlendingMode
- JsonBlendingMode(int, int, int, int, int) - Constructor for class net.minecraft.client.util.JsonBlendingMode
- JSONDataParserImpl - Interface in net.lax1dude.eaglercraft.v1_8.json
-
Copyright (c) 2022-2023 LAX1DUDE.
- JSONDataParserReader - Class in net.lax1dude.eaglercraft.v1_8.json.impl
-
Copyright (c) 2022-2023 LAX1DUDE.
- JSONDataParserReader() - Constructor for class net.lax1dude.eaglercraft.v1_8.json.impl.JSONDataParserReader
- JSONDataParserStream - Class in net.lax1dude.eaglercraft.v1_8.json.impl
-
Copyright (c) 2022-2023 LAX1DUDE.
- JSONDataParserStream() - Constructor for class net.lax1dude.eaglercraft.v1_8.json.impl.JSONDataParserStream
- JSONDataParserString - Class in net.lax1dude.eaglercraft.v1_8.json.impl
-
Copyright (c) 2022-2023 LAX1DUDE.
- JSONDataParserString() - Constructor for class net.lax1dude.eaglercraft.v1_8.json.impl.JSONDataParserString
- JsonException - Exception in net.minecraft.client.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- JsonException(String) - Constructor for exception net.minecraft.client.util.JsonException
- JsonException(String, Throwable) - Constructor for exception net.minecraft.client.util.JsonException
- JSONException - Exception in org.json
-
The JSONException is thrown by the JSON.org classes when things are amiss.
- JSONException(String) - Constructor for exception org.json.JSONException
-
Constructs a JSONException with an explanatory message.
- JSONException(String, Throwable) - Constructor for exception org.json.JSONException
-
Constructs a JSONException with an explanatory message and cause.
- JSONException(Throwable) - Constructor for exception org.json.JSONException
-
Constructs a new JSONException with the specified cause.
- JsonException.Entry - Class in net.minecraft.client.util
- JSONObject - Class in org.json
-
A JSONObject is an unordered collection of name/value pairs.
- JSONObject() - Constructor for class org.json.JSONObject
-
Construct an empty JSONObject.
- JSONObject(int) - Constructor for class org.json.JSONObject
-
Constructor to specify an initial capacity of the internal map.
- JSONObject(Object) - Constructor for class org.json.JSONObject
-
Construct a JSONObject from an Object using bean getters.
- JSONObject(Object, String...) - Constructor for class org.json.JSONObject
-
Construct a JSONObject from an Object, using reflection to find the public members.
- JSONObject(String) - Constructor for class org.json.JSONObject
-
Construct a JSONObject from a source JSON text string.
- JSONObject(String, Locale) - Constructor for class org.json.JSONObject
-
Construct a JSONObject from a ResourceBundle.
- JSONObject(Map<?, ?>) - Constructor for class org.json.JSONObject
-
Construct a JSONObject from a Map.
- JSONObject(JSONObject, String...) - Constructor for class org.json.JSONObject
-
Construct a JSONObject from a subset of another JSONObject.
- JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
-
Construct a JSONObject from a JSONTokener.
- JSONPointer - Class in org.json
-
A JSON Pointer is a simple query language defined for JSON documents by RFC 6901.
- JSONPointer(String) - Constructor for class org.json.JSONPointer
-
Pre-parses and initializes a new
JSONPointer
instance. - JSONPointer(List<String>) - Constructor for class org.json.JSONPointer
- JSONPointer.Builder - Class in org.json
-
This class allows the user to build a JSONPointer in steps, using exactly one segment in each step.
- JSONPointerException - Exception in org.json
-
The JSONPointerException is thrown by
JSONPointer
if an error occurs during evaluating a pointer. - JSONPointerException(String) - Constructor for exception org.json.JSONPointerException
- JSONPointerException(String, Throwable) - Constructor for exception org.json.JSONPointerException
- JSONPropertyIgnore - Annotation Type in org.json
- JSONPropertyName - Annotation Type in org.json
- JsonSerializableSet - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- JsonSerializableSet() - Constructor for class net.minecraft.util.JsonSerializableSet
- JSONString - Interface in org.json
-
The
JSONString
interface allows atoJSONString()
method so that a class can change the behavior ofJSONObject.toString()
,JSONArray.toString()
, andJSONWriter.value(
Object)
. - JSONStringer - Class in org.json
-
JSONStringer provides a quick and convenient way of producing JSON text.
- JSONStringer() - Constructor for class org.json.JSONStringer
-
Make a fresh JSONStringer.
- jsonToComponent(String) - Static method in class net.minecraft.util.IChatComponent.Serializer
- JSONTokener - Class in org.json
-
A JSONTokener takes a source string and extracts characters and tokens from it.
- JSONTokener(InputStream) - Constructor for class org.json.JSONTokener
-
Construct a JSONTokener from an InputStream.
- JSONTokener(Reader) - Constructor for class org.json.JSONTokener
-
Construct a JSONTokener from a Reader.
- JSONTokener(String) - Constructor for class org.json.JSONTokener
-
Construct a JSONTokener from a string.
- JsonToNBT - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- JsonToNBT() - Constructor for class net.minecraft.nbt.JsonToNBT
- JSONTypeCodec<O,J> - Interface in net.lax1dude.eaglercraft.v1_8.json
-
Copyright (c) 2022-2023 LAX1DUDE.
- JSONTypeDeserializer<J,O> - Interface in net.lax1dude.eaglercraft.v1_8.json
-
Copyright (c) 2022-2023 LAX1DUDE.
- JSONTypeProvider - Class in net.lax1dude.eaglercraft.v1_8.json
-
Copyright (c) 2022-2023 LAX1DUDE.
- JSONTypeProvider() - Constructor for class net.lax1dude.eaglercraft.v1_8.json.JSONTypeProvider
- JSONTypeSerializer<O,J> - Interface in net.lax1dude.eaglercraft.v1_8.json
-
Copyright (c) 2022-2023 LAX1DUDE.
- JSONWriter - Class in org.json
-
JSONWriter provides a quick and convenient way of producing JSON text.
- JSONWriter(Appendable) - Constructor for class org.json.JSONWriter
-
Make a fresh JSONWriter.
- jukebox - Static variable in class net.minecraft.init.Blocks
- jump - Static variable in class net.minecraft.potion.Potion
- jump - Variable in class net.minecraft.util.MovementInput
- jump() - Method in class net.minecraft.entity.EntityLivingBase
-
+ Causes this entity to do an upwards motion (jumping).
- jump() - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Causes this entity to do an upwards motion (jumping).
- jump() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Causes this entity to do an upwards motion (jumping).
- jump() - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Causes this entity to do an upwards motion (jumping).
- jumpMovementFactor - Variable in class net.minecraft.entity.EntityLivingBase
-
+ A factor used to determine how far this entity will move each tick if it is jumping or falling.
- jumpPower - Variable in class net.minecraft.entity.passive.EntityHorse
- jumpStat - Static variable in class net.minecraft.stats.StatList
-
+ the times you've jumped
- jungle - Static variable in class net.minecraft.world.biome.BiomeGenBase
- JUNGLE - net.minecraft.block.BlockPlanks.EnumType
- jungle_door - Static variable in class net.minecraft.init.Blocks
- jungle_door - Static variable in class net.minecraft.init.Items
- jungle_fence - Static variable in class net.minecraft.init.Blocks
- jungle_fence_gate - Static variable in class net.minecraft.init.Blocks
- JUNGLE_SAPLING - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- jungle_stairs - Static variable in class net.minecraft.init.Blocks
- jungleEdge - Static variable in class net.minecraft.world.biome.BiomeGenBase
- jungleHills - Static variable in class net.minecraft.world.biome.BiomeGenBase
- junkFishedStat - Static variable in class net.minecraft.stats.StatList
K
- KEBAB - net.minecraft.entity.item.EntityPainting.EnumArt
- keep(String, String...) - Static method in class org.apache.commons.lang3.CharSetUtils
-
Takes an argument in set-syntax, see evaluateSet, and keeps any of characters present in the specified string.
- key() - Method in enum com.google.common.base.StandardSystemProperty
-
Returns the key used to lookup this system property.
- key(String) - Method in class org.json.JSONWriter
-
Append a key.
- KEY_0 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_1 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_2 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_3 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_4 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_5 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_6 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_7 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_8 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_9 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_A - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_ADD - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_APOSTROPHE - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_APPS - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_AT - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_AX - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_B - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_BACK - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_BACKSLASH - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_C - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_CAPITAL - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_CIRCUMFLEX - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_CLEAR - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_COLON - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_COMMA - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_CONVERT - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_D - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_DECIMAL - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_DELETE - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_DIVIDE - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_DOWN - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_E - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_END - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_EQUALS - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_ESCAPE - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F1 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F10 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F11 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F12 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F13 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F14 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F15 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F16 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F17 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F18 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F19 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F2 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F3 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F4 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F5 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F6 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F7 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F8 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_F9 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_FUNCTION - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_G - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_GRAVE - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_H - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_HOME - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_I - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_INSERT - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_J - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_K - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_KANA - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_KANJI - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_L - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_LBRACKET - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_LCONTROL - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_LEFT - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_LMENU - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_LMETA - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_LSHIFT - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_M - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_MINUS - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_MULTIPLY - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_N - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NEXT - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NOCONVERT - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NONE - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMLOCK - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPAD0 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPAD1 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPAD2 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPAD3 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPAD4 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPAD5 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPAD6 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPAD7 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPAD8 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPAD9 - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPADCOMMA - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPADENTER - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_NUMPADEQUALS - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_O - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_P - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_PAUSE - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_PERIOD - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_POWER - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_PRIOR - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_Q - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_R - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_RBRACKET - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_RCONTROL - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_RETURN - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_RIGHT - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_RMENU - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_RMETA - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_RSHIFT - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_S - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_SCROLL - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_SECTION - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_SEMICOLON - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_SLASH - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_SLEEP - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_SPACE - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_STOP - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_SUBTRACT - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_SYSRQ - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_T - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_TAB - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_U - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_UNDERLINE - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_UNLABELED - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_UP - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_V - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_W - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_X - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_Y - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_YEN - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- KEY_Z - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- keyBindAttack - Variable in class net.minecraft.client.settings.GameSettings
- keyBindBack - Variable in class net.minecraft.client.settings.GameSettings
- keyBindChat - Variable in class net.minecraft.client.settings.GameSettings
- keyBindClose - Variable in class net.minecraft.client.settings.GameSettings
- keyBindCommand - Variable in class net.minecraft.client.settings.GameSettings
- keyBindDrop - Variable in class net.minecraft.client.settings.GameSettings
- keyBindForward - Variable in class net.minecraft.client.settings.GameSettings
- keyBindFunction - Variable in class net.minecraft.client.settings.GameSettings
- KeyBinding - Class in net.minecraft.client.settings
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- KeyBinding(String, int, String) - Constructor for class net.minecraft.client.settings.KeyBinding
- keyBindings - Variable in class net.minecraft.client.settings.GameSettings
- keyBindInventory - Variable in class net.minecraft.client.settings.GameSettings
- keyBindJump - Variable in class net.minecraft.client.settings.GameSettings
- keyBindLeft - Variable in class net.minecraft.client.settings.GameSettings
- keyBindPickBlock - Variable in class net.minecraft.client.settings.GameSettings
- keyBindPlayerList - Variable in class net.minecraft.client.settings.GameSettings
- keyBindRight - Variable in class net.minecraft.client.settings.GameSettings
- keyBindScreenshot - Variable in class net.minecraft.client.settings.GameSettings
- keyBindsHotbar - Variable in class net.minecraft.client.settings.GameSettings
- keyBindSmoothCamera - Variable in class net.minecraft.client.settings.GameSettings
- keyBindSneak - Variable in class net.minecraft.client.settings.GameSettings
- keyBindSprint - Variable in class net.minecraft.client.settings.GameSettings
- keyBindTogglePerspective - Variable in class net.minecraft.client.settings.GameSettings
- keyBindUseItem - Variable in class net.minecraft.client.settings.GameSettings
- keyBindZoomCamera - Variable in class net.minecraft.client.settings.GameSettings
- Keyboard - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- Keyboard() - Constructor for class net.lax1dude.eaglercraft.v1_8.Keyboard
- KeyboardConstants - Class in net.lax1dude.eaglercraft.v1_8.internal
-
Copyright (c) 2022-2023 LAX1DUDE.
- KeyboardConstants() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.KeyboardConstants
- keyboardEnableRepeatEvents(boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- keyboardGetEventCharacter() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- keyboardGetEventKey() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- keyboardGetEventKeyState() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- keyboardIsKeyDown(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- keyboardIsRepeatEvent() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- keyboardLockSupported - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- keyboardNext() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- keyComparator() - Method in class com.google.common.collect.TreeMultimap
-
Returns the comparator that orders the multimap keys.
- keyPath(String...) - Method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBObjectStoreParameters
- keys() - Method in class com.google.common.collect.ForwardingMultimap
- keys() - Method in class com.google.common.collect.ImmutableMultimap
-
Returns a collection, which may contain duplicates, of all keys.
- keys() - Method in interface com.google.common.collect.Multimap
-
Returns a view collection containing the key from each key-value pair in this multimap, without collapsing duplicates.
- keys() - Method in class org.json.JSONObject
-
Get an enumeration of the keys of the JSONObject.
- keySet() - Method in class com.google.common.collect.ForwardingMap
- keySet() - Method in class com.google.common.collect.ForwardingMultimap
- keySet() - Method in class com.google.common.collect.HashBiMap
- keySet() - Method in class com.google.common.collect.ImmutableMap
-
Returns an immutable set of the keys in this map.
- keySet() - Method in class com.google.common.collect.ImmutableMultimap
-
Returns an immutable set of the distinct keys in this multimap.
- keySet() - Method in class com.google.common.collect.ImmutableSortedMap
-
Returns an immutable sorted set of the keys in this map.
- keySet() - Method in interface com.google.common.collect.Multimap
-
Returns a view collection of all distinct keys contained in this multimap.
- keySet() - Method in class com.google.common.collect.TreeMultimap
-
Returns a view collection of all distinct keys contained in this multimap.
- keySet() - Method in class net.minecraft.server.management.LowerStringMap
- keySet() - Method in class org.json.JSONObject
-
Get a set of keys of the JSONObject.
- keyType() - Method in class com.google.common.collect.EnumBiMap
-
Returns the associated key type.
- keyType() - Method in class com.google.common.collect.EnumHashBiMap
-
Returns the associated key type.
- keyTyped(char, int) - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiAuthenticationScreen
- keyTyped(char, int) - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiScreenEditProfile
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiChat
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiCommandBlock
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiControls
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiDisconnected
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiDownloadTerrain
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiErrorScreen
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiGameOver
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiMainMenu
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiMemoryErrorScreen
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiMultiplayer
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiRepair
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiScreenAddServer
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiScreenBook
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiScreenServerList
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiSleepMP
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.GuiWinGame
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.gui.inventory.GuiEditSign
-
+ Fired when a key is typed (except F11 which toggles full screen).
- keyTyped(char, int) - Method in class net.minecraft.client.multiplayer.GuiConnecting
-
+ Fired when a key is typed (except F11 which toggles full screen).
- kill() - Method in class net.minecraft.entity.Entity
-
+ sets the dead flag.
- kill() - Method in class net.minecraft.entity.EntityLivingBase
-
+ sets the dead flag.
- killCow - Static variable in class net.minecraft.stats.AchievementList
- killEnemy - Static variable in class net.minecraft.stats.AchievementList
- killMinecart(DamageSource) - Method in class net.minecraft.entity.item.EntityMinecart
- killMinecart(DamageSource) - Method in class net.minecraft.entity.item.EntityMinecartChest
- killMinecart(DamageSource) - Method in class net.minecraft.entity.item.EntityMinecartContainer
- killMinecart(DamageSource) - Method in class net.minecraft.entity.item.EntityMinecartFurnace
- killMinecart(DamageSource) - Method in class net.minecraft.entity.item.EntityMinecartHopper
- killMinecart(DamageSource) - Method in class net.minecraft.entity.item.EntityMinecartTNT
- killWither - Static variable in class net.minecraft.stats.AchievementList
- knockback - Static variable in class net.minecraft.enchantment.Enchantment
- knockBack(Entity, float, double, double) - Method in class net.minecraft.entity.EntityLivingBase
-
+ knocks back this entity
- knockbackResistance - Static variable in class net.minecraft.entity.SharedMonsterAttributes
L
- labelList - Variable in class net.minecraft.client.gui.GuiScreen
-
+ A list of all the labels in this container.
- ladder - Static variable in class net.minecraft.init.Blocks
- language - Variable in class net.minecraft.client.settings.GameSettings
- Language - Class in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Language(String, String, String, boolean) - Constructor for class net.minecraft.client.resources.Language
- LanguageManager - Class in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LanguageManager(IMetadataSerializer, String) - Constructor for class net.minecraft.client.resources.LanguageManager
- LanguageMetadataSection - Class in net.minecraft.client.resources.data
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LanguageMetadataSection(Collection<Language>) - Constructor for class net.minecraft.client.resources.data.LanguageMetadataSection
- LanguageMetadataSectionSerializer - Class in net.minecraft.client.resources.data
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LanguageMetadataSectionSerializer() - Constructor for class net.minecraft.client.resources.data.LanguageMetadataSectionSerializer
- languagesByCountry(String) - Static method in class org.apache.commons.lang3.LocaleUtils
-
Obtains the list of languages supported for a given country.
- lanSearchStates - Static variable in interface net.minecraft.client.gui.IProgressMeter
- lapis_block - Static variable in class net.minecraft.init.Blocks
- lapis_ore - Static variable in class net.minecraft.init.Blocks
- lapisColor - Static variable in class net.minecraft.block.material.MapColor
- LARGE_BIOMES - Static variable in class net.minecraft.world.WorldType
-
+ Large Biome world Type.
- last() - Method in class com.google.common.collect.FluentIterable
-
Returns an
Optional
containing the last element in this fluent iterable. - last() - Method in class com.google.common.collect.ForwardingSortedSet
- last() - Method in class com.google.common.collect.ImmutableSortedSet
- lastCacheHit - Variable in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache.SkinCacheEntry
- lastClicked - Variable in class net.minecraft.client.gui.GuiSlot
- lastDamage - Variable in class net.minecraft.entity.EntityLivingBase
- lastEntry() - Method in class com.google.common.collect.ForwardingNavigableMap
- lastEntry() - Method in class com.google.common.collect.ForwardingSortedMultiset
- lastEntry() - Method in class com.google.common.collect.ImmutableSortedMap
- lastEntry() - Method in interface com.google.common.collect.SortedMultiset
-
Returns the entry of the last element in this multiset, or
null
if this multiset is empty. - lastIndexIn(CharSequence) - Method in class com.google.common.base.CharMatcher
-
Returns the index of the last matching character in a character sequence, or
-1
if no matching character is present. - lastIndexOf(boolean[], boolean) - Static method in class com.google.common.primitives.Booleans
-
Returns the index of the last appearance of the value
target
inarray
. - lastIndexOf(byte[], byte) - Static method in class com.google.common.primitives.Bytes
-
Returns the index of the last appearance of the value
target
inarray
. - lastIndexOf(char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder to find the last reference to the specified char.
- lastIndexOf(char[], char) - Static method in class com.google.common.primitives.Chars
-
Returns the index of the last appearance of the value
target
inarray
. - lastIndexOf(char, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder to find the last reference to the specified char.
- lastIndexOf(double[], double) - Static method in class com.google.common.primitives.Doubles
-
Returns the index of the last appearance of the value
target
inarray
. - lastIndexOf(float[], float) - Static method in class com.google.common.primitives.Floats
-
Returns the index of the last appearance of the value
target
inarray
. - lastIndexOf(int[], int) - Static method in class com.google.common.primitives.Ints
-
Returns the index of the last appearance of the value
target
inarray
. - lastIndexOf(long[], long) - Static method in class com.google.common.primitives.Longs
-
Returns the index of the last appearance of the value
target
inarray
. - lastIndexOf(short[], short) - Static method in class com.google.common.primitives.Shorts
-
Returns the index of the last appearance of the value
target
inarray
. - lastIndexOf(CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns the index within
seq
of the last occurrence of the specified character. - lastIndexOf(CharSequence, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Returns the index within
seq
of the last occurrence of the specified character, searching backward starting at the specified index. - lastIndexOf(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Finds the last index within a CharSequence, handling
null
. - lastIndexOf(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Finds the last index within a CharSequence, handling
null
. - lastIndexOf(Object) - Method in class com.google.common.collect.ForwardingList
- lastIndexOf(Object) - Method in class com.google.common.collect.ImmutableList
- lastIndexOf(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder to find the last reference to the specified string.
- lastIndexOf(String, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder to find the last reference to the specified string starting searching from the given index.
- lastIndexOf(StrMatcher) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder using the matcher to find the last match.
- lastIndexOf(StrMatcher, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Searches the string builder using the matcher to find the last match searching from the given index.
- lastIndexOfAny(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Find the latest index of any substring in a set of potential substrings.
- lastIndexOfIgnoreCase(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Case in-sensitive find of the last index within a CharSequence.
- lastIndexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Case in-sensitive find of the last index within a CharSequence from the specified position.
- lastKey() - Method in class com.google.common.collect.ForwardingSortedMap
- lastKey() - Method in class com.google.common.collect.ImmutableSortedMap
- lastOrdinalIndexOf(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Finds the n-th last index within a String, handling
null
. - lastServer - Variable in class net.minecraft.client.settings.GameSettings
- lastTentacleAngle - Variable in class net.minecraft.entity.passive.EntitySquid
- lastTickPosX - Variable in class net.minecraft.entity.Entity
- lastTickPosY - Variable in class net.minecraft.entity.Entity
- lastTickPosZ - Variable in class net.minecraft.entity.Entity
- launchIntegratedServer(String, String, WorldSettings) - Method in class net.minecraft.client.Minecraft
-
+ Arguments: World foldername, World ingame name, WorldSettings
- lava - Static variable in class net.minecraft.block.material.Material
- lava - Static variable in class net.minecraft.init.Blocks
- lava - Static variable in class net.minecraft.util.DamageSource
- LAVA - net.minecraft.util.EnumParticleTypes
- lava_bucket - Static variable in class net.minecraft.init.Items
- LavaFactory() - Constructor for class net.minecraft.client.particle.EntityDropParticleFX.LavaFactory
- LayerArmorBase<T extends ModelBase> - Class in net.minecraft.client.renderer.entity.layers
- LayerArmorBase(RendererLivingEntity<?>) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerArmorBase
- LayerArrow - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerArrow(RendererLivingEntity) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerArrow
- LayerBipedArmor - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerBipedArmor(RendererLivingEntity<?>) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerBipedArmor
- LayerCape - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerCape(RenderPlayer) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerCape
- LayerCreeperCharge - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerCreeperCharge(RenderCreeper) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerCreeperCharge
- LayerCustomHead - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerCustomHead(ModelRenderer) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerCustomHead
- LayerDeadmau5Head - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerDeadmau5Head(RenderPlayer) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerDeadmau5Head
- LayeredColorMaskTexture - Class in net.minecraft.client.renderer.texture
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayeredColorMaskTexture(ResourceLocation, List<String>, List<EnumDyeColor>) - Constructor for class net.minecraft.client.renderer.texture.LayeredColorMaskTexture
- LayeredTexture - Class in net.minecraft.client.renderer.texture
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayeredTexture(String...) - Constructor for class net.minecraft.client.renderer.texture.LayeredTexture
- layeredTextureNames - Variable in class net.minecraft.client.renderer.texture.LayeredTexture
- LayerEnderDragonDeath - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerEnderDragonDeath() - Constructor for class net.minecraft.client.renderer.entity.layers.LayerEnderDragonDeath
- LayerEnderDragonEyes - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerEnderDragonEyes(RenderDragon) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerEnderDragonEyes
- LayerEndermanEyes - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerEndermanEyes(RenderEnderman) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerEndermanEyes
- LayerHeldBlock - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerHeldBlock(RenderEnderman) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerHeldBlock
- LayerHeldItem - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerHeldItem(RendererLivingEntity<?>) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerHeldItem
- LayerHeldItemWitch - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerHeldItemWitch(RenderWitch) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerHeldItemWitch
- LayerIronGolemFlower - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerIronGolemFlower(RenderIronGolem) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerIronGolemFlower
- LayerMooshroomMushroom - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerMooshroomMushroom(RenderMooshroom) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerMooshroomMushroom
- LayerRenderer<E extends EntityLivingBase> - Interface in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- layerRenderers - Variable in class net.minecraft.client.renderer.entity.RendererLivingEntity
- LAYERS - Static variable in class net.minecraft.block.BlockSnow
- LAYERS - Static variable in class net.minecraft.client.renderer.block.model.ItemModelGenerator
- LayerSaddle - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerSaddle(RenderPig) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerSaddle
- LayerSheepWool - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerSheepWool(RenderSheep) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerSheepWool
- LayerSlimeGel - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerSlimeGel(RenderSlime) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerSlimeGel
- LayerSnowmanHead - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerSnowmanHead(RenderSnowMan) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerSnowmanHead
- LayerSpiderEyes - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerSpiderEyes(RenderSpider) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerSpiderEyes
- LayerVillagerArmor - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerVillagerArmor(RendererLivingEntity<?>) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerVillagerArmor
- LayerWitherAura - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerWitherAura(RenderWither) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerWitherAura
- LayerWolfCollar - Class in net.minecraft.client.renderer.entity.layers
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LayerWolfCollar(RenderWolf) - Constructor for class net.minecraft.client.renderer.entity.layers.LayerWolfCollar
- LazyLoadBase<T> - Class in net.minecraft.util
- LazyLoadBase() - Constructor for class net.minecraft.util.LazyLoadBase
- le(A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
-
Checks if the tested object is less than or equal to
b
- lead - Static variable in class net.minecraft.init.Items
- leash - Variable in class net.minecraft.network.play.server.S1BPacketEntityAttach
- leastOf(Iterable<E>, int) - Method in class com.google.common.collect.Ordering
-
Returns the
k
least elements of the given iterable according to this ordering, in order from least to greatest. - leastOf(Iterator<E>, int) - Method in class com.google.common.collect.Ordering
-
Returns the
k
least elements from the given iterator according to this ordering, in order from least to greatest. - leather - Static variable in class net.minecraft.init.Items
- LEATHER - net.minecraft.item.ItemArmor.ArmorMaterial
- leather_boots - Static variable in class net.minecraft.init.Items
- leather_chestplate - Static variable in class net.minecraft.init.Items
- leather_helmet - Static variable in class net.minecraft.init.Items
- leather_leggings - Static variable in class net.minecraft.init.Items
- leaveGameStat - Static variable in class net.minecraft.stats.StatList
-
+ number of times you've left a game
- leaves - Static variable in class net.minecraft.block.material.Material
- leaves - Static variable in class net.minecraft.init.Blocks
- leaves2 - Static variable in class net.minecraft.init.Blocks
- left - Variable in class net.minecraft.client.gui.GuiSlot
- left(String, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Gets the leftmost
len
characters of a String. - LEFT - net.minecraft.block.BlockDoor.EnumHingePosition
- LEFT_PANTS_LEG - net.minecraft.entity.player.EnumPlayerModelParts
- LEFT_SLEEVE - net.minecraft.entity.player.EnumPlayerModelParts
- leftChild(T) - Method in class com.google.common.collect.BinaryTreeTraverser
-
Returns the left child of the specified node, or
Optional.absent()
if the specified node has no left child. - leftHand - Variable in class net.minecraft.client.model.ModelSnowMan
- leftLeg - Variable in class net.minecraft.client.model.ModelChicken
- leftPad(String, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Left pad a String with spaces (' ').
- leftPad(String, int, char) - Static method in class org.apache.commons.lang3.StringUtils
-
Left pad a String with a specified character.
- leftPad(String, int, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Left pad a String with a specified String.
- leftString(int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Extracts the leftmost characters from the string builder without throwing an exception.
- leftValue() - Method in interface com.google.common.collect.MapDifference.ValueDifference
-
Returns the value from the left map (possibly null).
- leftVillagerLeg - Variable in class net.minecraft.client.model.ModelVillager
- leftWing - Variable in class net.minecraft.client.model.ModelChicken
- leg1 - Variable in class net.minecraft.client.model.ModelCreeper
- leg1 - Variable in class net.minecraft.client.model.ModelQuadruped
- leg2 - Variable in class net.minecraft.client.model.ModelCreeper
- leg2 - Variable in class net.minecraft.client.model.ModelQuadruped
- leg3 - Variable in class net.minecraft.client.model.ModelCreeper
- leg3 - Variable in class net.minecraft.client.model.ModelQuadruped
- leg4 - Variable in class net.minecraft.client.model.ModelCreeper
- leg4 - Variable in class net.minecraft.client.model.ModelQuadruped
- LEGACY_DATA - Static variable in class net.minecraft.block.BlockFlowerPot
- length() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- length() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- length() - Method in interface net.lax1dude.eaglercraft.v1_8.vector.ReadableVector
- length() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector
- length() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Gets the length of the string builder.
- length() - Method in class org.json.JSONArray
-
Get the number of elements in the JSONArray, included nulls.
- length() - Method in class org.json.JSONObject
-
Get the number of keys stored in the JSONObject.
- length(InputSupplier<? extends InputStream>) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Use
ByteSource.size()
instead. This method is scheduled for removal in Guava 18.0. - length(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Gets a CharSequence length or
0
if the CharSequence isnull
. - lengthSquared() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
- lengthSquared() - Method in interface net.lax1dude.eaglercraft.v1_8.vector.ReadableVector
- lengthSquared() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector
- lengthSquared() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
- lengthSquared() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
- lengthSquared() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
- lengthVector() - Method in class net.minecraft.util.Vec3
-
+ Returns the length of the vector.
- lerp(double, double, double) - Method in class net.minecraft.world.gen.NoiseGeneratorImproved
- LERP_SIZE - net.minecraft.network.play.server.S44PacketWorldBorder.Action
- lessThan(A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
-
Checks if the object passed to
ComparableUtils.is(A)
is less thanb
- lessThan(C) - Static method in class com.google.common.collect.Range
-
Returns a range that contains all values strictly less than
endpoint
. - lessThanOrEqualTo(A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
-
Checks if the object passed to
ComparableUtils.is(A)
is less than or equal tob
- level - Variable in class net.minecraft.network.play.server.S1FPacketSetExperience
- Level - Enum in net.lax1dude.eaglercraft.v1_8.log4j
-
Copyright (c) 2022-2023 LAX1DUDE.
- LEVEL - Static variable in class net.minecraft.block.BlockCauldron
- LEVEL - Static variable in class net.minecraft.block.BlockLiquid
- levelInt - Variable in enum net.lax1dude.eaglercraft.v1_8.log4j.Level
- levelName - Variable in enum net.lax1dude.eaglercraft.v1_8.log4j.Level
- lever - Static variable in class net.minecraft.init.Blocks
- lexicographical() - Method in class com.google.common.collect.Ordering
-
Returns a new ordering which sorts iterables by comparing corresponding elements pairwise until a nonzero result is found; imposes "dictionary order".
- lexicographicalComparator() - Static method in class com.google.common.primitives.Booleans
-
Returns a comparator that compares two
boolean
arrays lexicographically. - lexicographicalComparator() - Static method in class com.google.common.primitives.Chars
-
Returns a comparator that compares two
char
arrays lexicographically. - lexicographicalComparator() - Static method in class com.google.common.primitives.Doubles
-
Returns a comparator that compares two
double
arrays lexicographically. - lexicographicalComparator() - Static method in class com.google.common.primitives.Floats
-
Returns a comparator that compares two
float
arrays lexicographically. - lexicographicalComparator() - Static method in class com.google.common.primitives.Ints
-
Returns a comparator that compares two
int
arrays lexicographically. - lexicographicalComparator() - Static method in class com.google.common.primitives.Longs
-
Returns a comparator that compares two
long
arrays lexicographically. - lexicographicalComparator() - Static method in class com.google.common.primitives.Shorts
-
Returns a comparator that compares two
short
arrays lexicographically. - lexicographicalComparator() - Static method in class com.google.common.primitives.SignedBytes
-
Returns a comparator that compares two
byte
arrays lexicographically. - lexicographicalComparator() - Static method in class com.google.common.primitives.UnsignedInts
-
Returns a comparator that compares two arrays of unsigned
int
values lexicographically. - lexicographicalComparator() - Static method in class com.google.common.primitives.UnsignedLongs
-
Returns a comparator that compares two arrays of unsigned
long
values lexicographically. - LF - Static variable in class com.google.common.base.Ascii
-
Line Feed ('\n'): A format effector which controls the movement of the printing position to the next printing line.
- LF - Static variable in class org.apache.commons.lang3.CharUtils
-
Linefeed character LF (
'\n'
, Unicode 000a). - LF - Static variable in class org.apache.commons.lang3.StringUtils
-
A String for linefeed LF ("\n").
- lidAngle - Variable in class net.minecraft.tileentity.TileEntityChest
- lidAngle - Variable in class net.minecraft.tileentity.TileEntityEnderChest
- LIGHT_BLUE - net.minecraft.item.EnumDyeColor
- LIGHT_PURPLE - net.minecraft.util.EnumChatFormatting
- light_weighted_pressure_plate - Static variable in class net.minecraft.init.Blocks
- lightBlueColor - Static variable in class net.minecraft.block.material.MapColor
- lightBrightnessTable - Variable in class net.minecraft.world.WorldProvider
-
+ Light to brightness conversion table
- lightmap(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
- lightmapTexUnit - Static variable in class net.lax1dude.eaglercraft.v1_8.opengl.OpenGlHelper
- lightningBolt - Static variable in class net.minecraft.util.DamageSource
- lightOpacity - Variable in class net.minecraft.block.Block
- lightValue - Variable in class net.minecraft.block.Block
- limbSwing - Variable in class net.minecraft.entity.EntityLivingBase
- limbSwingAmount - Variable in class net.minecraft.entity.EntityLivingBase
- LIME - net.minecraft.item.EnumDyeColor
- limeColor - Static variable in class net.minecraft.block.material.MapColor
- limit() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- limit() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- limit() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- limit() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- limit() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- limit(int) - Method in class com.google.common.base.Splitter
-
Returns a splitter that behaves equivalently to
this
splitter but stops splitting after it reaches the limit. - limit(int) - Method in class com.google.common.collect.FluentIterable
-
Creates a fluent iterable with the first
size
elements of this fluent iterable. - limit(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- limit(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- limit(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- limit(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- limit(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- limit(int) - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- limit(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- limit(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- limit(int) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- limit(InputStream, long) - Static method in class com.google.common.io.ByteStreams
-
Wraps a
InputStream
, limiting the number of bytes which can be read. - limit(Iterable<T>, int) - Static method in class com.google.common.collect.Iterables
-
Creates an iterable with the first
limitSize
elements of the given iterable. - limit(Iterator<T>, int) - Static method in class com.google.common.collect.Iterators
-
Creates an iterator returning the first
limitSize
elements of the given iterator. - limitFramerate - Variable in class net.minecraft.client.settings.GameSettings
- LINE_SEPARATOR - com.google.common.base.StandardSystemProperty
-
Line separator ("\n" on UNIX).
- LINE_SEPARATOR - Static variable in class org.apache.commons.lang3.SystemUtils
-
Deprecated.Use
System.lineSeparator()
instead, since it does not require a privilege check. - LINEAR - net.minecraft.client.audio.ISound.AttenuationType
- lineBeingEdited - Variable in class net.minecraft.tileentity.TileEntitySign
-
+ The index of the line currently being edited.
- lineLength - Variable in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Chunksize for encoding.
- LineProcessor<T> - Interface in com.google.common.io
-
A callback to be used with the streaming
readLines
methods. - LineReader - Class in com.google.common.io
-
A class for reading lines of text.
- LineReader(Readable) - Constructor for class com.google.common.io.LineReader
-
Creates a new instance that will read lines from the given
Readable
object. - lines(String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- LINES_X - net.minecraft.block.BlockQuartz.EnumType
- LINES_Y - net.minecraft.block.BlockQuartz.EnumType
- LINES_Z - net.minecraft.block.BlockQuartz.EnumType
- linkedHashKeys() - Static method in class com.google.common.collect.MultimapBuilder
-
Uses a
LinkedHashMap
to map keys to value collections. - linkedHashKeys(int) - Static method in class com.google.common.collect.MultimapBuilder
-
Uses a
LinkedHashMap
to map keys to value collections, initialized to expect the specified number of keys. - LinkedHashMultimap<K,V> - Class in com.google.common.collect
-
Implementation of
Multimap
that does not allow duplicate key-value entries and that returns collections whose iterators follow the ordering in which the data was added to the multimap. - LinkedHashMultiset<E> - Class in com.google.common.collect
-
A
Multiset
implementation with predictable iteration order. - linkedHashSetValues() - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
-
Uses a
LinkedHashSet
to store value collections. - linkedHashSetValues(int) - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
-
Uses a
LinkedHashSet
to store value collections, initialized to expect the specified number of values per key. - LinkedListMultimap<K,V> - Class in com.google.common.collect
-
An implementation of
ListMultimap
that supports deterministic iteration order for both keys and values. - linkedListValues() - Method in class com.google.common.collect.MultimapBuilder.MultimapBuilderWithKeys
-
Uses a
LinkedList
to store value collections. - LINUX - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformOS
- LINUX - net.minecraft.util.Util.EnumOS
- list() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- list() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- ListChunkFactory - Class in net.minecraft.client.renderer.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ListChunkFactory() - Constructor for class net.minecraft.client.renderer.chunk.ListChunkFactory
- ListedRenderChunk - Class in net.minecraft.client.renderer.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ListedRenderChunk(World, RenderGlobal, BlockPos, int) - Constructor for class net.minecraft.client.renderer.chunk.ListedRenderChunk
- ListenableFuture<V> - Interface in net.lax1dude.eaglercraft.v1_8.futures
-
Copyright (c) 2022-2023 LAX1DUDE.
- ListenableFutureTask<V> - Class in net.lax1dude.eaglercraft.v1_8.futures
-
Copyright (c) 2022-2023 LAX1DUDE.
- ListenableFutureTask(Callable<V>) - Constructor for class net.lax1dude.eaglercraft.v1_8.futures.ListenableFutureTask
- listFiles(String) - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VirtualFilesystem
- listFormattedStringToWidth(String, int) - Method in class net.minecraft.client.gui.FontRenderer
-
+ Breaks a string into a list of pieces that will fit a specified width.
- listIterator() - Method in class com.google.common.collect.ForwardingList
- listIterator() - Method in class com.google.common.collect.ImmutableList
- listIterator(int) - Method in class com.google.common.collect.ForwardingList
- listIterator(int) - Method in class com.google.common.collect.ImmutableList
- ListMultimap<K,V> - Interface in com.google.common.collect
-
A
Multimap
that can hold duplicate key-value pairs and that maintains the insertion ordering of values for a given key. - Lists - Class in com.google.common.collect
-
Static utility methods pertaining to
List
instances. - lit_furnace - Static variable in class net.minecraft.init.Blocks
- lit_pumpkin - Static variable in class net.minecraft.init.Blocks
- lit_redstone_lamp - Static variable in class net.minecraft.init.Blocks
- lit_redstone_ore - Static variable in class net.minecraft.init.Blocks
- LittleEndianDataInputStream - Class in com.google.common.io
-
An implementation of
DataInput
that uses little-endian byte ordering for readingshort
,int
,float
,double
, andlong
values. - LittleEndianDataInputStream(InputStream) - Constructor for class com.google.common.io.LittleEndianDataInputStream
-
Creates a
LittleEndianDataInputStream
that wraps the given stream. - LittleEndianDataOutputStream - Class in com.google.common.io
-
An implementation of
DataOutput
that uses little-endian byte ordering for writingchar
,short
,int
,float
,double
, andlong
values. - LittleEndianDataOutputStream(OutputStream) - Constructor for class com.google.common.io.LittleEndianDataOutputStream
-
Creates a
LittleEndianDataOutputStream
that wraps the given stream. - livingPlayer - Variable in class net.minecraft.client.renderer.entity.RenderManager
- livingSoundTime - Variable in class net.minecraft.entity.EntityLiving
- load() - Method in class net.lax1dude.eaglercraft.v1_8.profile.CustomSkin
- load() - Method in class net.minecraft.util.LazyLoadBase
- load(float[]) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Load from a float buffer.
- load(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix
-
Load from a float buffer.
- load(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Load from a float buffer.
- load(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Load from a float buffer.
- load(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Load from a float buffer.
- load(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
- load(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector
-
Load this vector from a FloatBuffer
- load(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
-
Load this vector from a FloatBuffer
- load(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
- load(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
- load(Matrix2f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Load from another matrix
- load(Matrix2f, Matrix2f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Copy the source matrix to the destination matrix.
- load(Matrix3f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Load from another matrix
- load(Matrix3f, Matrix3f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Copy source matrix to destination matrix
- load(Matrix4f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Load from another matrix4f
- load(Matrix4f, Matrix4f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Copy the source matrix to the destination matrix
- loadAudioData(String, boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio
- loadChunk(int, int) - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
-
+ loads or generates the chunk at the chunk location specified
- loadData(Class<? extends WorldSavedData>, String) - Method in class net.minecraft.world.storage.MapStorage
-
+ Loads an existing MapDataBase corresponding to the given String id from disk, instantiating the given Class, or returns null if none such file exists.
- loadData(Class<? extends WorldSavedData>, String) - Method in class net.minecraft.world.storage.SaveDataMemoryStorage
-
+ Loads an existing MapDataBase corresponding to the given String id from disk, instantiating the given Class, or returns null if none such file exists.
- loadedDataMap - Variable in class net.minecraft.world.storage.MapStorage
- loadedEntityList - Variable in class net.minecraft.world.World
-
+ A list of all Entities in all currently-loaded chunks
- loadedTileEntityList - Variable in class net.minecraft.world.World
-
+ A list of the loaded tile entities in the world
- loadEntities(Collection<Entity>) - Method in class net.minecraft.world.World
- loadEntityShader(Entity) - Method in class net.minecraft.client.renderer.EntityRenderer
-
+ What shader to use when spectating this entity
- loadEPK(ArrayBuffer, String, Map<String, byte[]>) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.EPKLoader
- loadEPK(ArrayBuffer, Map<String, byte[]>) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.EPKLoader
- loadFont() - Static method in class net.zxmushroom63.plugins.PluginGUI
- loadIdentity() - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- loadImageFile(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAssets
- loadImageFile(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- loadImageFile(InputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAssets
- loadImageFile(InputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- loadImageFile(String) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.ImageData
- loadingScreen - Variable in class net.minecraft.client.Minecraft
- LoadingScreenRenderer - Class in net.minecraft.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LoadingScreenRenderer(Minecraft) - Constructor for class net.minecraft.client.LoadingScreenRenderer
- loadInventoryFromNBT(NBTTagList) - Method in class net.minecraft.inventory.InventoryEnderChest
- loadItemData(Class<? extends WorldSavedData>, String) - Method in class net.minecraft.world.World
-
+ Loads an existing MapDataBase corresponding to the given String id from disk using the MapStorage, instantiating the given Class, or returns null if none such file exists.
- loadItemStackFromNBT(NBTTagCompound) - Static method in class net.minecraft.item.ItemStack
- loadLoader() - Static method in class net.zxmushroom63.plugins.PluginLoader
- loadLocaleDataFiles(IResourceManager, List<String>) - Method in class net.minecraft.client.resources.Locale
-
+ par2 is a list of languages.
- loadMapData(int, World) - Static method in class net.minecraft.item.ItemMap
- loadOptions() - Method in class net.minecraft.client.settings.GameSettings
-
+ Loads the options from the options file.
- loadPluginData(BaseData) - Method in class net.minecraft.block.Block
- loadPluginData(BaseData) - Method in class net.minecraft.block.material.MapColor
- loadPluginData(BaseData) - Method in class net.minecraft.block.material.Material
- loadPluginData(BaseData) - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
- loadPluginData(BaseData) - Method in class net.minecraft.client.entity.EntityPlayerSP
- loadPluginData(BaseData) - Method in class net.minecraft.client.network.NetHandlerPlayClient
- loadPluginData(BaseData) - Method in class net.minecraft.enchantment.Enchantment
- loadPluginData(BaseData) - Method in class net.minecraft.entity.Entity
- loadPluginData(BaseData) - Method in class net.minecraft.entity.EntityLivingBase
- loadPluginData(BaseData) - Method in class net.minecraft.entity.player.EntityPlayer
- loadPluginData(BaseData) - Method in class net.minecraft.entity.player.InventoryPlayer
- loadPluginData(BaseData) - Method in class net.minecraft.entity.player.PlayerCapabilities
- loadPluginData(BaseData) - Method in class net.minecraft.entity.projectile.EntityFishHook
- loadPluginData(BaseData) - Method in class net.minecraft.inventory.Container
- loadPluginData(BaseData) - Method in class net.minecraft.inventory.InventoryBasic
- loadPluginData(BaseData) - Method in class net.minecraft.item.Item
- loadPluginData(BaseData) - Method in class net.minecraft.item.ItemStack
- loadPluginData(BaseData) - Method in class net.minecraft.network.play.server.S21PacketChunkData.Extracted
- loadPluginData(BaseData) - Method in class net.minecraft.network.play.server.S38PacketPlayerListItem.AddPlayerData
- loadPluginData(BaseData) - Method in class net.minecraft.util.AxisAlignedBB
- loadPluginData(BaseData) - Method in class net.minecraft.util.BlockPos
- loadPluginData(BaseData) - Method in class net.minecraft.util.Vec3
- loadPluginData(BaseData) - Method in class net.minecraft.util.Vec3i
- loadPluginData(BaseData) - Method in class net.minecraft.util.Vec4b
- loadPlugins(String[]) - Static method in class net.zxmushroom63.plugins.PluginLoader
- loadPluginsFromLocalStorage() - Static method in class net.zxmushroom63.plugins.PluginLoader
- loadRemoteResourcePack(String, String, Consumer<String>, Consumer<Runnable>, Runnable) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.SYS
- loadRenderers() - Method in class net.minecraft.client.renderer.RenderGlobal
-
+ Loads all the renderers and sets up the basic settings usage
- loadResourcePack(String, InputStream, String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.SYS
- loadScreen - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.teavm.EarlyLoadScreen
- loadServerList() - Method in class net.minecraft.client.multiplayer.ServerList
-
+ Loads a list of servers from servers.dat, by running ServerData.getServerDataFromNBTCompound on each NBT compound found in the "servers" tag list.
- loadSprite(ImageData[], AnimationMetadataSection) - Method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- loadSprites(IResourceManager, IIconCreator) - Method in class net.minecraft.client.renderer.texture.TextureMap
- loadTexture(IResourceManager) - Method in class net.lax1dude.eaglercraft.v1_8.profile.EaglerSkinTexture
- loadTexture(IResourceManager) - Method in class net.minecraft.client.renderer.texture.DynamicTexture
- loadTexture(IResourceManager) - Method in interface net.minecraft.client.renderer.texture.ITextureObject
- loadTexture(IResourceManager) - Method in class net.minecraft.client.renderer.texture.LayeredColorMaskTexture
- loadTexture(IResourceManager) - Method in class net.minecraft.client.renderer.texture.LayeredTexture
- loadTexture(IResourceManager) - Method in class net.minecraft.client.renderer.texture.SimpleTexture
- loadTexture(IResourceManager) - Method in class net.minecraft.client.renderer.texture.TextureMap
- loadTexture(ResourceLocation, ITextureObject) - Method in class net.minecraft.client.renderer.texture.TextureManager
- loadTextureAtlas(IResourceManager) - Method in class net.minecraft.client.renderer.texture.TextureMap
- loadTickableTexture(ResourceLocation, ITickableTextureObject) - Method in class net.minecraft.client.renderer.texture.TextureManager
- loadTranspose(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix
-
Load from a float buffer.
- loadTranspose(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Load from a float buffer.
- loadTranspose(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Load from a float buffer.
- loadTranspose(FloatBuffer) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Load from a float buffer.
- loadWorld(WorldClient) - Method in class net.minecraft.client.Minecraft
-
+ unloads the current world first
- loadWorld(WorldClient, String) - Method in class net.minecraft.client.Minecraft
-
+ unloads the current world first
- loadWorldInfo() - Method in interface net.minecraft.world.storage.ISaveHandler
-
+ Loads and returns the world info
- loadWorldInfo() - Method in class net.minecraft.world.storage.SaveHandlerMP
-
+ Loads and returns the world info
- LocalBlockIntercommunication - Class in net.minecraft.client.player.inventory
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LocalBlockIntercommunication(String, IChatComponent) - Constructor for class net.minecraft.client.player.inventory.LocalBlockIntercommunication
- locale() - Method in class net.lax1dude.eaglercraft.v1_8.HFormatter
-
Returns the
Locale
of theFormatter
. - Locale - Class in net.minecraft.client.resources
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Locale() - Constructor for class net.minecraft.client.resources.Locale
- localeLookupList(Locale) - Static method in class org.apache.commons.lang3.LocaleUtils
-
Obtains the list of locales to search through when performing a locale search.
- localeLookupList(Locale, Locale) - Static method in class org.apache.commons.lang3.LocaleUtils
-
Obtains the list of locales to search through when performing a locale search.
- LocaleUtils - Class in org.apache.commons.lang3
-
Operations to assist when working with a
Locale
. - LocaleUtils() - Constructor for class org.apache.commons.lang3.LocaleUtils
-
LocaleUtils
instances should NOT be constructed in standard programming. - location - Variable in enum net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- LOCATION_MISSING_TEXTURE - Static variable in class net.minecraft.client.renderer.texture.TextureMap
- locationBlocksTexture - Static variable in class net.minecraft.client.renderer.texture.TextureMap
- locationFontTexture - Variable in class net.minecraft.client.gui.FontRenderer
- LockCode - Class in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LockCode(String) - Constructor for class net.minecraft.world.LockCode
- LOCKED - Static variable in class net.minecraft.block.BlockRedstoneRepeater
- LOCKED_OUT - net.lax1dude.eaglercraft.v1_8.internal.EnumServerRateLimit
- lockKeys - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- log - Static variable in class net.minecraft.init.Blocks
- log(Level, String) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- log(Level, String, Object...) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- log(Level, Throwable) - Method in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- LOG_AXIS - Static variable in class net.minecraft.block.BlockLog
- log10(int, RoundingMode) - Static method in class com.google.common.math.IntMath
-
Returns the base-10 logarithm of
x
, rounded according to the specified rounding mode. - log10(long, RoundingMode) - Static method in class com.google.common.math.LongMath
-
Returns the base-10 logarithm of
x
, rounded according to the specified rounding mode. - log10(BigInteger, RoundingMode) - Static method in class com.google.common.math.BigIntegerMath
-
Returns the base-10 logarithm of
x
, rounded according to the specified rounding mode. - log2 - Static variable in class net.minecraft.init.Blocks
- log2(double) - Static method in class com.google.common.math.DoubleMath
-
Returns the base 2 logarithm of a double value.
- log2(double, RoundingMode) - Static method in class com.google.common.math.DoubleMath
-
Returns the base 2 logarithm of a double value, rounded with the specified rounding mode to an
int
. - log2(int, RoundingMode) - Static method in class com.google.common.math.IntMath
-
Returns the base-2 logarithm of
x
, rounded according to the specified rounding mode. - log2(long, RoundingMode) - Static method in class com.google.common.math.LongMath
-
Returns the base-2 logarithm of
x
, rounded according to the specified rounding mode. - log2(BigInteger, RoundingMode) - Static method in class com.google.common.math.BigIntegerMath
-
Returns the base-2 logarithm of
x
, rounded according to the specified rounding mode. - logger - Static variable in class net.lax1dude.eaglercraft.v1_8.internal.teavm.TeaVMServerQuery
- logger - Static variable in class net.lax1dude.eaglercraft.v1_8.socket.EaglercraftNetworkManager
- logger - Static variable in class net.zxmushroom63.plugins.PluginAPI
- Logger - Class in net.lax1dude.eaglercraft.v1_8.log4j
-
Copyright (c) 2022-2023 LAX1DUDE.
- loggerName - Variable in class net.lax1dude.eaglercraft.v1_8.log4j.Logger
- LoggingPrintStream - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LoggingPrintStream(String, boolean, OutputStream) - Constructor for class net.minecraft.util.LoggingPrintStream
- logicOpcode - Variable in class net.minecraft.network.play.server.S19PacketEntityStatus
- LOGIN - net.minecraft.network.EnumConnectionState
- loginTimeout() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- logJSObj(JSObject) - Static method in class net.zxmushroom63.plugins.PluginAPI
- logLevel - Static variable in class net.lax1dude.eaglercraft.v1_8.log4j.LogManager
- logLock - Static variable in class net.lax1dude.eaglercraft.v1_8.log4j.LogManager
- LogManager - Class in net.lax1dude.eaglercraft.v1_8.log4j
-
Copyright (c) 2022-2023 LAX1DUDE.
- LogManager() - Constructor for class net.lax1dude.eaglercraft.v1_8.log4j.LogManager
- logNameNotLowercase(String) - Method in class net.minecraft.client.resources.AbstractResourcePack
- LONG - Static variable in class org.apache.commons.lang3.time.FastDateFormat
-
LONG locale dependent date or time style.
- LONG - Static variable in class org.apache.commons.lang3.time.FastDatePrinter
-
LONG locale dependent date or time style.
- LONG_INT_MAX_VALUE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Integer.MAX_VALUE
as aLong
. - LONG_INT_MIN_VALUE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Integer.MIN_VALUE
as aLong
. - LONG_MINUS_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Long constant for minus one.
- LONG_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Long constant for one.
- LONG_ZERO - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Long constant for zero.
- longDistance - Variable in class net.minecraft.network.play.server.S2APacketParticles
- longFunnel() - Static method in class com.google.common.hash.Funnels
-
Returns a funnel for longs.
- LongHashMap<V> - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LongHashMap() - Constructor for class net.minecraft.util.LongHashMap
- LongMath - Class in com.google.common.math
-
A class for arithmetic on values of type
long
. - longs() - Static method in class com.google.common.collect.DiscreteDomain
-
Returns the discrete domain for values of type
Long
. - Longs - Class in com.google.common.primitives
-
Static utility methods pertaining to
long
primitives, that are not already found in eitherLong
orArrays
. - longToBinary(long, int, boolean[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a long into an array of boolean using the default (little endian, Lsb0) byte and bit ordering.
- longToByteArray(long, int, byte[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a long into an array of byte using the default (little endian, Lsb0) byte and bit ordering.
- longToHex(long, int, String, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a long into an array of Char using the default (little endian, Lsb0) byte and bit ordering.
- longToIntArray(long, int, int[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a long into an array of int using the default (little endian, Lsb0) byte and bit ordering.
- longToShortArray(long, int, short[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts a long into an array of short using the default (little endian, Lsb0) byte and bit ordering.
- longValue() - Method in class com.google.common.primitives.UnsignedInteger
-
Returns the value of this
UnsignedInteger
as along
. - longValue() - Method in class com.google.common.primitives.UnsignedLong
-
Returns the value of this
UnsignedLong
as along
. - longValue() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets the fraction as a
long
. - longValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Returns the value of this MutableByte as a long.
- longValue() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Returns the value of this MutableDouble as a long.
- longValue() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Returns the value of this MutableFloat as a long.
- longValue() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Returns the value of this MutableInt as a long.
- longValue() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Returns the value of this MutableLong as a long.
- longValue() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Returns the value of this MutableShort as a long.
- longValue(Long, long) - Static method in class net.lax1dude.eaglercraft.v1_8.netty.ObjectUtil
-
Resolves a possibly null Long to a primitive long, using a default value.
- lookup() - Method in annotation type javax.annotation.Resource
-
The name of the resource that the reference points to.
- lookup(int) - Method in class net.minecraft.util.IntHashMap
-
+ Returns the object associated to a key
- lookup(String) - Method in class org.apache.commons.lang3.text.StrLookup
-
Deprecated.Looks up a String key to a String value.
- LoopException() - Constructor for exception net.minecraft.client.renderer.block.model.ModelBlock.LoopException
- looting - Static variable in class net.minecraft.enchantment.Enchantment
-
+ Mobs have a chance to drop more loot
- lower(E) - Method in class com.google.common.collect.ForwardingNavigableSet
- lower(E) - Method in class com.google.common.collect.ImmutableSortedSet
- LOWER - net.minecraft.block.BlockDoor.EnumDoorHalf
- LOWER - net.minecraft.block.BlockDoublePlant.EnumBlockHalf
- LOWER_CAMEL - com.google.common.base.CaseFormat
-
Java variable naming convention, e.g., "lowerCamel".
- LOWER_HYPHEN - com.google.common.base.CaseFormat
-
Hyphenated variable naming convention, e.g., "lower-hyphen".
- LOWER_UNDERSCORE - com.google.common.base.CaseFormat
-
C++ variable naming convention, e.g., "lower_underscore".
- lowerBound(JSObject) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBKeyRange
- lowerBound(JSObject, boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.indexeddb.IDBKeyRange
- lowerBoundType() - Method in class com.google.common.collect.Range
-
Returns the type of this range's lower bound:
BoundType.CLOSED
if the range includes its lower endpoint,BoundType.OPEN
if it does not. - lowerCase() - Method in class com.google.common.io.BaseEncoding
-
Returns an encoding that behaves equivalently to this encoding, but encodes and decodes with lowercase letters.
- lowerCase(String) - Static method in class org.apache.commons.lang3.StringUtils
-
Converts a String to lower case as per
String.toLowerCase()
. - lowerCase(String, Locale) - Static method in class org.apache.commons.lang3.StringUtils
-
Converts a String to lower case as per
String.toLowerCase(Locale)
. - lowerEndpoint() - Method in class com.google.common.collect.Range
-
Returns the lower endpoint of this range.
- lowerEntry(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- lowerEntry(K) - Method in class com.google.common.collect.ImmutableSortedMap
- lowerKey(K) - Method in class com.google.common.collect.ForwardingNavigableMap
- lowerKey(K) - Method in class com.google.common.collect.ImmutableSortedMap
- LowerStringMap<V> - Class in net.minecraft.server.management
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- LowerStringMap() - Constructor for class net.minecraft.server.management.LowerStringMap
- lsb - Variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- lt(A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
-
Checks if the tested object is less than
b
- luckOfTheSea - Static variable in class net.minecraft.enchantment.Enchantment
- lure - Static variable in class net.minecraft.enchantment.Enchantment
M
- m00 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
- m00 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- m00 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m01 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
- m01 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- m01 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m02 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- m02 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m03 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m10 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
- m10 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- m10 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m11 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
- m11 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- m11 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m12 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- m12 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m13 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m20 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- m20 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m21 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- m21 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m22 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
- m22 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m23 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m30 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m31 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m32 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- m33 - Variable in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- MACOS - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformOS
- MAGENTA - net.minecraft.item.EnumDyeColor
- magentaColor - Static variable in class net.minecraft.block.material.MapColor
- magic - Static variable in class net.minecraft.util.DamageSource
- MagicFactory() - Constructor for class net.minecraft.client.particle.EntityCrit2FX.MagicFactory
- magma_cream - Static variable in class net.minecraft.init.Items
- magmaCreamEffect - Static variable in class net.minecraft.potion.PotionHelper
- main(String[]) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.teavm.MainClass
- Main - Class in net.minecraft.client.main
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Main() - Constructor for class net.minecraft.client.main.Main
- MainClass - Class in net.lax1dude.eaglercraft.v1_8.internal.teavm
-
Copyright (c) 2022-2023 LAX1DUDE.
- MainClass() - Constructor for class net.lax1dude.eaglercraft.v1_8.internal.teavm.MainClass
- MainClass.EPKFileEntry - Class in net.lax1dude.eaglercraft.v1_8.internal.teavm
- mainInventory - Variable in class net.minecraft.entity.player.InventoryPlayer
-
+ An array of 36 item stacks indicating the main player inventory (including the visible bar).
- mainMenuEnableGithubButton - Static variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftVersion
- mainMenuStringA - Static variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftVersion
- mainMenuStringB - Static variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftVersion
- mainMenuStringC - Static variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftVersion
- mainMenuStringD - Static variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftVersion
- mainMenuStringE - Static variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftVersion
- mainMenuStringF - Static variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftVersion
- mainModel - Variable in class net.minecraft.client.renderer.entity.RendererLivingEntity
- makeAtlasSprite(ResourceLocation) - Static method in class net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite
- makeBakedModel() - Method in class net.minecraft.client.resources.model.SimpleBakedModel.Builder
- makeBakedQuad(Vector3f, Vector3f, BlockPartFace, EaglerTextureAtlasSprite, EnumFacing, ModelRotation, BlockPartRotation, boolean, boolean) - Method in class net.minecraft.client.renderer.block.model.FaceBakery
- makeBread - Static variable in class net.minecraft.stats.AchievementList
- makeCategory(String) - Method in class net.minecraft.crash.CrashReport
-
+ Creates a CrashReportCategory
- makeCategoryDepth(String, int) - Method in class net.minecraft.crash.CrashReport
-
+ Creates a CrashReportCategory for the given stack trace depth
- makeCompileTaskChunk() - Method in class net.minecraft.client.renderer.chunk.RenderChunk
- makeCompileTaskTransparency() - Method in class net.minecraft.client.renderer.chunk.RenderChunk
- makeContructorsPluginData() - Static method in class net.zxmushroom63.plugins.PluginConstructors
- makeCrashReport(Throwable, String) - Static method in class net.minecraft.crash.CrashReport
-
+ Creates a crash report for the exception
- makeEntityOutlineShader() - Method in class net.minecraft.client.renderer.RenderGlobal
-
+ Creates the entity outline shader to be stored in RenderGlobal.entityOutlineShader
- makeFireworks(double, double, double, double, double, double, NBTTagCompound) - Method in class net.minecraft.client.multiplayer.WorldClient
- makeFireworks(double, double, double, double, double, double, NBTTagCompound) - Method in class net.minecraft.world.World
- makeHorseRearWithSound() - Method in class net.minecraft.entity.passive.EntityHorse
- makeItemModel(TextureMap, ModelBlock) - Method in class net.minecraft.client.renderer.block.model.ItemModelGenerator
- makePluginData() - Method in class net.minecraft.block.Block
- makePluginData() - Method in class net.minecraft.block.material.MapColor
- makePluginData() - Method in class net.minecraft.block.material.Material
- makePluginData() - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
- makePluginData() - Method in class net.minecraft.client.entity.EntityPlayerSP
- makePluginData() - Method in class net.minecraft.client.network.NetHandlerPlayClient
- makePluginData() - Method in class net.minecraft.enchantment.Enchantment
- makePluginData() - Method in class net.minecraft.entity.Entity
- makePluginData() - Method in class net.minecraft.entity.EntityLivingBase
- makePluginData() - Method in class net.minecraft.entity.player.EntityPlayer
- makePluginData() - Method in class net.minecraft.entity.player.InventoryPlayer
- makePluginData() - Method in class net.minecraft.entity.player.PlayerCapabilities
- makePluginData() - Method in class net.minecraft.entity.projectile.EntityFishHook
- makePluginData() - Static method in class net.minecraft.init.Blocks
- makePluginData() - Static method in class net.minecraft.init.Items
- makePluginData() - Method in class net.minecraft.inventory.Container
- makePluginData() - Method in class net.minecraft.inventory.InventoryBasic
- makePluginData() - Method in class net.minecraft.item.Item
- makePluginData() - Method in class net.minecraft.item.ItemStack
- makePluginData() - Method in class net.minecraft.network.play.server.S21PacketChunkData.Extracted
- makePluginData() - Method in class net.minecraft.network.play.server.S38PacketPlayerListItem.AddPlayerData
- makePluginData() - Method in class net.minecraft.util.AxisAlignedBB
- makePluginData() - Method in class net.minecraft.util.BlockPos
- makePluginData() - Method in class net.minecraft.util.Vec3
- makePluginData() - Method in class net.minecraft.util.Vec3i
- makePluginData() - Method in class net.minecraft.util.Vec4b
- makePluginDataStatic() - Static method in class net.minecraft.block.material.Material
- makePluginDataStatic() - Static method in class net.minecraft.enchantment.Enchantment
- makeRenderChunk(World, RenderGlobal, BlockPos, int) - Method in interface net.minecraft.client.renderer.chunk.IRenderChunkFactory
- makeRenderChunk(World, RenderGlobal, BlockPos, int) - Method in class net.minecraft.client.renderer.chunk.ListChunkFactory
- makesSoundOnJump() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Returns true if the slime makes a sound when it jumps (based upon the slime's size)
- makesSoundOnLand() - Method in class net.minecraft.entity.monster.EntityMagmaCube
-
+ Returns true if the slime makes a sound when it lands after a jump (based upon the slime's size)
- makesSoundOnLand() - Method in class net.minecraft.entity.monster.EntitySlime
-
+ Returns true if the slime makes a sound when it lands after a jump (based upon the slime's size)
- makeString() - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
-
+ Converts the instance data to a readable string.
- makeString() - Method in interface net.minecraft.world.chunk.IChunkProvider
-
+ Converts the instance data to a readable string.
- makeTerminated() - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
- makeTerminated() - Method in class org.apache.commons.lang3.Streams.FailableStream
-
Deprecated.
- makeVFile() - Method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VIteratorFile
- ManagedBean - Annotation Type in javax.annotation
-
The
ManagedBean
annotation marks a POJO (Plain Old Java Object) as a ManagedBean. - manager - Variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftSoundManager.ActiveSoundEvent
- map - Static variable in class net.minecraft.init.Items
- map(FailableFunction<O, R, ?>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
-
Returns a stream consisting of the results of applying the given function to the elements of this stream.
- map(Functions.FailableFunction<O, R, ?>) - Method in class org.apache.commons.lang3.Streams.FailableStream
-
Deprecated.Returns a stream consisting of the results of applying the given function to the elements of this stream.
- MapColor - Class in net.minecraft.block.material
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- mapColorArray - Static variable in class net.minecraft.block.material.MapColor
-
+ Holds all the 16 colors used on maps, very similar of a pallete system.
- MapConstraint<K,V> - Interface in com.google.common.collect
-
A constraint on the keys and values that may be added to a
Map
orMultimap
. - MapConstraints - Class in com.google.common.collect
-
Factory and utilities pertaining to the
MapConstraint
interface. - MapData - Class in net.minecraft.world.storage
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MapData(String) - Constructor for class net.minecraft.world.storage.MapData
- MapData.MapInfo - Class in net.minecraft.world.storage
- mapDataBytes - Variable in class net.minecraft.network.play.server.S34PacketMaps
- mapDecorations - Variable in class net.minecraft.world.storage.MapData
- MapDifference<K,V> - Interface in com.google.common.collect
-
An object representing the differences between two maps.
- MapDifference.ValueDifference<V> - Interface in com.google.common.collect
-
A difference between the mappings from two maps with the same key.
- mapEnchantmentData(int, ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
- mapFaces - Variable in class net.minecraft.client.renderer.block.model.BlockPart
- mapId - Variable in class net.minecraft.network.play.server.S34PacketMaps
- MapInfo(EntityPlayer) - Constructor for class net.minecraft.world.storage.MapData.MapInfo
- MapItemRenderer - Class in net.minecraft.client.gui
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MapItemRenderer(TextureManager) - Constructor for class net.minecraft.client.gui.MapItemRenderer
- mapLookup(Map<String, V>) - Static method in class org.apache.commons.lang3.text.StrLookup
-
Deprecated.Returns a lookup which looks up values using a map.
- mapMaxX - Variable in class net.minecraft.network.play.server.S34PacketMaps
- mapMaxY - Variable in class net.minecraft.network.play.server.S34PacketMaps
- mapMinX - Variable in class net.minecraft.network.play.server.S34PacketMaps
- mapMinY - Variable in class net.minecraft.network.play.server.S34PacketMaps
- mapName - Variable in class net.minecraft.world.WorldSavedData
- mappedName() - Method in annotation type javax.annotation.Resource
-
A product-specific name that this resource should be mapped to.
- MapPopulator - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MapPopulator() - Constructor for class net.minecraft.util.MapPopulator
- Maps - Class in com.google.common.collect
- Maps.EntryTransformer<K,V1,V2> - Interface in com.google.common.collect
-
A transformation of the value of a key-value pair, using both key and value as inputs.
- mapScale - Variable in class net.minecraft.network.play.server.S34PacketMaps
- mapStateModelLocations - Variable in class net.minecraft.client.renderer.block.statemap.StateMapperBase
- mapStorage - Variable in class net.minecraft.world.World
- MapStorage - Class in net.minecraft.world.storage
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MapStorage(ISaveHandler) - Constructor for class net.minecraft.world.storage.MapStorage
- mapVisiblePlayersVec4b - Variable in class net.minecraft.network.play.server.S34PacketMaps
- mark() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.Buffer
- mark() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ByteBuffer
- mark() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayByteBuffer
- mark() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayFloatBuffer
- mark() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayIntBuffer
- mark() - Method in class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayShortBuffer
- mark() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.FloatBuffer
- mark() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.IntBuffer
- mark() - Method in interface net.lax1dude.eaglercraft.v1_8.internal.buffer.ShortBuffer
- mark(int) - Method in class com.google.common.hash.HashingInputStream
-
mark() is not supported for HashingInputStream
- mark(int) - Method in class com.google.common.io.CountingInputStream
- mark(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufInputStream
- markBlockForUpdate(BlockPos) - Method in class net.minecraft.client.renderer.RenderGlobal
- markBlockForUpdate(BlockPos) - Method in interface net.minecraft.world.IWorldAccess
- markBlockForUpdate(BlockPos) - Method in class net.minecraft.world.World
- markBlockRangeForRenderUpdate(int, int, int, int, int, int) - Method in class net.minecraft.client.renderer.RenderGlobal
-
+ On the client, re-renders all blocks in this range, inclusive.
- markBlockRangeForRenderUpdate(int, int, int, int, int, int) - Method in interface net.minecraft.world.IWorldAccess
-
+ On the client, re-renders all blocks in this range, inclusive.
- markBlockRangeForRenderUpdate(int, int, int, int, int, int) - Method in class net.minecraft.world.World
- markBlockRangeForRenderUpdate(BlockPos, BlockPos) - Method in class net.minecraft.world.World
- markBlocksDirtyVertical(int, int, int, int) - Method in class net.minecraft.world.World
-
+ marks a vertical line of blocks as dirty
- markBlocksForUpdate(int, int, int, int, int, int) - Method in class net.minecraft.client.renderer.ViewFrustum
- markChanged() - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
-
+ Marks the selected resource packs list as changed to trigger a resource reload when the screen is closed
- markChunkDirty(BlockPos, TileEntity) - Method in class net.minecraft.world.World
- markDirty() - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
-
Marks the current renderer data as dirty (makes it skip certain calls)
- markDirty() - Method in class net.minecraft.entity.item.EntityMinecartContainer
-
+ For tile entities, ensures the chunk containing the tile entity is saved to disk later - the game won't think it hasn't changed and skip it.
- markDirty() - Method in class net.minecraft.entity.player.InventoryPlayer
-
+ For tile entities, ensures the chunk containing the tile entity is saved to disk later - the game won't think it hasn't changed and skip it.
- markDirty() - Method in interface net.minecraft.inventory.IInventory
-
+ For tile entities, ensures the chunk containing the tile entity is saved to disk later - the game won't think it hasn't changed and skip it.
- markDirty() - Method in class net.minecraft.inventory.InventoryBasic
-
+ For tile entities, ensures the chunk containing the tile entity is saved to disk later - the game won't think it hasn't changed and skip it.
- markDirty() - Method in class net.minecraft.inventory.InventoryCrafting
-
+ For tile entities, ensures the chunk containing the tile entity is saved to disk later - the game won't think it hasn't changed and skip it.
- markDirty() - Method in class net.minecraft.inventory.InventoryCraftResult
-
+ For tile entities, ensures the chunk containing the tile entity is saved to disk later - the game won't think it hasn't changed and skip it.
- markDirty() - Method in class net.minecraft.inventory.InventoryLargeChest
-
+ For tile entities, ensures the chunk containing the tile entity is saved to disk later - the game won't think it hasn't changed and skip it.
- markDirty() - Method in class net.minecraft.inventory.InventoryMerchant
-
+ For tile entities, ensures the chunk containing the tile entity is saved to disk later - the game won't think it hasn't changed and skip it.
- markDirty() - Method in class net.minecraft.tileentity.TileEntity
-
+ For tile entities, ensures the chunk containing the tile entity is saved to disk later - the game won't think it hasn't changed and skip it.
- markDirty() - Method in class net.minecraft.tileentity.TileEntityHopper
-
+ For tile entities, ensures the chunk containing the tile entity is saved to disk later - the game won't think it hasn't changed and skip it.
- markDirty() - Method in class net.minecraft.world.WorldSavedData
-
+ Marks this MapDataBase dirty, to be saved to disk when the level next saves.
- markPotionsDirty() - Method in class net.minecraft.entity.EntityLivingBase
- markReaderIndex() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- markReaderIndex() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Marks the current
readerIndex
in this buffer. - markReaderIndex() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- markReaderIndex() - Method in class net.minecraft.network.PacketBuffer
- markSupported() - Method in class com.google.common.hash.HashingInputStream
-
mark() is not supported for HashingInputStream
- markSupported() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufInputStream
- markTileEntityForRemoval(TileEntity) - Method in class net.minecraft.world.World
-
+ Adds the specified TileEntity to the pending removal list.
- markWriterIndex() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- markWriterIndex() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Marks the current
writerIndex
in this buffer. - markWriterIndex() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- markWriterIndex() - Method in class net.minecraft.network.PacketBuffer
- MASK_8BITS - Static variable in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
Mask used to extract 8 bits, used in decoding bytes
- MASTER - net.minecraft.client.audio.SoundCategory
- match(World, BlockPos) - Method in class net.minecraft.block.state.pattern.BlockPattern
-
+ Calculates whether the given world position matches the pattern.
- MATCH - net.minecraft.entity.item.EntityPainting.EnumArt
- matchEntities(ICommandSender, String, Class<? extends T>) - Static method in class net.minecraft.command.PlayerSelector
- matchEntitiesToChatComponent(ICommandSender, String) - Static method in class net.minecraft.command.PlayerSelector
- matches - Variable in class net.minecraft.network.play.server.S3APacketTabComplete
- matches(char) - Method in class com.google.common.base.CharMatcher
-
Determines a true or false value for the given character.
- matches(InventoryCrafting, World) - Method in interface net.minecraft.item.crafting.IRecipe
-
+ Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.RecipeBookCloning
-
+ Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.RecipeFireworks
-
+ Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.RecipeRepairItem
-
+ Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.RecipesArmorDyes
-
+ Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.RecipesMapCloning
-
+ Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.RecipesMapExtending
-
+ Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.ShapedRecipes
-
+ Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.ShapelessRecipes
-
+ Used to check if a recipe matches current crafting inventory
- matchesAllOf(CharSequence) - Method in class com.google.common.base.CharMatcher
-
Returns
true
if a character sequence contains only matching characters. - matchesAnyOf(CharSequence) - Method in class com.google.common.base.CharMatcher
-
Returns
true
if a character sequence contains at least one matching character. - matchesMultiplePlayers(String) - Static method in class net.minecraft.command.PlayerSelector
-
+ Returns whether the given pattern can match more than one player.
- matchesNoneOf(CharSequence) - Method in class com.google.common.base.CharMatcher
-
Returns
true
if a character sequence contains no matching characters. - matchesPattern(CharSequence, String) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument character sequence matches the specified regular expression pattern; otherwise throwing an exception.
- matchesPattern(CharSequence, String, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument character sequence matches the specified regular expression pattern; otherwise throwing an exception with the specified message.
- MatchesPattern - Annotation Type in javax.annotation
-
This annotation is used to denote String values that should always match given pattern.
- MatchesPattern.Checker - Class in javax.annotation
- matchOneEntity(ICommandSender, String, Class<? extends T>) - Static method in class net.minecraft.command.PlayerSelector
- Material - Class in net.minecraft.block.material
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Material(MapColor) - Constructor for class net.minecraft.block.material.Material
- MaterialLiquid - Class in net.minecraft.block.material
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MaterialLiquid(MapColor) - Constructor for class net.minecraft.block.material.MaterialLiquid
- MaterialLogic - Class in net.minecraft.block.material
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MaterialLogic(MapColor) - Constructor for class net.minecraft.block.material.MaterialLogic
- MaterialPortal - Class in net.minecraft.block.material
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MaterialPortal(MapColor) - Constructor for class net.minecraft.block.material.MaterialPortal
- MaterialTransparent - Class in net.minecraft.block.material
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MaterialTransparent(MapColor) - Constructor for class net.minecraft.block.material.MaterialTransparent
- MathHelper - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MathHelper() - Constructor for class net.minecraft.util.MathHelper
- MathUtil - Class in net.lax1dude.eaglercraft.v1_8.netty
-
Math utility methods.
- Matrix - Class in net.lax1dude.eaglercraft.v1_8.vector
-
Base class for matrices.
- Matrix() - Constructor for class net.lax1dude.eaglercraft.v1_8.vector.Matrix
-
Constructor for Matrix.
- Matrix2f - Class in net.lax1dude.eaglercraft.v1_8.vector
-
Holds a 2x2 matrix
- Matrix2f() - Constructor for class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Constructor for Matrix2f.
- Matrix2f(Matrix2f) - Constructor for class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Constructor
- Matrix3f - Class in net.lax1dude.eaglercraft.v1_8.vector
-
Holds a 3x3 matrix.
- Matrix3f() - Constructor for class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Constructor for Matrix3f.
- Matrix4f - Class in net.lax1dude.eaglercraft.v1_8.vector
-
Holds a 4x4 float matrix.
- Matrix4f - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Matrix4f() - Constructor for class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Construct a new matrix, initialized to the identity.
- Matrix4f() - Constructor for class net.minecraft.util.Matrix4f
- Matrix4f(float[]) - Constructor for class net.minecraft.util.Matrix4f
- Matrix4f(Matrix4f) - Constructor for class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
- matrixMode(int) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- max(byte...) - Static method in class com.google.common.primitives.SignedBytes
-
Returns the greatest value present in
array
. - max(byte...) - Static method in class com.google.common.primitives.UnsignedBytes
-
Returns the greatest value present in
array
. - max(byte...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(byte, byte, byte) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three
byte
values. - max(char...) - Static method in class com.google.common.primitives.Chars
-
Returns the greatest value present in
array
. - max(double...) - Static method in class com.google.common.primitives.Doubles
-
Returns the greatest value present in
array
, using the same rules of comparison asMath.max(double, double)
. - max(double...) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Returns the maximum value in an array.
- max(double...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(double, double) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the maximum of two
double
values. - max(double, double, double) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the maximum of three
double
values. - max(double, double, double) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three
double
values. - max(float...) - Static method in class com.google.common.primitives.Floats
-
Returns the greatest value present in
array
, using the same rules of comparison asMath.min(float, float)
. - max(float...) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Returns the maximum value in an array.
- max(float...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(float, float) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the maximum of two
float
values. - max(float, float, float) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the maximum of three
float
values. - max(float, float, float) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three
float
values. - max(int...) - Static method in class com.google.common.primitives.Ints
-
Returns the greatest value present in
array
. - max(int...) - Static method in class com.google.common.primitives.UnsignedInts
-
Returns the greatest value present in
array
, treating values as unsigned. - max(int...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(int, int, int) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three
int
values. - max(long...) - Static method in class com.google.common.primitives.Longs
-
Returns the greatest value present in
array
. - max(long...) - Static method in class com.google.common.primitives.UnsignedLongs
-
Returns the greatest value present in
array
, treating values as unsigned. - max(long...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(long, long, long) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three
long
values. - max(short...) - Static method in class com.google.common.primitives.Shorts
-
Returns the greatest value present in
array
. - max(short...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(short, short, short) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three
short
values. - max(E, E) - Method in class com.google.common.collect.Ordering
-
Returns the greater of the two values according to this ordering.
- max(E, E, E, E...) - Method in class com.google.common.collect.Ordering
-
Returns the greatest of the specified values according to this ordering.
- max(Iterable<E>) - Method in class com.google.common.collect.Ordering
-
Returns the greatest of the specified values according to this ordering.
- max(Iterator<E>) - Method in class com.google.common.collect.Ordering
-
Returns the greatest of the specified values according to this ordering.
- max(T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Null safe comparison of Comparables.
- MAX - Static variable in class com.google.common.base.Ascii
-
The maximum value of an ASCII character.
- MAX_POWER_OF_TWO - Static variable in class com.google.common.primitives.Ints
-
The largest power of two that can be represented as an
int
. - MAX_POWER_OF_TWO - Static variable in class com.google.common.primitives.Longs
-
The largest power of two that can be represented as a
long
. - MAX_POWER_OF_TWO - Static variable in class com.google.common.primitives.Shorts
-
The largest power of two that can be represented as a
short
. - MAX_POWER_OF_TWO - Static variable in class com.google.common.primitives.SignedBytes
-
The largest power of two that can be represented as a signed
byte
. - MAX_POWER_OF_TWO - Static variable in class com.google.common.primitives.UnsignedBytes
-
The largest power of two that can be represented as an unsigned
byte
. - MAX_VALUE - Static variable in class com.google.common.primitives.UnsignedBytes
-
The largest value that fits into an unsigned byte.
- MAX_VALUE - Static variable in class com.google.common.primitives.UnsignedInteger
- MAX_VALUE - Static variable in class com.google.common.primitives.UnsignedLong
- MAX_VALUE - Static variable in class com.google.common.primitives.UnsignedLongs
- maxCapacity() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- maxCapacity() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns the maximum allowed capacity of this buffer.
- maxCapacity() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- maxCapacity() - Method in class net.minecraft.network.PacketBuffer
- maxCapacity(int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- maxDisplayColumn - Static variable in class net.minecraft.stats.AchievementList
- maxDisplayRow - Static variable in class net.minecraft.stats.AchievementList
- maxGroupCount - Variable in class net.minecraft.world.biome.BiomeGenBase.SpawnListEntry
- maxHealth - Static variable in class net.minecraft.entity.SharedMonsterAttributes
- maxHeight - Variable in class net.minecraft.world.biome.BiomeGenBase
- maxHurtResistantTime - Variable in class net.minecraft.entity.EntityLivingBase
- maxHurtTime - Variable in class net.minecraft.entity.EntityLivingBase
- maxIdleTime() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
The number of seconds that a physical connection should remain unused in the pool before the connection is closed for a connection pool.
- maximumCost - Variable in class net.minecraft.inventory.ContainerRepair
- maximumSize(int) - Method in class com.google.common.collect.MinMaxPriorityQueue.Builder
-
Configures this builder to build
MinMaxPriorityQueue
instances that are limited tomaximumSize
elements. - maximumSize(int) - Static method in class com.google.common.collect.MinMaxPriorityQueue
-
Creates and returns a new builder, configured to build
MinMaxPriorityQueue
instances that are limited tomaximumSize
elements. - maxMemory() - Static method in class net.lax1dude.eaglercraft.v1_8.EagRuntime
- maxMemory() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- maxPlayers - Variable in class net.minecraft.network.play.server.S01PacketJoinGame
- maxPoolSize() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
Maximum number of connections that should be concurrently allocated for a connection pool.
- maxStackSize - Variable in class net.minecraft.item.Item
-
+ Maximum size of the stack.
- maxStatements() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
The total number of statements that a connection pool should keep open.
- maxValue() - Method in class com.google.common.collect.DiscreteDomain
-
Returns the maximum value of type
C
, if it has one. - maxWritableBytes() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- maxWritableBytes() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns the maximum possible number of writable bytes, which is equal to
(this.maxCapacity - this.writerIndex)
. - maxWritableBytes() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- maxWritableBytes() - Method in class net.minecraft.network.PacketBuffer
- maxX - Variable in class net.minecraft.block.Block
- maxX - Variable in class net.minecraft.util.AxisAlignedBB
- maxX() - Method in class net.minecraft.world.border.WorldBorder
- maxY - Variable in class net.minecraft.block.Block
- maxY - Variable in class net.minecraft.util.AxisAlignedBB
- maxZ - Variable in class net.minecraft.block.Block
- maxZ - Variable in class net.minecraft.util.AxisAlignedBB
- maxZ() - Method in class net.minecraft.world.border.WorldBorder
- MAYBE - javax.annotation.meta.When
-
S intersection T is non empty and S - T is nonempty
- mayTransfer() - Method in class net.minecraft.tileentity.TileEntityHopper
- mc - Variable in class net.minecraft.client.entity.EntityPlayerSP
- mc - Variable in class net.minecraft.client.gui.GuiResourcePackList
- mc - Variable in class net.minecraft.client.gui.GuiScreen
- mc - Variable in class net.minecraft.client.gui.GuiSlot
- mc - Variable in class net.minecraft.client.resources.ResourcePackListEntry
- mc - Variable in class net.minecraft.client.settings.GameSettings
- mcProfiler - Variable in class net.minecraft.client.Minecraft
-
+ The profiler instance
- md5() - Static method in class com.google.common.hash.Hashing
-
Returns a hash function implementing the MD5 hash algorithm (128 hash bits) by delegating to the MD5
MessageDigest
. - MD5Digest - Class in net.lax1dude.eaglercraft.v1_8.crypto
-
implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.
- MD5Digest() - Constructor for class net.lax1dude.eaglercraft.v1_8.crypto.MD5Digest
-
Standard constructor
- me.otterdev.eaglerreborn - package me.otterdev.eaglerreborn
- mean(double...) - Static method in class com.google.common.math.DoubleMath
-
Returns the arithmetic mean of the values.
- mean(int...) - Static method in class com.google.common.math.DoubleMath
-
Returns the arithmetic mean of the values.
- mean(int, int) - Static method in class com.google.common.math.IntMath
-
Returns the arithmetic mean of
x
andy
, rounded towards negative infinity. - mean(long...) - Static method in class com.google.common.math.DoubleMath
-
Returns the arithmetic mean of the values.
- mean(long, long) - Static method in class com.google.common.math.LongMath
-
Returns the arithmetic mean of
x
andy
, rounded toward negative infinity. - mean(Iterable<? extends Number>) - Static method in class com.google.common.math.DoubleMath
-
Returns the arithmetic mean of the values.
- mean(Iterator<? extends Number>) - Static method in class com.google.common.math.DoubleMath
-
Returns the arithmetic mean of the values.
- median(Comparator<T>, T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Find the "best guess" middle value among comparables.
- median(T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Find the "best guess" middle value among comparables.
- MEDIUM - net.minecraft.world.biome.BiomeGenBase.TempCategory
- MEDIUM - Static variable in class org.apache.commons.lang3.time.FastDateFormat
-
MEDIUM locale dependent date or time style.
- MEDIUM - Static variable in class org.apache.commons.lang3.time.FastDatePrinter
-
MEDIUM locale dependent date or time style.
- megaTaiga - Static variable in class net.minecraft.world.biome.BiomeGenBase
- megaTaigaHills - Static variable in class net.minecraft.world.biome.BiomeGenBase
- melon - Static variable in class net.minecraft.init.Items
- melon_block - Static variable in class net.minecraft.init.Blocks
- melon_seeds - Static variable in class net.minecraft.init.Items
- melon_stem - Static variable in class net.minecraft.init.Blocks
- memoize(Supplier<T>) - Static method in class com.google.common.base.Suppliers
-
Returns a supplier which caches the instance retrieved during the first call to
get()
and returns that value on subsequent calls toget()
. - memoizeWithExpiration(Supplier<T>, long, TimeUnit) - Static method in class com.google.common.base.Suppliers
-
Returns a supplier that caches the instance supplied by the delegate and removes the cached value after the specified time has passed.
- memoryAddress() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns the low-level memory address that point to the first byte of ths backing data.
- memoryAddress() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- memoryAddress() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- memoryAddress() - Method in class net.minecraft.network.PacketBuffer
- MENU - net.minecraft.client.audio.MusicTicker.MusicType
- MerchantRecipe - Class in net.minecraft.village
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MerchantRecipe(ItemStack, Item) - Constructor for class net.minecraft.village.MerchantRecipe
- MerchantRecipe(ItemStack, ItemStack) - Constructor for class net.minecraft.village.MerchantRecipe
- MerchantRecipe(ItemStack, ItemStack, ItemStack) - Constructor for class net.minecraft.village.MerchantRecipe
- MerchantRecipe(ItemStack, ItemStack, ItemStack, int, int) - Constructor for class net.minecraft.village.MerchantRecipe
- MerchantRecipe(NBTTagCompound) - Constructor for class net.minecraft.village.MerchantRecipe
- MerchantRecipeList - Class in net.minecraft.village
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MerchantRecipeList() - Constructor for class net.minecraft.village.MerchantRecipeList
- MerchantRecipeList(NBTTagCompound) - Constructor for class net.minecraft.village.MerchantRecipeList
- merge(NBTTagCompound) - Method in class net.minecraft.nbt.NBTTagCompound
-
+ Merges this NBTTagCompound with the given compound.
- mergeItemStack(ItemStack, int, int, boolean) - Method in class net.minecraft.inventory.Container
-
+ Merges provided ItemStack with the first avaliable one in the container/player inventor between minIndex (included) and maxIndex (excluded).
- mergeSorted(Iterable<? extends Iterable<? extends T>>, Comparator<? super T>) - Static method in class com.google.common.collect.Iterables
-
Returns an iterable over the merged contents of all given
iterables
. - mergeSorted(Iterable<? extends Iterator<? extends T>>, Comparator<? super T>) - Static method in class com.google.common.collect.Iterators
-
Returns an iterator over the merged contents of all given
iterators
, traversing every element of the input iterators. - mesa - Static variable in class net.minecraft.world.biome.BiomeGenBase
- mesaPlateau - Static variable in class net.minecraft.world.biome.BiomeGenBase
- mesaPlateau_F - Static variable in class net.minecraft.world.biome.BiomeGenBase
- message - Variable in class net.lax1dude.eaglercraft.v1_8.socket.GuiHandshakeApprove
- message - Variable in class net.minecraft.network.play.server.S45PacketTitle
- MESSAGE_NAMES - Static variable in class net.minecraft.network.play.server.S2BPacketChangeGameState
- messageLine1 - Variable in class net.minecraft.client.gui.GuiYesNo
- metadata - Variable in class net.minecraft.network.play.server.S35PacketUpdateTileEntity
- METAL - net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformANGLE
- mid(String, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Gets
len
characters from the middle of a String. - midString(int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Extracts some characters from the middle of the string builder without throwing an exception.
- mightContain(T) - Method in class com.google.common.hash.BloomFilter
-
Returns
true
if the element might have been put in this Bloom filter,false
if this is definitely not the case. - milk_bucket - Static variable in class net.minecraft.init.Items
- MILLIS_PER_DAY - Static variable in class org.apache.commons.lang3.time.DateUtils
-
Number of milliseconds in a standard day.
- MILLIS_PER_HOUR - Static variable in class org.apache.commons.lang3.time.DateUtils
-
Number of milliseconds in a standard hour.
- MILLIS_PER_MINUTE - Static variable in class org.apache.commons.lang3.time.DateUtils
-
Number of milliseconds in a standard minute.
- MILLIS_PER_SECOND - Static variable in class org.apache.commons.lang3.time.DateUtils
-
Number of milliseconds in a standard second.
- MIME_CHUNK_SIZE - Static variable in class net.lax1dude.eaglercraft.v1_8.BaseNCodec
-
MIME chunk size per RFC 2045 section 6.8.
- min(byte...) - Static method in class com.google.common.primitives.SignedBytes
-
Returns the least value present in
array
. - min(byte...) - Static method in class com.google.common.primitives.UnsignedBytes
-
Returns the least value present in
array
. - min(byte...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(byte, byte, byte) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three
byte
values. - min(char...) - Static method in class com.google.common.primitives.Chars
-
Returns the least value present in
array
. - min(double...) - Static method in class com.google.common.primitives.Doubles
-
Returns the least value present in
array
, using the same rules of comparison asMath.min(double, double)
. - min(double...) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Returns the minimum value in an array.
- min(double...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(double, double) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the minimum of two
double
values. - min(double, double, double) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the minimum of three
double
values. - min(double, double, double) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three
double
values. - min(float...) - Static method in class com.google.common.primitives.Floats
-
Returns the least value present in
array
, using the same rules of comparison asMath.min(float, float)
. - min(float...) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Returns the minimum value in an array.
- min(float...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(float, float) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the minimum of two
float
values. - min(float, float, float) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the minimum of three
float
values. - min(float, float, float) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three
float
values. - min(int...) - Static method in class com.google.common.primitives.Ints
-
Returns the least value present in
array
. - min(int...) - Static method in class com.google.common.primitives.UnsignedInts
-
Returns the least value present in
array
, treating values as unsigned. - min(int...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(int, int, int) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three
int
values. - min(long...) - Static method in class com.google.common.primitives.Longs
-
Returns the least value present in
array
. - min(long...) - Static method in class com.google.common.primitives.UnsignedLongs
-
Returns the least value present in
array
, treating values as unsigned. - min(long...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(long, long, long) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three
long
values. - min(short...) - Static method in class com.google.common.primitives.Shorts
-
Returns the least value present in
array
. - min(short...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(short, short, short) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three
short
values. - min(E, E) - Method in class com.google.common.collect.Ordering
-
Returns the lesser of the two values according to this ordering.
- min(E, E, E, E...) - Method in class com.google.common.collect.Ordering
-
Returns the least of the specified values according to this ordering.
- min(Iterable<E>) - Method in class com.google.common.collect.Ordering
-
Returns the least of the specified values according to this ordering.
- min(Iterator<E>) - Method in class com.google.common.collect.Ordering
-
Returns the least of the specified values according to this ordering.
- min(T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Null safe comparison of Comparables.
- MIN - Static variable in class com.google.common.base.Ascii
-
The minimum value of an ASCII character.
- minDisplayColumn - Static variable in class net.minecraft.stats.AchievementList
- minDisplayRow - Static variable in class net.minecraft.stats.AchievementList
- mineBlockStatArray - Static variable in class net.minecraft.stats.StatList
- minecart - Static variable in class net.minecraft.init.Items
- Minecraft - Class in net.minecraft.client
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- Minecraft(GameConfiguration) - Constructor for class net.minecraft.client.Minecraft
- MinecraftError - Error in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MinecraftError() - Constructor for error net.minecraft.util.MinecraftError
- MinecraftException - Exception in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MinecraftException(String) - Constructor for exception net.minecraft.world.MinecraftException
- MinecraftProtocolVersionIdentifier(String, int) - Constructor for class net.minecraft.network.ServerStatusResponse.MinecraftProtocolVersionIdentifier
- mineWood - Static variable in class net.minecraft.stats.AchievementList
- minGroupCount - Variable in class net.minecraft.world.biome.BiomeGenBase.SpawnListEntry
- minHeight - Variable in class net.minecraft.world.biome.BiomeGenBase
- minimizeCapacity() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.Minimizes the capacity to the actual length of the string.
- MinMaxPriorityQueue<E> - Class in com.google.common.collect
-
A double-ended priority queue, which provides constant-time access to both its least element and its greatest element, as determined by the queue's specified comparator.
- MinMaxPriorityQueue.Builder<B> - Class in com.google.common.collect
-
The builder class used in creation of min-max priority queues.
- minPoolSize() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
Minimum number of connections that should be allocated for a connection pool.
- minus(UnsignedInteger) - Method in class com.google.common.primitives.UnsignedInteger
-
Returns the result of subtracting this and
val
. - minus(UnsignedLong) - Method in class com.google.common.primitives.UnsignedLong
-
Returns the result of subtracting this and
val
. - minutesPlayedStat - Static variable in class net.minecraft.stats.StatList
-
+ number of minutes you have played
- minValue() - Method in class com.google.common.collect.DiscreteDomain
-
Returns the minimum value of type
C
, if it has one. - minX - Variable in class net.minecraft.block.Block
- minX - Variable in class net.minecraft.util.AxisAlignedBB
- minX() - Method in class net.minecraft.world.border.WorldBorder
- minY - Variable in class net.minecraft.block.Block
- minY - Variable in class net.minecraft.util.AxisAlignedBB
- minZ - Variable in class net.minecraft.block.Block
- minZ - Variable in class net.minecraft.util.AxisAlignedBB
- minZ() - Method in class net.minecraft.world.border.WorldBorder
- mipLevels - Variable in class net.lax1dude.eaglercraft.v1_8.minecraft.TextureAnimationCache
- mipmap - Variable in class net.minecraft.client.renderer.texture.AbstractTexture
- MIPMAP_LEVELS - net.minecraft.client.settings.GameSettings.Options
- mipmapLast - Variable in class net.minecraft.client.renderer.texture.AbstractTexture
- mipmapLevels - Variable in class net.minecraft.client.settings.GameSettings
- mirror - Variable in class net.minecraft.client.model.ModelRenderer
- MiscAPI - Class in me.otterdev.eaglerreborn
- MiscAPI() - Constructor for class me.otterdev.eaglerreborn.MiscAPI
- MISS - net.minecraft.util.MovingObjectPosition.MovingObjectType
- missing_sound - Static variable in class net.minecraft.client.audio.SoundHandler
- MissingFormatArgumentException() - Constructor for exception net.lax1dude.eaglercraft.v1_8.HFormatter.MissingFormatArgumentException
- MissingFormatArgumentException(String) - Constructor for exception net.lax1dude.eaglercraft.v1_8.HFormatter.MissingFormatArgumentException
- missingTexture - Static variable in class net.minecraft.client.renderer.texture.TextureUtil
- missingTextureData - Static variable in class net.minecraft.client.renderer.texture.TextureUtil
- MissingVariantException() - Constructor for exception net.minecraft.client.renderer.block.model.ModelBlockDefinition.MissingVariantException
- MOB_APPEARANCE - net.minecraft.util.EnumParticleTypes
- mob_spawner - Static variable in class net.minecraft.init.Blocks
- MobAppearance - Class in net.minecraft.client.particle
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MobAppearance(World, double, double, double) - Constructor for class net.minecraft.client.particle.MobAppearance
- MobAppearance.Factory - Class in net.minecraft.client.particle
- MobFactory() - Constructor for class net.minecraft.client.particle.EntitySpellParticleFX.MobFactory
- mobKillsStat - Static variable in class net.minecraft.stats.StatList
-
+ the number of mobs you have killed
- MOBS - net.minecraft.block.BlockPressurePlate.Sensitivity
- MOBS - net.minecraft.client.audio.SoundCategory
- mobSelector - Static variable in interface net.minecraft.entity.monster.IMob
- MobSpawnerBaseLogic - Class in net.minecraft.tileentity
- MobSpawnerBaseLogic() - Constructor for class net.minecraft.tileentity.MobSpawnerBaseLogic
- MobSpawnerBaseLogic.WeightedRandomMinecart - Class in net.minecraft.tileentity
- mod(int, int) - Static method in class com.google.common.math.IntMath
-
Returns
x mod m
, a non-negative value less thanm
. - mod(long, int) - Static method in class com.google.common.math.LongMath
-
Returns
x mod m
, a non-negative value less thanm
. - mod(long, long) - Static method in class com.google.common.math.LongMath
-
Returns
x mod m
, a non-negative value less thanm
. - mod(UnsignedInteger) - Method in class com.google.common.primitives.UnsignedInteger
-
Returns this mod
val
. - mod(UnsignedLong) - Method in class com.google.common.primitives.UnsignedLong
-
Returns this modulo
val
. - mode - Variable in class org.json.JSONWriter
-
The current mode.
- MODE - Static variable in class net.minecraft.block.BlockRedstoneComparator
- model - Variable in class net.lax1dude.eaglercraft.v1_8.mojang.authlib.TexturesProperty
- model - Variable in class net.lax1dude.eaglercraft.v1_8.profile.CustomSkin
- model - Variable in enum net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- model - Variable in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache.CacheCustomSkin
- model - Variable in class net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache.WaitingSkin
- MODEL_MISSING - Static variable in class net.minecraft.client.resources.model.ModelBakery
- ModelArmorStand - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelArmorStand() - Constructor for class net.minecraft.client.model.ModelArmorStand
- ModelArmorStand(float) - Constructor for class net.minecraft.client.model.ModelArmorStand
- ModelArmorStandArmor - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelArmorStandArmor() - Constructor for class net.minecraft.client.model.ModelArmorStandArmor
- ModelArmorStandArmor(float) - Constructor for class net.minecraft.client.model.ModelArmorStandArmor
- ModelArmorStandArmor(float, int, int) - Constructor for class net.minecraft.client.model.ModelArmorStandArmor
- ModelBakery - Class in net.minecraft.client.resources.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelBakery(IResourceManager, TextureMap, BlockModelShapes) - Constructor for class net.minecraft.client.resources.model.ModelBakery
- ModelBanner - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelBanner() - Constructor for class net.minecraft.client.model.ModelBanner
- ModelBase - Class in net.minecraft.client.model
- ModelBase() - Constructor for class net.minecraft.client.model.ModelBase
- ModelBat - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelBat() - Constructor for class net.minecraft.client.model.ModelBat
- ModelBiped - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelBiped() - Constructor for class net.minecraft.client.model.ModelBiped
- ModelBiped(float) - Constructor for class net.minecraft.client.model.ModelBiped
- ModelBiped(float, float, int, int) - Constructor for class net.minecraft.client.model.ModelBiped
- modelBipedMain - Variable in class net.minecraft.client.renderer.entity.RenderBiped
- ModelBlaze - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelBlaze() - Constructor for class net.minecraft.client.model.ModelBlaze
- ModelBlock - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelBlock(List<BlockPart>, Map<String, String>, boolean, boolean, ItemCameraTransforms) - Constructor for class net.minecraft.client.renderer.block.model.ModelBlock
- ModelBlock(ResourceLocation, Map<String, String>, boolean, boolean, ItemCameraTransforms) - Constructor for class net.minecraft.client.renderer.block.model.ModelBlock
- ModelBlock.Deserializer - Class in net.minecraft.client.renderer.block.model
- ModelBlock.LoopException - Exception in net.minecraft.client.renderer.block.model
- ModelBlockDefinition - Class in net.minecraft.client.renderer.block.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelBlockDefinition(Collection<ModelBlockDefinition.Variants>) - Constructor for class net.minecraft.client.renderer.block.model.ModelBlockDefinition
- ModelBlockDefinition(List<ModelBlockDefinition>) - Constructor for class net.minecraft.client.renderer.block.model.ModelBlockDefinition
- ModelBlockDefinition.Deserializer - Class in net.minecraft.client.renderer.block.model
- ModelBlockDefinition.MissingVariantException - Exception in net.minecraft.client.renderer.block.model
- ModelBlockDefinition.Variant - Class in net.minecraft.client.renderer.block.model
- ModelBlockDefinition.Variant.Deserializer - Class in net.minecraft.client.renderer.block.model
- ModelBlockDefinition.Variants - Class in net.minecraft.client.renderer.block.model
- modelBoat - Variable in class net.minecraft.client.renderer.entity.RenderBoat
-
+ instance of ModelBoat for rendering
- ModelBoat - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelBoat() - Constructor for class net.minecraft.client.model.ModelBoat
- ModelBook - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelBook() - Constructor for class net.minecraft.client.model.ModelBook
- ModelBox - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelBox(ModelRenderer, int, int, float, float, float, int, int, int, float) - Constructor for class net.minecraft.client.model.ModelBox
- ModelBox(ModelRenderer, int, int, float, float, float, int, int, int, float, boolean) - Constructor for class net.minecraft.client.model.ModelBox
- ModelChest - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelChest() - Constructor for class net.minecraft.client.model.ModelChest
- ModelChicken - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelChicken() - Constructor for class net.minecraft.client.model.ModelChicken
- ModelCow - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelCow() - Constructor for class net.minecraft.client.model.ModelCow
- ModelCreeper - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelCreeper() - Constructor for class net.minecraft.client.model.ModelCreeper
- ModelCreeper(float) - Constructor for class net.minecraft.client.model.ModelCreeper
- modelDragon - Variable in class net.minecraft.client.renderer.entity.RenderDragon
- ModelDragon - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelDragon(float) - Constructor for class net.minecraft.client.model.ModelDragon
- ModelEnderCrystal - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelEnderCrystal(float, boolean) - Constructor for class net.minecraft.client.model.ModelEnderCrystal
- ModelEnderman - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelEnderman(float) - Constructor for class net.minecraft.client.model.ModelEnderman
- ModelEnderMite - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelEnderMite() - Constructor for class net.minecraft.client.model.ModelEnderMite
- ModelGhast - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelGhast() - Constructor for class net.minecraft.client.model.ModelGhast
- ModelGuardian - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelGuardian() - Constructor for class net.minecraft.client.model.ModelGuardian
- ModelHorse - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelHorse() - Constructor for class net.minecraft.client.model.ModelHorse
- ModelHumanoidHead - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelHumanoidHead() - Constructor for class net.minecraft.client.model.ModelHumanoidHead
- ModelIronGolem - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelIronGolem() - Constructor for class net.minecraft.client.model.ModelIronGolem
- ModelIronGolem(float) - Constructor for class net.minecraft.client.model.ModelIronGolem
- ModelIronGolem(float, float) - Constructor for class net.minecraft.client.model.ModelIronGolem
- ModelLargeChest - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelLargeChest() - Constructor for class net.minecraft.client.model.ModelLargeChest
- ModelLeashKnot - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelLeashKnot() - Constructor for class net.minecraft.client.model.ModelLeashKnot
- ModelLeashKnot(int, int, int, int) - Constructor for class net.minecraft.client.model.ModelLeashKnot
- ModelMagmaCube - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelMagmaCube() - Constructor for class net.minecraft.client.model.ModelMagmaCube
- ModelManager - Class in net.minecraft.client.resources.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelManager(TextureMap) - Constructor for class net.minecraft.client.resources.model.ModelManager
- modelMinecart - Variable in class net.minecraft.client.renderer.entity.RenderMinecart
-
+ instance of ModelMinecart for rendering
- ModelMinecart - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelMinecart() - Constructor for class net.minecraft.client.model.ModelMinecart
- ModelOcelot - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelOcelot() - Constructor for class net.minecraft.client.model.ModelOcelot
- ModelPig - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelPig() - Constructor for class net.minecraft.client.model.ModelPig
- ModelPig(float) - Constructor for class net.minecraft.client.model.ModelPig
- ModelPlayer - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelPlayer(float, boolean) - Constructor for class net.minecraft.client.model.ModelPlayer
- ModelQuadruped - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelQuadruped(int, float) - Constructor for class net.minecraft.client.model.ModelQuadruped
- ModelRabbit - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelRabbit() - Constructor for class net.minecraft.client.model.ModelRabbit
- ModelRenderer - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelRenderer(ModelBase) - Constructor for class net.minecraft.client.model.ModelRenderer
- ModelRenderer(ModelBase, int, int) - Constructor for class net.minecraft.client.model.ModelRenderer
- ModelRenderer(ModelBase, String) - Constructor for class net.minecraft.client.model.ModelRenderer
- ModelResourceLocation - Class in net.minecraft.client.resources.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelResourceLocation(int, String...) - Constructor for class net.minecraft.client.resources.model.ModelResourceLocation
- ModelResourceLocation(String) - Constructor for class net.minecraft.client.resources.model.ModelResourceLocation
- ModelResourceLocation(String, String) - Constructor for class net.minecraft.client.resources.model.ModelResourceLocation
- ModelResourceLocation(ResourceLocation, String) - Constructor for class net.minecraft.client.resources.model.ModelResourceLocation
- ModelRotation - Enum in net.minecraft.client.resources.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSheep1 - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSheep1() - Constructor for class net.minecraft.client.model.ModelSheep1
- ModelSheep2 - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSheep2() - Constructor for class net.minecraft.client.model.ModelSheep2
- ModelSign - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSign() - Constructor for class net.minecraft.client.model.ModelSign
- ModelSilverfish - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSilverfish() - Constructor for class net.minecraft.client.model.ModelSilverfish
- ModelSkeleton - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSkeleton() - Constructor for class net.minecraft.client.model.ModelSkeleton
- ModelSkeleton(float, boolean) - Constructor for class net.minecraft.client.model.ModelSkeleton
- ModelSkeletonHead - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSkeletonHead() - Constructor for class net.minecraft.client.model.ModelSkeletonHead
- ModelSkeletonHead(int, int, int, int) - Constructor for class net.minecraft.client.model.ModelSkeletonHead
- ModelSlime - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSlime(int) - Constructor for class net.minecraft.client.model.ModelSlime
- ModelSnowMan - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSnowMan() - Constructor for class net.minecraft.client.model.ModelSnowMan
- ModelSpider - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSpider() - Constructor for class net.minecraft.client.model.ModelSpider
- ModelSquid - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelSquid() - Constructor for class net.minecraft.client.model.ModelSquid
- modelviewMatrix - Variable in class net.minecraft.client.renderer.culling.ClippingHelper
- ModelVillager - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelVillager(float) - Constructor for class net.minecraft.client.model.ModelVillager
- ModelVillager(float, float, int, int) - Constructor for class net.minecraft.client.model.ModelVillager
- ModelWitch - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelWitch(float) - Constructor for class net.minecraft.client.model.ModelWitch
- ModelWither - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelWither(float) - Constructor for class net.minecraft.client.model.ModelWither
- ModelWolf - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelWolf() - Constructor for class net.minecraft.client.model.ModelWolf
- ModelZombie - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelZombie() - Constructor for class net.minecraft.client.model.ModelZombie
- ModelZombie(float, boolean) - Constructor for class net.minecraft.client.model.ModelZombie
- ModelZombie(float, float, int, int) - Constructor for class net.minecraft.client.model.ModelZombie
- ModelZombieVillager - Class in net.minecraft.client.model
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModelZombieVillager() - Constructor for class net.minecraft.client.model.ModelZombieVillager
- ModelZombieVillager(float, float, boolean) - Constructor for class net.minecraft.client.model.ModelZombieVillager
- ModifiableAttributeInstance - Class in net.minecraft.entity.ai.attributes
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- ModifiableAttributeInstance(BaseAttributeMap, IAttribute) - Constructor for class net.minecraft.entity.ai.attributes.ModifiableAttributeInstance
- modifyAcceleration(World, BlockPos, Entity, Vec3) - Method in class net.minecraft.block.Block
- modifyAcceleration(World, BlockPos, Entity, Vec3) - Method in class net.minecraft.block.BlockLiquid
- modifyAcceleration(World, BlockPos, Entity, Vec3) - Method in class net.minecraft.block.BlockStairs
- MOISTURE - Static variable in class net.minecraft.block.BlockFarmland
- MOJANG - net.minecraft.tileentity.TileEntityBanner.EnumBannerPattern
- MONSTER - net.minecraft.entity.EnumCreatureType
- monster_egg - Static variable in class net.minecraft.init.Blocks
- moonPhaseFactors - Static variable in class net.minecraft.world.WorldProvider
- MOOSHROOM - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- more() - Method in class org.json.JSONTokener
-
Determine if the source string still contains characters that next() can consume.
- MOSSY - net.minecraft.block.BlockStoneBrick.EnumType
- MOSSY - net.minecraft.block.BlockWall.EnumType
- mossy_cobblestone - Static variable in class net.minecraft.init.Blocks
- MOSSY_META - Static variable in class net.minecraft.block.BlockStoneBrick
- MOSSY_STONEBRICK - net.minecraft.block.BlockSilverfish.EnumType
- motionX - Variable in class net.minecraft.entity.Entity
- motionX - Variable in class net.minecraft.network.play.server.S12PacketEntityVelocity
- motionY - Variable in class net.minecraft.entity.Entity
- motionY - Variable in class net.minecraft.network.play.server.S12PacketEntityVelocity
- motionZ - Variable in class net.minecraft.entity.Entity
- motionZ - Variable in class net.minecraft.network.play.server.S12PacketEntityVelocity
- mountEntity(Entity) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
+ Called when a player mounts an entity.
- mountEntity(Entity) - Method in class net.minecraft.entity.boss.EntityWither
-
+ Called when a player mounts an entity.
- mountEntity(Entity) - Method in class net.minecraft.entity.Entity
-
+ Called when a player mounts an entity.
- mountEntity(Entity) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Called when a player mounts an entity.
- Mouse - Class in net.lax1dude.eaglercraft.v1_8
-
Copyright (c) 2022-2023 LAX1DUDE.
- Mouse() - Constructor for class net.lax1dude.eaglercraft.v1_8.Mouse
- mouseClicked(int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiAuthenticationScreen
- mouseClicked(int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiPasswordTextField
- mouseClicked(int, int, int) - Method in class net.lax1dude.eaglercraft.v1_8.profile.GuiScreenEditProfile
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiChat
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiCommandBlock
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiControls
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiEnchantment
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiListExtended
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiMainMenu
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiMultiplayer
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiPageButtonList
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiRepair
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiScreenAddServer
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiScreenBook
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiScreenServerList
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiTextField
-
+ Args: x, y, buttonClicked
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiVideoSettings
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ Called when the mouse is clicked.
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
-
+ Called when the mouse is clicked.
- mouseClickMove(int, int, int, long) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Called when a mouse button is pressed and the mouse is moved around.
- mouseClickMove(int, int, int, long) - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ Called when a mouse button is pressed and the mouse is moved around.
- mouseDragged(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiButton
-
+ Fired when the mouse button is dragged.
- mouseDragged(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiOptionSlider
-
+ Fired when the mouse button is dragged.
- mouseDragged(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiSlider
-
+ Fired when the mouse button is dragged.
- MouseFilter - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MouseFilter() - Constructor for class net.minecraft.util.MouseFilter
- mouseGetDWheel() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseGetDX() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseGetDY() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseGetEventButton() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseGetEventButtonState() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseGetEventDWheel() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseGetEventX() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseGetEventY() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseGetX() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseGetY() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseHelper - Variable in class net.minecraft.client.Minecraft
- MouseHelper - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MouseHelper() - Constructor for class net.minecraft.util.MouseHelper
- mouseIsButtonDown(int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseIsInsideWindow() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseNext() - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mousePressed(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.GuiKeyBindingList.CategoryEntry
- mousePressed(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.GuiKeyBindingList.KeyEntry
- mousePressed(int, int, int, int, int, int) - Method in interface net.minecraft.client.gui.GuiListExtended.IGuiListEntry
- mousePressed(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.GuiOptionsRowList.Row
- mousePressed(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiEntry
- mousePressed(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.ServerListEntryNormal
-
+ Returns true if the mouse has been pressed on this control.
- mousePressed(int, int, int, int, int, int) - Method in class net.minecraft.client.resources.ResourcePackListEntry
-
+ Returns true if the mouse has been pressed on this control.
- mousePressed(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiButton
-
+ Returns true if the mouse has been pressed on this control.
- mousePressed(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiListButton
-
+ Returns true if the mouse has been pressed on this control.
- mousePressed(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiOptionSlider
-
+ Returns true if the mouse has been pressed on this control.
- mousePressed(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiSlider
-
+ Returns true if the mouse has been pressed on this control.
- mouseReleased(int, int) - Method in class net.minecraft.client.gui.GuiButton
-
+ Fired when the mouse button is released.
- mouseReleased(int, int) - Method in class net.minecraft.client.gui.GuiOptionSlider
-
+ Fired when the mouse button is released.
- mouseReleased(int, int) - Method in class net.minecraft.client.gui.GuiSlider
-
+ Fired when the mouse button is released.
- mouseReleased(int, int, int) - Method in class net.minecraft.client.gui.GuiControls
-
+ Called when a mouse button is released.
- mouseReleased(int, int, int) - Method in class net.minecraft.client.gui.GuiListExtended
- mouseReleased(int, int, int) - Method in class net.minecraft.client.gui.GuiMultiplayer
-
+ Called when a mouse button is released.
- mouseReleased(int, int, int) - Method in class net.minecraft.client.gui.GuiScreen
-
+ Called when a mouse button is released.
- mouseReleased(int, int, int) - Method in class net.minecraft.client.gui.GuiScreenResourcePacks
-
+ Called when a mouse button is released.
- mouseReleased(int, int, int) - Method in class net.minecraft.client.gui.GuiVideoSettings
-
+ Called when a mouse button is released.
- mouseReleased(int, int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainer
-
+ Called when a mouse button is released.
- mouseReleased(int, int, int) - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
-
+ Called when a mouse button is released.
- mouseReleased(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.GuiKeyBindingList.CategoryEntry
- mouseReleased(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.GuiKeyBindingList.KeyEntry
- mouseReleased(int, int, int, int, int, int) - Method in interface net.minecraft.client.gui.GuiListExtended.IGuiListEntry
- mouseReleased(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.GuiOptionsRowList.Row
- mouseReleased(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.GuiPageButtonList.GuiEntry
- mouseReleased(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.ServerListEntryNormal
-
+ Fired when the mouse button is released.
- mouseReleased(int, int, int, int, int, int) - Method in class net.minecraft.client.resources.ResourcePackListEntry
-
+ Fired when the mouse button is released.
- mouseSensitivity - Variable in class net.minecraft.client.settings.GameSettings
- mouseSetCursorPosition(int, int) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseSetGrabbed(boolean) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformInput
- mouseX - Variable in class net.minecraft.client.gui.GuiSlot
- mouseXYChange() - Method in class net.minecraft.util.MouseHelper
- mouseY - Variable in class net.minecraft.client.gui.GuiSlot
- move(float, float, float) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.IAudioHandle
- move(float, float, float) - Method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformAudio.BrowserAudioHandle
- moveCursorBy(int) - Method in class net.minecraft.client.gui.GuiTextField
-
+ Moves the text cursor by a specified number of characters and clears the selection
- movedDistance - Variable in class net.minecraft.entity.EntityLivingBase
- moveDerailedMinecart() - Method in class net.minecraft.entity.item.EntityMinecart
-
+ Moves a minecart that is not attached to a rail
- moveEntity(double, double, double) - Method in class net.minecraft.entity.Entity
-
+ Tries to moves the entity by the passed in displacement.
- moveEntity(double, double, double) - Method in class net.minecraft.entity.EntityHanging
-
+ Tries to moves the entity by the passed in displacement.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.EntityFlying
-
+ Moves the entity based on the specified heading.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.EntityLivingBase
-
+ Moves the entity based on the specified heading.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.item.EntityArmorStand
-
+ Moves the entity based on the specified heading.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.monster.EntityGuardian
-
+ Moves the entity based on the specified heading.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.passive.EntityHorse
-
+ Moves the entity based on the specified heading.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.passive.EntitySquid
-
+ Moves the entity based on the specified heading.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.player.EntityPlayer
-
+ Moves the entity based on the specified heading.
- moveFlying(float, float, float) - Method in class net.minecraft.entity.Entity
-
+ Used in both water and by flying objects
- moveForward - Variable in class net.minecraft.entity.EntityLivingBase
- moveForward - Variable in class net.minecraft.util.MovementInput
- movementInput - Variable in class net.minecraft.client.entity.EntityPlayerSP
- MovementInput - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MovementInput() - Constructor for class net.minecraft.util.MovementInput
- MovementInputFromOptions - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MovementInputFromOptions(GameSettings) - Constructor for class net.minecraft.util.MovementInputFromOptions
- movementSpeed - Static variable in class net.minecraft.entity.SharedMonsterAttributes
- moveSlowdown - Static variable in class net.minecraft.potion.Potion
- moveSpeed - Static variable in class net.minecraft.potion.Potion
- moveStrafe - Variable in class net.minecraft.util.MovementInput
- moveStrafing - Variable in class net.minecraft.entity.EntityLivingBase
- moveToAlphaLayer(EntityFX) - Method in class net.minecraft.client.particle.EffectRenderer
- moveToBlockPosAndAngles(BlockPos, float, float) - Method in class net.minecraft.entity.Entity
- moveToNoAlphaLayer(EntityFX) - Method in class net.minecraft.client.particle.EffectRenderer
- moveTowards(BlockPos) - Method in class net.minecraft.entity.item.EntityEnderEye
- moving - Variable in class net.minecraft.network.play.client.C03PacketPlayer
- MovingObjectPosition - Class in net.minecraft.util
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MovingObjectPosition(Entity) - Constructor for class net.minecraft.util.MovingObjectPosition
- MovingObjectPosition(Entity, Vec3) - Constructor for class net.minecraft.util.MovingObjectPosition
- MovingObjectPosition(MovingObjectPosition.MovingObjectType, Vec3, EnumFacing, BlockPos) - Constructor for class net.minecraft.util.MovingObjectPosition
- MovingObjectPosition(Vec3, EnumFacing) - Constructor for class net.minecraft.util.MovingObjectPosition
- MovingObjectPosition(Vec3, EnumFacing, BlockPos) - Constructor for class net.minecraft.util.MovingObjectPosition
- MovingObjectPosition.MovingObjectType - Enum in net.minecraft.util
- MovingSound - Class in net.minecraft.client.audio
- MovingSound(ResourceLocation) - Constructor for class net.minecraft.client.audio.MovingSound
- MovingSoundMinecart - Class in net.minecraft.client.audio
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MovingSoundMinecart(EntityMinecart) - Constructor for class net.minecraft.client.audio.MovingSoundMinecart
- MovingSoundMinecartRiding - Class in net.minecraft.client.audio
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MovingSoundMinecartRiding(EntityPlayer, EntityMinecart) - Constructor for class net.minecraft.client.audio.MovingSoundMinecartRiding
- msb - Variable in class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- mul(Matrix2f, Matrix2f, Matrix2f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Multiply the right matrix by the left and place the result in a third matrix.
- mul(Matrix3f, Matrix3f, Matrix3f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Multiply the right matrix by the left and place the result in a third matrix.
- mul(Matrix4f, Matrix4f, Matrix4f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Multiply the right matrix by the left and place the result in a third matrix.
- mul(Quaternion, Quaternion, Quaternion) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
-
Sets the value of this quaternion to the quaternion product of quaternions left and right (this = left * right).
- mulInverse(Quaternion, Quaternion, Quaternion) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
-
Multiplies quaternion left by the inverse of quaternion right and places the value into this quaternion.
- MULTI_LINE_STYLE - Static variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The multi line toString style.
- Multimap<K,V> - Interface in com.google.common.collect
-
A collection that maps keys to values, similar to
Map
, but in which each key may be associated with multiple values. - MultimapBuilder<K0,V0> - Class in com.google.common.collect
-
A builder for a multimap implementation that allows customization of the backing map and value collection implementations used in a particular multimap.
- MultimapBuilder.ListMultimapBuilder<K0,V0> - Class in com.google.common.collect
-
A specialization of
MultimapBuilder
that generatesListMultimap
instances. - MultimapBuilder.MultimapBuilderWithKeys<K0> - Class in com.google.common.collect
-
An intermediate stage in a
MultimapBuilder
in which the key-value collection map implementation has been specified, but the value collection implementation has not. - MultimapBuilder.SetMultimapBuilder<K0,V0> - Class in com.google.common.collect
-
A specialization of
MultimapBuilder
that generatesSetMultimap
instances. - MultimapBuilder.SortedSetMultimapBuilder<K0,V0> - Class in com.google.common.collect
-
A specialization of
MultimapBuilder
that generatesSortedSetMultimap
instances. - Multimaps - Class in com.google.common.collect
-
Provides static methods acting on or generating a
Multimap
. - multipleParticleScaleBy(float) - Method in class net.minecraft.client.particle.EntityFX
- multiplyBy(Fraction) - Method in class org.apache.commons.lang3.math.Fraction
-
Multiplies the value of this fraction by another, returning the result in reduced form.
- multiplySize(float) - Method in class net.minecraft.entity.monster.EntityZombie
-
+ Multiplies the height and width by the provided float.
- multiplyVelocity(float) - Method in class net.minecraft.client.particle.EntityFX
- Multiset<E> - Interface in com.google.common.collect
-
A collection that supports order-independent equality, like
Set
, but may have duplicate elements. - Multiset.Entry<E> - Interface in com.google.common.collect
-
An unmodifiable element-count pair for a multiset.
- Multisets - Class in com.google.common.collect
-
Provides static utility methods for creating and working with
Multiset
instances. - multMatrix(float[]) - Static method in class net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager
- multModelviewMatrix() - Method in class net.minecraft.client.renderer.chunk.RenderChunk
- murmur3_128() - Static method in class com.google.common.hash.Hashing
-
Returns a hash function implementing the 128-bit murmur3 algorithm, x64 variant (little-endian variant), using a seed value of zero.
- murmur3_128(int) - Static method in class com.google.common.hash.Hashing
-
Returns a hash function implementing the 128-bit murmur3 algorithm, x64 variant (little-endian variant), using the given seed value.
- murmur3_32() - Static method in class com.google.common.hash.Hashing
-
Returns a hash function implementing the 32-bit murmur3 algorithm, x86 variant (little-endian variant), using a seed value of zero.
- murmur3_32(int) - Static method in class com.google.common.hash.Hashing
-
Returns a hash function implementing the 32-bit murmur3 algorithm, x86 variant (little-endian variant), using the given seed value.
- MUSHROOM_BROWN - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- MUSHROOM_RED - net.minecraft.block.BlockFlowerPot.EnumFlowerType
- mushroom_stew - Static variable in class net.minecraft.init.Items
- mushroomIsland - Static variable in class net.minecraft.world.biome.BiomeGenBase
- mushroomIslandShore - Static variable in class net.minecraft.world.biome.BiomeGenBase
- MUSIC - net.minecraft.client.audio.SoundCategory
- MusicTicker - Class in net.minecraft.client.audio
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- MusicTicker(Minecraft) - Constructor for class net.minecraft.client.audio.MusicTicker
- MusicTicker.MusicType - Enum in net.minecraft.client.audio
- Mutable<T> - Interface in org.apache.commons.lang3.mutable
-
Provides mutable access to a value.
- MutableBlockPos() - Constructor for class net.minecraft.util.BlockPos.MutableBlockPos
- MutableBlockPos(int, int, int) - Constructor for class net.minecraft.util.BlockPos.MutableBlockPos
- MutableBoolean - Class in org.apache.commons.lang3.mutable
-
A mutable
boolean
wrapper. - MutableBoolean() - Constructor for class org.apache.commons.lang3.mutable.MutableBoolean
-
Constructs a new MutableBoolean with the default value of false.
- MutableBoolean(boolean) - Constructor for class org.apache.commons.lang3.mutable.MutableBoolean
-
Constructs a new MutableBoolean with the specified value.
- MutableBoolean(Boolean) - Constructor for class org.apache.commons.lang3.mutable.MutableBoolean
-
Constructs a new MutableBoolean with the specified value.
- MutableByte - Class in org.apache.commons.lang3.mutable
-
A mutable
byte
wrapper. - MutableByte() - Constructor for class org.apache.commons.lang3.mutable.MutableByte
-
Constructs a new MutableByte with the default value of zero.
- MutableByte(byte) - Constructor for class org.apache.commons.lang3.mutable.MutableByte
-
Constructs a new MutableByte with the specified value.
- MutableByte(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableByte
-
Constructs a new MutableByte with the specified value.
- MutableByte(String) - Constructor for class org.apache.commons.lang3.mutable.MutableByte
-
Constructs a new MutableByte parsing the given string.
- MutableClassToInstanceMap<B> - Class in com.google.common.collect
-
A mutable class-to-instance map backed by an arbitrary user-provided map.
- MutableDouble - Class in org.apache.commons.lang3.mutable
-
A mutable
double
wrapper. - MutableDouble() - Constructor for class org.apache.commons.lang3.mutable.MutableDouble
-
Constructs a new MutableDouble with the default value of zero.
- MutableDouble(double) - Constructor for class org.apache.commons.lang3.mutable.MutableDouble
-
Constructs a new MutableDouble with the specified value.
- MutableDouble(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableDouble
-
Constructs a new MutableDouble with the specified value.
- MutableDouble(String) - Constructor for class org.apache.commons.lang3.mutable.MutableDouble
-
Constructs a new MutableDouble parsing the given string.
- MutableFloat - Class in org.apache.commons.lang3.mutable
-
A mutable
float
wrapper. - MutableFloat() - Constructor for class org.apache.commons.lang3.mutable.MutableFloat
-
Constructs a new MutableFloat with the default value of zero.
- MutableFloat(float) - Constructor for class org.apache.commons.lang3.mutable.MutableFloat
-
Constructs a new MutableFloat with the specified value.
- MutableFloat(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableFloat
-
Constructs a new MutableFloat with the specified value.
- MutableFloat(String) - Constructor for class org.apache.commons.lang3.mutable.MutableFloat
-
Constructs a new MutableFloat parsing the given string.
- MutableInt - Class in org.apache.commons.lang3.mutable
-
A mutable
int
wrapper. - MutableInt() - Constructor for class org.apache.commons.lang3.mutable.MutableInt
-
Constructs a new MutableInt with the default value of zero.
- MutableInt(int) - Constructor for class org.apache.commons.lang3.mutable.MutableInt
-
Constructs a new MutableInt with the specified value.
- MutableInt(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableInt
-
Constructs a new MutableInt with the specified value.
- MutableInt(String) - Constructor for class org.apache.commons.lang3.mutable.MutableInt
-
Constructs a new MutableInt parsing the given string.
- MutableLong - Class in org.apache.commons.lang3.mutable
-
A mutable
long
wrapper. - MutableLong() - Constructor for class org.apache.commons.lang3.mutable.MutableLong
-
Constructs a new MutableLong with the default value of zero.
- MutableLong(long) - Constructor for class org.apache.commons.lang3.mutable.MutableLong
-
Constructs a new MutableLong with the specified value.
- MutableLong(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableLong
-
Constructs a new MutableLong with the specified value.
- MutableLong(String) - Constructor for class org.apache.commons.lang3.mutable.MutableLong
-
Constructs a new MutableLong parsing the given string.
- MutableObject<T> - Class in org.apache.commons.lang3.mutable
-
A mutable
Object
wrapper. - MutableObject() - Constructor for class org.apache.commons.lang3.mutable.MutableObject
-
Constructs a new MutableObject with the default value of
null
. - MutableObject(T) - Constructor for class org.apache.commons.lang3.mutable.MutableObject
-
Constructs a new MutableObject with the specified value.
- MutableShort - Class in org.apache.commons.lang3.mutable
-
A mutable
short
wrapper. - MutableShort() - Constructor for class org.apache.commons.lang3.mutable.MutableShort
-
Constructs a new MutableShort with the default value of zero.
- MutableShort(short) - Constructor for class org.apache.commons.lang3.mutable.MutableShort
-
Constructs a new MutableShort with the specified value.
- MutableShort(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableShort
-
Constructs a new MutableShort with the specified value.
- MutableShort(String) - Constructor for class org.apache.commons.lang3.mutable.MutableShort
-
Constructs a new MutableShort parsing the given string.
- Mutated(int, BiomeGenBase) - Constructor for class net.minecraft.world.biome.BiomeGenSavanna.Mutated
- muteMicrophone(boolean) - Method in interface net.minecraft.client.stream.IStream
-
+ mutes or unmutes the microphone based on the boolean parameter passed into the method
- mutton - Static variable in class net.minecraft.init.Items
- mycelium - Static variable in class net.minecraft.init.Blocks
N
- NAK - Static variable in class com.google.common.base.Ascii
-
Negative Acknowledge: A communication control character transmitted by a receiver as a negative response to the sender.
- name - Variable in enum net.lax1dude.eaglercraft.v1_8.internal.EnumPlatformANGLE
- name - Variable in class net.lax1dude.eaglercraft.v1_8.internal.IClientConfigAdapter.DefaultServer
- name - Variable in class net.lax1dude.eaglercraft.v1_8.profile.CustomSkin
- name - Variable in enum net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- name - Variable in class net.minecraft.client.renderer.block.model.ModelBlock
- name - Variable in class net.minecraft.enchantment.Enchantment
- name - Variable in class net.minecraft.network.play.server.S3CPacketUpdateScore
- name() - Method in annotation type javax.annotation.Resource
-
The JNDI name of the resource.
- name() - Method in annotation type javax.annotation.sql.DataSourceDefinition
-
JNDI name by which the data source will be registered.
- name_tag - Static variable in class net.minecraft.init.Items
- nameFunction - Variable in class net.minecraft.item.ItemMultiTexture
- NamePredicate(String) - Constructor for class org.apache.commons.lang3.ThreadUtils.NamePredicate
-
Predicate constructor
- names() - Method in class org.json.JSONObject
-
Produce a JSONArray containing the names of the elements of this JSONObject.
- nameUUIDFromBytes(byte[]) - Static method in class net.lax1dude.eaglercraft.v1_8.EaglercraftUUID
- natural() - Static method in class com.google.common.collect.Ordering
-
Returns a serializable ordering that uses the natural order of the values.
- naturalOrder() - Static method in class com.google.common.collect.ImmutableSortedMap
-
Returns a builder that creates immutable sorted maps whose keys are ordered by their natural ordering.
- naturalOrder() - Static method in class com.google.common.collect.ImmutableSortedMultiset
-
Returns a builder that creates immutable sorted multisets whose elements are ordered by their natural ordering.
- naturalOrder() - Static method in class com.google.common.collect.ImmutableSortedSet
-
Returns a builder that creates immutable sorted sets whose elements are ordered by their natural ordering.
- navigableKeySet() - Method in class com.google.common.collect.ForwardingNavigableMap
- navigableKeySet() - Method in class com.google.common.collect.ImmutableSortedMap
- NBT_TYPES - Static variable in class net.minecraft.nbt.NBTBase
- NBTBase - Class in net.minecraft.nbt
- NBTBase() - Constructor for class net.minecraft.nbt.NBTBase
- NBTBase.NBTPrimitive - Class in net.minecraft.nbt
- NBTException - Exception in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTException(String) - Constructor for exception net.minecraft.nbt.NBTException
- NBTPrimitive() - Constructor for class net.minecraft.nbt.NBTBase.NBTPrimitive
- NBTSizeTracker - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTSizeTracker(long) - Constructor for class net.minecraft.nbt.NBTSizeTracker
- NBTTagByte - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagByte(byte) - Constructor for class net.minecraft.nbt.NBTTagByte
- NBTTagByteArray - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagByteArray(byte[]) - Constructor for class net.minecraft.nbt.NBTTagByteArray
- NBTTagCompound - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagCompound() - Constructor for class net.minecraft.nbt.NBTTagCompound
- NBTTagDouble - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagDouble(double) - Constructor for class net.minecraft.nbt.NBTTagDouble
- NBTTagEnd - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagEnd() - Constructor for class net.minecraft.nbt.NBTTagEnd
- NBTTagFloat - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagFloat(float) - Constructor for class net.minecraft.nbt.NBTTagFloat
- NBTTagInt - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagInt(int) - Constructor for class net.minecraft.nbt.NBTTagInt
- NBTTagIntArray - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagIntArray(int[]) - Constructor for class net.minecraft.nbt.NBTTagIntArray
- NBTTagList - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagList() - Constructor for class net.minecraft.nbt.NBTTagList
- NBTTagLong - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagLong(long) - Constructor for class net.minecraft.nbt.NBTTagLong
- NBTTagShort - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagShort() - Constructor for class net.minecraft.nbt.NBTTagShort
- NBTTagShort(short) - Constructor for class net.minecraft.nbt.NBTTagShort
- NBTTagString - Class in net.minecraft.nbt
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NBTTagString() - Constructor for class net.minecraft.nbt.NBTTagString
- NBTTagString(String) - Constructor for class net.minecraft.nbt.NBTTagString
- NBTUtil - Class in net.minecraft.nbt
- NBTUtil() - Constructor for class net.minecraft.nbt.NBTUtil
- needFood() - Method in class net.minecraft.util.FoodStats
-
+ Get whether the player must eat food.
- needsRandomTick - Variable in class net.minecraft.block.Block
- needsSaving(boolean) - Method in class net.minecraft.world.chunk.Chunk
-
+ Returns true if this Chunk needs to be saved
- needsSaving(boolean) - Method in class net.minecraft.world.chunk.EmptyChunk
-
+ Returns true if this Chunk needs to be saved
- negate() - Method in class com.google.common.base.CharMatcher
-
Returns a matcher that matches any character not matched by this matcher.
- negate() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix
-
Negate this matrix
- negate() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Negate this matrix
- negate() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Negate this matrix
- negate() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Negate this matrix
- negate() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
-
Calculate the conjugate of this quaternion
- negate() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector
-
Negate a vector
- negate() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
-
Negate a vector
- negate() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
-
Negate a vector
- negate() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
-
Negate a vector
- negate() - Method in interface org.apache.commons.lang3.function.FailableBiPredicate
-
Returns a predicate that negates this predicate.
- negate() - Method in interface org.apache.commons.lang3.function.FailableDoublePredicate
-
Returns a predicate that negates this predicate.
- negate() - Method in interface org.apache.commons.lang3.function.FailableIntPredicate
-
Returns a predicate that negates this predicate.
- negate() - Method in interface org.apache.commons.lang3.function.FailableLongPredicate
-
Returns a predicate that negates this predicate.
- negate() - Method in interface org.apache.commons.lang3.function.FailablePredicate
-
Returns a predicate that negates this predicate.
- negate() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets a fraction that is the negative (-fraction) of this one.
- negate(Boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Negates the specified boolean.
- negate(Matrix2f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Negate this matrix and stash the result in another matrix.
- negate(Matrix2f, Matrix2f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f
-
Negate the source matrix and stash the result in the destination matrix.
- negate(Matrix3f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Negate this matrix and place the result in a destination matrix.
- negate(Matrix3f, Matrix3f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f
-
Negate the source matrix and place the result in the destination matrix.
- negate(Matrix4f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Negate this matrix and place the result in a destination matrix.
- negate(Matrix4f, Matrix4f) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f
-
Negate this matrix and place the result in a destination matrix.
- negate(Quaternion) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
-
Calculate the conjugate of this quaternion and put it into the given one
- negate(Quaternion, Quaternion) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
-
Calculate the conjugate of this quaternion and put it into the given one
- negate(Vector2f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
-
Negate a vector and place the result in a destination vector.
- negate(Vector3f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
-
Negate a vector and place the result in a destination vector.
- negate(Vector4f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
-
Negate a vector and place the result in a destination vector.
- negateDamage(ItemStack, int, EaglercraftRandom) - Static method in class net.minecraft.enchantment.EnchantmentDurability
-
+ Used by ItemStack.attemptDamageItem.
- NEGATIVE - net.minecraft.util.EnumFacing.AxisDirection
- net.lax1dude.eaglercraft.v1_8 - package net.lax1dude.eaglercraft.v1_8
- net.lax1dude.eaglercraft.v1_8.cache - package net.lax1dude.eaglercraft.v1_8.cache
- net.lax1dude.eaglercraft.v1_8.crypto - package net.lax1dude.eaglercraft.v1_8.crypto
- net.lax1dude.eaglercraft.v1_8.futures - package net.lax1dude.eaglercraft.v1_8.futures
- net.lax1dude.eaglercraft.v1_8.internal - package net.lax1dude.eaglercraft.v1_8.internal
- net.lax1dude.eaglercraft.v1_8.internal.buffer - package net.lax1dude.eaglercraft.v1_8.internal.buffer
- net.lax1dude.eaglercraft.v1_8.internal.indexeddb - package net.lax1dude.eaglercraft.v1_8.internal.indexeddb
- net.lax1dude.eaglercraft.v1_8.internal.teavm - package net.lax1dude.eaglercraft.v1_8.internal.teavm
- net.lax1dude.eaglercraft.v1_8.internal.vfs - package net.lax1dude.eaglercraft.v1_8.internal.vfs
- net.lax1dude.eaglercraft.v1_8.json - package net.lax1dude.eaglercraft.v1_8.json
- net.lax1dude.eaglercraft.v1_8.json.impl - package net.lax1dude.eaglercraft.v1_8.json.impl
- net.lax1dude.eaglercraft.v1_8.log4j - package net.lax1dude.eaglercraft.v1_8.log4j
- net.lax1dude.eaglercraft.v1_8.minecraft - package net.lax1dude.eaglercraft.v1_8.minecraft
- net.lax1dude.eaglercraft.v1_8.mojang.authlib - package net.lax1dude.eaglercraft.v1_8.mojang.authlib
- net.lax1dude.eaglercraft.v1_8.netty - package net.lax1dude.eaglercraft.v1_8.netty
- net.lax1dude.eaglercraft.v1_8.opengl - package net.lax1dude.eaglercraft.v1_8.opengl
- net.lax1dude.eaglercraft.v1_8.profile - package net.lax1dude.eaglercraft.v1_8.profile
- net.lax1dude.eaglercraft.v1_8.socket - package net.lax1dude.eaglercraft.v1_8.socket
- net.lax1dude.eaglercraft.v1_8.vector - package net.lax1dude.eaglercraft.v1_8.vector
- net.lax1dude.eaglercraft.v1_8.vfs - package net.lax1dude.eaglercraft.v1_8.vfs
- net.minecraft.block - package net.minecraft.block
- net.minecraft.block.material - package net.minecraft.block.material
- net.minecraft.block.properties - package net.minecraft.block.properties
- net.minecraft.block.state - package net.minecraft.block.state
- net.minecraft.block.state.pattern - package net.minecraft.block.state.pattern
- net.minecraft.client - package net.minecraft.client
- net.minecraft.client.audio - package net.minecraft.client.audio
- net.minecraft.client.entity - package net.minecraft.client.entity
- net.minecraft.client.gui - package net.minecraft.client.gui
- net.minecraft.client.gui.achievement - package net.minecraft.client.gui.achievement
- net.minecraft.client.gui.inventory - package net.minecraft.client.gui.inventory
- net.minecraft.client.gui.spectator - package net.minecraft.client.gui.spectator
- net.minecraft.client.gui.spectator.categories - package net.minecraft.client.gui.spectator.categories
- net.minecraft.client.main - package net.minecraft.client.main
- net.minecraft.client.model - package net.minecraft.client.model
- net.minecraft.client.multiplayer - package net.minecraft.client.multiplayer
- net.minecraft.client.network - package net.minecraft.client.network
- net.minecraft.client.particle - package net.minecraft.client.particle
- net.minecraft.client.player.inventory - package net.minecraft.client.player.inventory
- net.minecraft.client.renderer - package net.minecraft.client.renderer
- net.minecraft.client.renderer.block.model - package net.minecraft.client.renderer.block.model
- net.minecraft.client.renderer.block.statemap - package net.minecraft.client.renderer.block.statemap
- net.minecraft.client.renderer.chunk - package net.minecraft.client.renderer.chunk
- net.minecraft.client.renderer.culling - package net.minecraft.client.renderer.culling
- net.minecraft.client.renderer.entity - package net.minecraft.client.renderer.entity
- net.minecraft.client.renderer.entity.layers - package net.minecraft.client.renderer.entity.layers
- net.minecraft.client.renderer.texture - package net.minecraft.client.renderer.texture
- net.minecraft.client.renderer.tileentity - package net.minecraft.client.renderer.tileentity
- net.minecraft.client.renderer.vertex - package net.minecraft.client.renderer.vertex
- net.minecraft.client.resources - package net.minecraft.client.resources
- net.minecraft.client.resources.data - package net.minecraft.client.resources.data
- net.minecraft.client.resources.model - package net.minecraft.client.resources.model
- net.minecraft.client.settings - package net.minecraft.client.settings
- net.minecraft.client.stream - package net.minecraft.client.stream
- net.minecraft.client.util - package net.minecraft.client.util
- net.minecraft.command - package net.minecraft.command
- net.minecraft.command.server - package net.minecraft.command.server
- net.minecraft.crash - package net.minecraft.crash
- net.minecraft.creativetab - package net.minecraft.creativetab
- net.minecraft.dispenser - package net.minecraft.dispenser
- net.minecraft.enchantment - package net.minecraft.enchantment
- net.minecraft.entity - package net.minecraft.entity
- net.minecraft.entity.ai - package net.minecraft.entity.ai
- net.minecraft.entity.ai.attributes - package net.minecraft.entity.ai.attributes
- net.minecraft.entity.boss - package net.minecraft.entity.boss
- net.minecraft.entity.effect - package net.minecraft.entity.effect
- net.minecraft.entity.item - package net.minecraft.entity.item
- net.minecraft.entity.monster - package net.minecraft.entity.monster
- net.minecraft.entity.passive - package net.minecraft.entity.passive
- net.minecraft.entity.player - package net.minecraft.entity.player
- net.minecraft.entity.projectile - package net.minecraft.entity.projectile
- net.minecraft.event - package net.minecraft.event
- net.minecraft.init - package net.minecraft.init
- net.minecraft.inventory - package net.minecraft.inventory
- net.minecraft.item - package net.minecraft.item
- net.minecraft.item.crafting - package net.minecraft.item.crafting
- net.minecraft.nbt - package net.minecraft.nbt
- net.minecraft.network - package net.minecraft.network
- net.minecraft.network.handshake - package net.minecraft.network.handshake
- net.minecraft.network.handshake.client - package net.minecraft.network.handshake.client
- net.minecraft.network.login - package net.minecraft.network.login
- net.minecraft.network.login.client - package net.minecraft.network.login.client
- net.minecraft.network.login.server - package net.minecraft.network.login.server
- net.minecraft.network.play - package net.minecraft.network.play
- net.minecraft.network.play.client - package net.minecraft.network.play.client
- net.minecraft.network.play.server - package net.minecraft.network.play.server
- net.minecraft.network.status - package net.minecraft.network.status
- net.minecraft.network.status.client - package net.minecraft.network.status.client
- net.minecraft.network.status.server - package net.minecraft.network.status.server
- net.minecraft.potion - package net.minecraft.potion
- net.minecraft.profiler - package net.minecraft.profiler
- net.minecraft.scoreboard - package net.minecraft.scoreboard
- net.minecraft.server.management - package net.minecraft.server.management
- net.minecraft.stats - package net.minecraft.stats
- net.minecraft.tileentity - package net.minecraft.tileentity
- net.minecraft.util - package net.minecraft.util
- net.minecraft.village - package net.minecraft.village
- net.minecraft.world - package net.minecraft.world
- net.minecraft.world.biome - package net.minecraft.world.biome
- net.minecraft.world.border - package net.minecraft.world.border
- net.minecraft.world.chunk - package net.minecraft.world.chunk
- net.minecraft.world.chunk.storage - package net.minecraft.world.chunk.storage
- net.minecraft.world.gen - package net.minecraft.world.gen
- net.minecraft.world.storage - package net.minecraft.world.storage
- net.zxmushroom63.plugins - package net.zxmushroom63.plugins
- NetHandlerPlayClient - Class in net.minecraft.client.network
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NetHandlerPlayClient(Minecraft, GuiScreen, EaglercraftNetworkManager, GameProfile) - Constructor for class net.minecraft.client.network.NetHandlerPlayClient
- NETHER - net.minecraft.client.audio.MusicTicker.MusicType
- nether_brick - Static variable in class net.minecraft.init.Blocks
- nether_brick_fence - Static variable in class net.minecraft.init.Blocks
- nether_brick_stairs - Static variable in class net.minecraft.init.Blocks
- nether_star - Static variable in class net.minecraft.init.Items
- nether_wart - Static variable in class net.minecraft.init.Blocks
- nether_wart - Static variable in class net.minecraft.init.Items
- netherbrick - Static variable in class net.minecraft.init.Items
- NETHERBRICK - net.minecraft.block.BlockStoneSlab.EnumType
- netherrack - Static variable in class net.minecraft.init.Blocks
- netherrackColor - Static variable in class net.minecraft.block.material.MapColor
- NetworkPlayerInfo - Class in net.minecraft.client.network
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NetworkPlayerInfo(GameProfile) - Constructor for class net.minecraft.client.network.NetworkPlayerInfo
- NetworkPlayerInfo(S38PacketPlayerListItem.AddPlayerData) - Constructor for class net.minecraft.client.network.NetworkPlayerInfo
- NEVER - javax.annotation.meta.When
-
S intersection T is empty
- NEVER - net.minecraft.scoreboard.Team.EnumVisible
- newArray(Class<T>, int) - Static method in class com.google.common.collect.ObjectArrays
-
Returns a new array of the given length with the specified component type.
- newArray(T[], int) - Static method in class com.google.common.collect.ObjectArrays
-
Returns a new array of the given length with the same type as a reference array.
- newArrayList() - Static method in class com.google.common.collect.Lists
-
Creates a mutable, empty
ArrayList
instance. - newArrayList(E...) - Static method in class com.google.common.collect.Lists
-
Creates a mutable
ArrayList
instance containing the given elements. - newArrayList(Iterable<? extends E>) - Static method in class com.google.common.collect.Lists
-
Creates a mutable
ArrayList
instance containing the given elements. - newArrayList(Iterator<? extends E>) - Static method in class com.google.common.collect.Lists
-
Creates a mutable
ArrayList
instance containing the given elements. - newArrayListWithCapacity(int) - Static method in class com.google.common.collect.Lists
-
Creates an
ArrayList
instance backed by an array of the exact size specified; equivalent toArrayList(int)
. - newArrayListWithExpectedSize(int) - Static method in class com.google.common.collect.Lists
-
Creates an
ArrayList
instance sized appropriately to hold an estimated number of elements without resizing. - newCustomTable(Map<R, Map<C, V>>, Supplier<? extends Map<C, V>>) - Static method in class com.google.common.collect.Tables
-
Creates a table that uses the specified backing map and factory.
- newDataInput(byte[]) - Static method in class com.google.common.io.ByteStreams
-
Returns a new
ByteArrayDataInput
instance to read from thebytes
array from the beginning. - newDataInput(byte[], int) - Static method in class com.google.common.io.ByteStreams
-
Returns a new
ByteArrayDataInput
instance to read from thebytes
array, starting at the given position. - newDataInput(EaglerInputStream) - Static method in class com.google.common.io.ByteStreams
-
Returns a new
ByteArrayDataInput
instance to read from the givenByteArrayInputStream
. - newDataOutput() - Static method in class com.google.common.io.ByteStreams
-
Returns a new
ByteArrayDataOutput
instance with a default size. - newDataOutput(int) - Static method in class com.google.common.io.ByteStreams
-
Returns a new
ByteArrayDataOutput
instance sized to holdsize
bytes before resizing. - newDataOutput(ByteArrayOutputStream) - Static method in class com.google.common.io.ByteStreams
-
Returns a new
ByteArrayDataOutput
instance which writes to the givenByteArrayOutputStream
. - newDeflaterOutputStream(OutputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.EaglerZLIB
- newDeflaterOutputStream(OutputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- newDoubleNBTList(double...) - Method in class net.minecraft.entity.Entity
-
+ creates a NBT list from the array of doubles passed to this function
- newEnumMap(Class<K>) - Static method in class com.google.common.collect.Maps
-
Creates an
EnumMap
instance. - newEnumMap(Map<K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Creates an
EnumMap
with the same mappings as the specified map. - newEnumSet(Iterable<E>, Class<E>) - Static method in class com.google.common.collect.Sets
-
Returns a new
EnumSet
instance containing the given elements. - newExplosion(Entity, double, double, double, float, boolean, boolean) - Method in class net.minecraft.world.World
-
+ returns a new explosion.
- newFloatNBTList(float...) - Method in class net.minecraft.entity.Entity
-
+ Returns a new NBTTagList filled with the specified floats
- newGZIPInputStream(InputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.EaglerZLIB
- newGZIPInputStream(InputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- newGZIPOutputStream(OutputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.EaglerZLIB
- newGZIPOutputStream(OutputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- newHasher() - Method in interface com.google.common.hash.HashFunction
-
Begins a new hash code computation by returning an initialized, stateful
Hasher
instance that is ready to receive data. - newHasher(int) - Method in interface com.google.common.hash.HashFunction
-
Begins a new hash code computation as
HashFunction.newHasher()
, but provides a hint of the expected size of the input (in bytes). - newHashMap() - Static method in class com.google.common.collect.Maps
-
Creates a mutable, empty
HashMap
instance. - newHashMap(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Creates a mutable
HashMap
instance with the same mappings as the specified map. - newHashMapWithExpectedSize(int) - Static method in class com.google.common.collect.Maps
-
Creates a
HashMap
instance, with a high enough "initial capacity" that it should holdexpectedSize
elements without growth. - newHashSet() - Static method in class com.google.common.collect.Sets
-
Creates a mutable, empty
HashSet
instance. - newHashSet(E...) - Static method in class com.google.common.collect.Sets
-
Creates a mutable
HashSet
instance containing the given elements in unspecified order. - newHashSet(Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
-
Creates a mutable
HashSet
instance containing the given elements in unspecified order. - newHashSet(Iterator<? extends E>) - Static method in class com.google.common.collect.Sets
-
Creates a mutable
HashSet
instance containing the given elements in unspecified order. - newHashSetWithExpectedSize(int) - Static method in class com.google.common.collect.Sets
-
Creates a
HashSet
instance, with a high enough "initial capacity" that it should holdexpectedSize
elements without growth. - newIdentityHashMap() - Static method in class com.google.common.collect.Maps
-
Creates an
IdentityHashMap
instance. - newIdentityHashSet() - Static method in class com.google.common.collect.Sets
-
Creates an empty
Set
that uses identity to determine equality. - newInflaterInputStream(InputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.EaglerZLIB
- newInflaterInputStream(InputStream) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime
- newInputStreamSupplier(byte[]) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Use
ByteSource.wrap(byte[])
instead. This method is scheduled for removal in Guava 18.0. - newInputStreamSupplier(byte[], int, int) - Static method in class com.google.common.io.ByteStreams
-
Deprecated.Use
ByteSource.wrap(b).slice(off, len)
instead. This method is scheduled for removal in Guava 18.0. - newInputStreamSupplier(URL) - Static method in class com.google.common.io.Resources
-
Deprecated.Use
Resources.asByteSource(URL)
instead. This method is scheduled for removal in Guava 18.0. - newLinkedHashMap() - Static method in class com.google.common.collect.Maps
-
Creates a mutable, empty, insertion-ordered
LinkedHashMap
instance. - newLinkedHashMap(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Creates a mutable, insertion-ordered
LinkedHashMap
instance with the same mappings as the specified map. - newLinkedHashSet() - Static method in class com.google.common.collect.Sets
-
Creates a mutable, empty
LinkedHashSet
instance. - newLinkedHashSet(Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
-
Creates a mutable
LinkedHashSet
instance containing the given elements in order. - newLinkedHashSetWithExpectedSize(int) - Static method in class com.google.common.collect.Sets
-
Creates a
LinkedHashSet
instance, with a high enough "initial capacity" that it should holdexpectedSize
elements without growth. - newLinkedList() - Static method in class com.google.common.collect.Lists
-
Creates an empty
LinkedList
instance. - newLinkedList(Iterable<? extends E>) - Static method in class com.google.common.collect.Lists
-
Creates a
LinkedList
instance containing the given elements. - newListMultimap(Map<K, Collection<V>>, Supplier<? extends List<V>>) - Static method in class com.google.common.collect.Multimaps
-
Creates a new
ListMultimap
that uses the provided map and factory. - newMultimap(Map<K, Collection<V>>, Supplier<? extends Collection<V>>) - Static method in class com.google.common.collect.Multimaps
-
Creates a new
Multimap
backed bymap
, whose internal value collections are generated byfactory
. - newPosRotationIncrements - Variable in class net.minecraft.entity.EntityLivingBase
- newPosX - Variable in class net.minecraft.entity.EntityLivingBase
- newPosY - Variable in class net.minecraft.entity.EntityLivingBase
- newPosZ - Variable in class net.minecraft.entity.EntityLivingBase
- newReaderSupplier(InputSupplier<? extends InputStream>, Charset) - Static method in class com.google.common.io.CharStreams
-
Deprecated.Use
ByteSource.asCharSource(Charset)
instead. This method is scheduled for removal in Guava 18.0. - newReaderSupplier(String) - Static method in class com.google.common.io.CharStreams
-
Deprecated.Use
CharSource.wrap(CharSequence)
instead. This method is scheduled for removal in Guava 18.0. - newReaderSupplier(URL, Charset) - Static method in class com.google.common.io.Resources
-
Deprecated.Use
Resources.asCharSource(URL, Charset)
instead. This method is scheduled for removal in Guava 18.0. - newRotationPitch - Variable in class net.minecraft.entity.EntityLivingBase
- newRotationYaw - Variable in class net.minecraft.entity.EntityLivingBase
- newSetFromMap(Map<E, Boolean>) - Static method in class com.google.common.collect.Sets
-
Returns a set backed by the specified map.
- newSetMultimap(Map<K, Collection<V>>, Supplier<? extends Set<V>>) - Static method in class com.google.common.collect.Multimaps
-
Creates a new
SetMultimap
that uses the provided map and factory. - newSortedSetMultimap(Map<K, Collection<V>>, Supplier<? extends SortedSet<V>>) - Static method in class com.google.common.collect.Multimaps
-
Creates a new
SortedSetMultimap
that uses the provided map and factory. - newSwappedByteBuf() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
-
Creates a new
SwappedByteBuf
for thisByteBuf
instance. - newTileEntity(IBlockState, EnumFacing, boolean, boolean) - Static method in class net.minecraft.block.BlockPistonMoving
- newTreeMap() - Static method in class com.google.common.collect.Maps
-
Creates a mutable, empty
TreeMap
instance using the natural ordering of its elements. - newTreeMap(Comparator<C>) - Static method in class com.google.common.collect.Maps
-
Creates a mutable, empty
TreeMap
instance using the given comparator. - newTreeMap(SortedMap<K, ? extends V>) - Static method in class com.google.common.collect.Maps
-
Creates a mutable
TreeMap
instance with the same mappings as the specified map and using the same ordering as the specified map. - newTreeSet() - Static method in class com.google.common.collect.Sets
-
Creates a mutable, empty
TreeSet
instance sorted by the natural sort ordering of its elements. - newTreeSet(Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
-
Creates a mutable
TreeSet
instance containing the given elements sorted by their natural ordering. - newTreeSet(Comparator<? super E>) - Static method in class com.google.common.collect.Sets
-
Creates a mutable, empty
TreeSet
instance with the given comparator. - newWriterSupplier(OutputSupplier<? extends OutputStream>, Charset) - Static method in class com.google.common.io.CharStreams
-
Deprecated.Use
ByteSink.asCharSink(Charset)
instead. This method is scheduled for removal in Guava 18.0. - next() - Method in class com.google.common.collect.AbstractIterator
- next() - Method in class com.google.common.collect.AbstractSequentialIterator
- next() - Method in class com.google.common.collect.ForwardingIterator
- next() - Method in interface com.google.common.collect.PeekingIterator
- next() - Static method in class net.lax1dude.eaglercraft.v1_8.Keyboard
- next() - Static method in class net.lax1dude.eaglercraft.v1_8.Mouse
- next() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets the next token.
- next() - Method in class org.json.JSONTokener
-
Get the next character in the source string.
- next(char) - Method in class org.json.JSONTokener
-
Consume the next character, and check that it matches a specified character.
- next(int) - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- next(int) - Method in class org.json.JSONTokener
-
Get the next n characters.
- next(C) - Method in class com.google.common.collect.DiscreteDomain
-
Returns the unique least value of type
C
that is greater thanvalue
, ornull
if none exists. - next(VIteratorFile) - Method in interface net.lax1dude.eaglercraft.v1_8.internal.vfs.VFSIterator
- nextBoolean() - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- nextBoolean() - Static method in class org.apache.commons.lang3.RandomUtils
-
Returns a random boolean value
- nextBytes(byte[]) - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- nextBytes(int) - Static method in class org.apache.commons.lang3.RandomUtils
-
Creates an array of random bytes.
- nextClean() - Method in class org.json.JSONTokener
-
Get the next char in the string, skipping whitespace.
- nextDouble() - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- nextDouble() - Static method in class org.apache.commons.lang3.RandomUtils
-
Returns a random double within 0 - Double.MAX_VALUE
- nextDouble(double, double) - Static method in class org.apache.commons.lang3.RandomUtils
-
Returns a random double within the specified range.
- nextEscapeIndex(CharSequence, int, int) - Method in class com.google.common.escape.ArrayBasedUnicodeEscaper
- nextEscapeIndex(CharSequence, int, int) - Method in class com.google.common.escape.UnicodeEscaper
-
Scans a sub-sequence of characters from a given
CharSequence
, returning the index of the next character that requires escaping. - nextFloat() - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- nextFloat() - Static method in class org.apache.commons.lang3.RandomUtils
-
Returns a random float within 0 - Float.MAX_VALUE
- nextFloat(float, float) - Static method in class org.apache.commons.lang3.RandomUtils
-
Returns a random float within the specified range.
- nextGaussian() - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- nextIndex() - Method in class com.google.common.collect.ForwardingListIterator
- nextIndex() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets the index of the next token to return.
- nextInt() - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- nextInt() - Static method in class org.apache.commons.lang3.RandomUtils
-
Returns a random int within 0 - Integer.MAX_VALUE
- nextInt(int) - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- nextInt(int, int) - Static method in class org.apache.commons.lang3.RandomUtils
-
Returns a random integer within the specified range.
- nextLong() - Method in class net.lax1dude.eaglercraft.v1_8.EaglercraftRandom
- nextLong() - Static method in class org.apache.commons.lang3.RandomUtils
-
Returns a random long within 0 - Long.MAX_VALUE
- nextLong(long, long) - Static method in class org.apache.commons.lang3.RandomUtils
-
Returns a random long within the specified range.
- nextString(char) - Method in class org.json.JSONTokener
-
Return the characters up to the next close quote character.
- nextTextureIndexX() - Method in class net.minecraft.client.particle.EntityFX
- NextTickListEntry - Class in net.minecraft.world
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NextTickListEntry(BlockPos, Block) - Constructor for class net.minecraft.world.NextTickListEntry
- nextTo(char) - Method in class org.json.JSONTokener
-
Get the text up but not including the specified character or the end of line, whichever comes first.
- nextTo(String) - Method in class org.json.JSONTokener
-
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
- nextToken() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.Gets the next token from the String.
- nextValue() - Method in class org.json.JSONTokener
-
Get the next value.
- NibbleArray - Class in net.minecraft.world.chunk
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NibbleArray() - Constructor for class net.minecraft.world.chunk.NibbleArray
- NibbleArray(byte[]) - Constructor for class net.minecraft.world.chunk.NibbleArray
- NibbleArrayReader - Class in net.minecraft.world.chunk.storage
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NibbleArrayReader(byte[], int) - Constructor for class net.minecraft.world.chunk.storage.NibbleArrayReader
- nightVision - Static variable in class net.minecraft.potion.Potion
-
+ The night vision Potion object.
- nioBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- nioBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Exposes this buffer's readable bytes as an NIO
ByteBuffer
. - nioBuffer() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- nioBuffer() - Method in class net.minecraft.network.PacketBuffer
- nioBuffer(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Exposes this buffer's sub-region as an NIO
ByteBuffer
. - nioBuffer(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- nioBuffer(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- nioBuffer(int, int) - Method in class net.minecraft.network.PacketBuffer
- nioBufferCount() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Returns the maximum number of NIO
ByteBuffer
s that consist this buffer. - nioBufferCount() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- nioBufferCount() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- nioBufferCount() - Method in class net.minecraft.network.PacketBuffer
- NioBufferFunctions - Class in net.lax1dude.eaglercraft.v1_8.netty
- NioBufferFunctions() - Constructor for class net.lax1dude.eaglercraft.v1_8.netty.NioBufferFunctions
- nioBuffers() - Method in class net.lax1dude.eaglercraft.v1_8.netty.AbstractByteBuf
- nioBuffers() - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Exposes this buffer's readable bytes as an NIO
ByteBuffer
's. - nioBuffers() - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- nioBuffers() - Method in class net.minecraft.network.PacketBuffer
- nioBuffers(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBuf
-
Exposes this buffer's bytes as an NIO
ByteBuffer
's for the specified index and length The returned buffer either share or contains the copied content of this buffer, while changing the position and limit of the returned NIO buffer does not affect the indexes and marks of this buffer. - nioBuffers(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.ByteBufEaglercraftImpl
- nioBuffers(int, int) - Method in class net.lax1dude.eaglercraft.v1_8.netty.SwappedByteBuf
- nioBuffers(int, int) - Method in class net.minecraft.network.PacketBuffer
- NL - Static variable in class com.google.common.base.Ascii
-
Alternate name for
Ascii.LF
. - no - Variable in class net.lax1dude.eaglercraft.v1_8.socket.GuiHandshakeApprove
- NO - Static variable in class org.apache.commons.lang3.BooleanUtils
-
The no String
"no"
. - NO_CLASS_NAME_STYLE - Static variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The no class name toString style.
- NO_FIELD_NAMES_STYLE - Static variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The no field names toString style.
- noClip - Variable in class net.minecraft.entity.Entity
- NODROP - Static variable in class net.minecraft.block.BlockSkull
- NoiseGenerator - Class in net.minecraft.world.gen
- NoiseGenerator() - Constructor for class net.minecraft.world.gen.NoiseGenerator
- NoiseGeneratorImproved - Class in net.minecraft.world.gen
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NoiseGeneratorImproved() - Constructor for class net.minecraft.world.gen.NoiseGeneratorImproved
- NoiseGeneratorImproved(EaglercraftRandom) - Constructor for class net.minecraft.world.gen.NoiseGeneratorImproved
- NoiseGeneratorOctaves - Class in net.minecraft.world.gen
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NoiseGeneratorOctaves(EaglercraftRandom, int) - Constructor for class net.minecraft.world.gen.NoiseGeneratorOctaves
- NoiseGeneratorPerlin - Class in net.minecraft.world.gen
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NoiseGeneratorPerlin(EaglercraftRandom, int) - Constructor for class net.minecraft.world.gen.NoiseGeneratorPerlin
- NoiseGeneratorSimplex - Class in net.minecraft.world.gen
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NoiseGeneratorSimplex() - Constructor for class net.minecraft.world.gen.NoiseGeneratorSimplex
- NoiseGeneratorSimplex(EaglercraftRandom) - Constructor for class net.minecraft.world.gen.NoiseGeneratorSimplex
- NONE - net.minecraft.block.Block.EnumOffsetType
- NONE - net.minecraft.block.BlockLog.EnumAxis
- NONE - net.minecraft.client.audio.ISound.AttenuationType
- NONE - net.minecraft.client.renderer.block.model.ItemCameraTransforms.TransformType
- NONE - net.minecraft.item.EnumAction
- NONE - Static variable in class com.google.common.base.CharMatcher
-
Matches no characters.
- noneLookup() - Static method in class org.apache.commons.lang3.text.StrLookup
-
Deprecated.Returns a lookup which always returns null.
- noneMatcher() - Static method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.Matches no characters.
- noneOf(CharSequence) - Static method in class com.google.common.base.CharMatcher
-
Returns a
char
matcher that matches any character not present in the given character sequence. - Nonnegative - Annotation Type in javax.annotation
-
This annotation is used to annotate a value that should only contain nonnegative values.
- Nonnegative.Checker - Class in javax.annotation
- Nonnull - Annotation Type in javax.annotation
-
The annotated element must not be null.
- Nonnull.Checker - Class in javax.annotation
- noNullElements(T) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument iterable is neither
null
nor contains any elements that arenull
; otherwise throwing an exception. - noNullElements(T[]) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument array is neither
null
nor contains any elements that arenull
; otherwise throwing an exception. - noNullElements(T[], String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument array is neither
null
nor contains any elements that arenull
; otherwise throwing an exception with the specified message. - noNullElements(T, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument iterable is neither
null
nor contains any elements that arenull
; otherwise throwing an exception with the specified message. - nop() - Static method in interface org.apache.commons.lang3.function.FailableBiConsumer
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableBiFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableConsumer
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableDoubleConsumer
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableDoubleFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableDoubleToIntFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableDoubleToLongFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableDoubleUnaryOperator
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableIntConsumer
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableIntFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableIntToDoubleFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableIntToLongFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableIntUnaryOperator
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableLongConsumer
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableLongFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableLongToDoubleFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableLongToIntFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableLongUnaryOperator
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableObjDoubleConsumer
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableObjIntConsumer
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableObjLongConsumer
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableToDoubleBiFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableToDoubleFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableToIntBiFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableToIntFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableToLongBiFunction
-
Returns The NOP singleton.
- nop() - Static method in interface org.apache.commons.lang3.function.FailableToLongFunction
-
Returns The NOP singleton.
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableBiConsumer
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableBiFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableConsumer
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableDoubleConsumer
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableDoubleFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableDoubleToIntFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableDoubleToLongFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableDoubleUnaryOperator
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableIntConsumer
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableIntFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableIntToDoubleFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableIntToLongFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableIntUnaryOperator
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableLongConsumer
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableLongFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableLongToDoubleFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableLongToIntFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableLongUnaryOperator
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableObjDoubleConsumer
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableObjIntConsumer
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableObjLongConsumer
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableToDoubleBiFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableToDoubleFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableToIntBiFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableToIntFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableToLongBiFunction
-
NOP singleton
- NOP - Static variable in interface org.apache.commons.lang3.function.FailableToLongFunction
-
NOP singleton
- noRender - Variable in class net.minecraft.block.Block
- normal(float, float, float) - Method in class net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer
-
set normal of current vertex
- NORMAL - net.minecraft.block.BlockWall.EnumType
- NORMAL - net.minecraft.world.EnumDifficulty
- normalise() - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector
-
Normalise this vector
- normalise(Quaternion) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
-
Normalise this quaternion and place the result in another quaternion.
- normalise(Quaternion, Quaternion) - Static method in class net.lax1dude.eaglercraft.v1_8.vector.Quaternion
-
Normalise the source quaternion and place the result in another quaternion.
- normalise(Vector2f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector2f
-
Normalise this vector and place the result in another vector.
- normalise(Vector3f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector3f
-
Normalise this vector and place the result in another vector.
- normalise(Vector4f) - Method in class net.lax1dude.eaglercraft.v1_8.vector.Vector4f
-
Normalise this vector and place the result in another vector.
- normalize() - Method in class net.minecraft.util.Vec3
-
+ Normalizes the vector to a length of 1 (except if it is the zero vector)
- normalizeAngle(int, int) - Static method in class net.minecraft.util.MathHelper
- normalizePath(String) - Static method in class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFile
- normalizeSpace(String) - Static method in class org.apache.commons.lang3.StringUtils
- normalizeValue(float) - Method in enum net.minecraft.client.settings.GameSettings.Options
- north() - Method in class net.minecraft.util.BlockPos
-
+ Offset this BlockPos 1 block in northern direction
- north(int) - Method in class net.minecraft.util.BlockPos
-
+ Offset this BlockPos 1 block in northern direction
- NORTH - net.minecraft.block.BlockHugeMushroom.EnumType
- NORTH - net.minecraft.block.BlockLever.EnumOrientation
- NORTH - net.minecraft.client.renderer.BlockModelRenderer.EnumNeighborInfo
- NORTH - net.minecraft.client.renderer.BlockModelRenderer.Orientation
- NORTH - net.minecraft.client.renderer.EnumFaceDirection
- NORTH - net.minecraft.util.EnumFacing
- NORTH - Static variable in class net.minecraft.block.BlockFence
-
+ Whether this fence connects in the northern direction
- NORTH - Static variable in class net.minecraft.block.BlockFire
- NORTH - Static variable in class net.minecraft.block.BlockPane
- NORTH - Static variable in class net.minecraft.block.BlockRedstoneWire
- NORTH - Static variable in class net.minecraft.block.BlockTripWire
- NORTH - Static variable in class net.minecraft.block.BlockVine
- NORTH - Static variable in class net.minecraft.block.BlockWall
- NORTH_EAST - net.minecraft.block.BlockHugeMushroom.EnumType
- NORTH_EAST - net.minecraft.block.BlockRailBase.EnumRailDirection
- NORTH_INDEX - Static variable in class net.minecraft.client.renderer.EnumFaceDirection.Constants
- NORTH_SOUTH - net.minecraft.block.BlockRailBase.EnumRailDirection
- NORTH_WEST - net.minecraft.block.BlockHugeMushroom.EnumType
- NORTH_WEST - net.minecraft.block.BlockRailBase.EnumRailDirection
- not(Predicate<T>) - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if the given predicate evaluates tofalse
. - NOT_POSSIBLE_HERE - net.minecraft.entity.player.EntityPlayer.EnumStatus
- NOT_POSSIBLE_NOW - net.minecraft.entity.player.EntityPlayer.EnumStatus
- NOT_SAFE - net.minecraft.entity.player.EntityPlayer.EnumStatus
- NOT_SET - net.minecraft.world.WorldSettings.GameType
- NOT_SPECTATING - Static variable in class net.minecraft.util.EntitySelectors
-
+ Selects entities which are either not players or players that are not spectating
- notBlank(T) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument character sequence is neither
null
, a length of zero (no characters), empty nor whitespace; otherwise throwing an exception. - notBlank(T, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument character sequence is neither
null
, a length of zero (no characters), empty nor whitespace; otherwise throwing an exception with the specified message. - NOTCH - net.lax1dude.eaglercraft.v1_8.profile.DefaultSkins
- note - Variable in class net.minecraft.tileentity.TileEntityNote
- NOTE - net.minecraft.util.EnumParticleTypes
- noteblock - Static variable in class net.minecraft.init.Blocks
- notEmpty(T) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument collection is neither
null
nor a size of zero (no elements); otherwise throwing an exception. - notEmpty(T[]) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument array is neither
null
nor a length of zero (no elements); otherwise throwing an exception. - notEmpty(T[], String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument array is neither
null
nor a length of zero (no elements); otherwise throwing an exception with the specified message. - notEmpty(T, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument collection is neither
null
nor a size of zero (no elements); otherwise throwing an exception with the specified message. - notEqual(Object, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Compares two objects for inequality, where either one or both objects may be
null
. - notifyBlockOfStateChange(BlockPos, Block) - Method in class net.minecraft.world.World
- notifyLightSet(BlockPos) - Method in class net.minecraft.client.renderer.RenderGlobal
- notifyLightSet(BlockPos) - Method in interface net.minecraft.world.IWorldAccess
- notifyLightSet(BlockPos) - Method in class net.minecraft.world.World
- notifyNeighbors(World, BlockPos, IBlockState) - Method in class net.minecraft.block.BlockRedstoneDiode
- notifyNeighborsOfStateChange(BlockPos, Block) - Method in class net.minecraft.world.World
- notifyNeighborsOfStateExcept(BlockPos, Block, EnumFacing) - Method in class net.minecraft.world.World
- notifyNeighborsRespectDebug(BlockPos, Block) - Method in class net.minecraft.world.World
- NotImplementedException - Exception in org.apache.commons.lang3
-
Thrown to indicate that a block of code has not been implemented.
- NotImplementedException() - Constructor for exception org.apache.commons.lang3.NotImplementedException
-
Constructs a NotImplementedException.
- NotImplementedException(String) - Constructor for exception org.apache.commons.lang3.NotImplementedException
-
Constructs a NotImplementedException.
- NotImplementedException(String, String) - Constructor for exception org.apache.commons.lang3.NotImplementedException
-
Constructs a NotImplementedException.
- NotImplementedException(String, Throwable) - Constructor for exception org.apache.commons.lang3.NotImplementedException
-
Constructs a NotImplementedException.
- NotImplementedException(String, Throwable, String) - Constructor for exception org.apache.commons.lang3.NotImplementedException
-
Constructs a NotImplementedException.
- NotImplementedException(Throwable) - Constructor for exception org.apache.commons.lang3.NotImplementedException
-
Constructs a NotImplementedException.
- NotImplementedException(Throwable, String) - Constructor for exception org.apache.commons.lang3.NotImplementedException
-
Constructs a NotImplementedException.
- notNaN(double) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the specified argument is not
NaN
; otherwise throwing an exception. - notNaN(double, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the specified argument is not
NaN
; otherwise throwing an exception with the specified message. - notNull() - Static method in class com.google.common.base.Predicates
-
Returns a predicate that evaluates to
true
if the object reference being tested is not null. - notNull() - Static method in class com.google.common.collect.MapConstraints
-
Returns a constraint that verifies that neither the key nor the value is null.
- notNull(T) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument is not
null
; otherwise throwing an exception. - notNull(T, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument is not
null
; otherwise throwing an exception with the specified message. - NotThreadSafe - Annotation Type in javax.annotation.concurrent
-
The class to which this annotation is applied is not thread-safe.
- NpcMerchant - Class in net.minecraft.entity
-
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code.
- NpcMerchant(EntityPlayer, IChatComponent) - Constructor for class net.minecraft.entity.NpcMerchant
- NUL - Static variable in class com.google.common.base.Ascii
-
Null ('\0'): The all-zeros character which may serve to accomplish time fill and media fill.
- NUL - Static variable in class org.apache.commons.lang3.CharUtils
-