Global Objects listFiles log logJson logTable parseJson print printJson printTable require toJson action_wheel animations avatar client config data events figuraMetatables file host json keybinds matrices models nameplate net particles pings player raycast renderer resources sounds textures type user vanilla_model vec vectors world
Types action_wheel Action ActionWheelAPI Page animations Animation AnimationAPI avatar AvatarAPI world Biome BlockState ItemStack WorldAPI models BlockTask EntityTask ItemTask ModelPart RenderTask SpriteTask TextTask Vertex data Buffer DataAPI Future InputStream OutputStream client ClientAPI config ConfigAPI player EntityAPI LivingEntityAPI PlayerAPI ViewerAPI nameplate EntityNameplateCustomization NameplateAPI NameplateCustomization NameplateCustomizationGroup events Event EventsAPI file FileAPI host HostAPI net HttpAPI HttpRequestBuilder HttpResponse NetworkingAPI json JsonAPI JsonArray JsonBuilder JsonObject JsonSerializer keybinds Keybind KeybindAPI matrices MatricesAPI Matrix2 Matrix3 Matrix4 particles Particle ParticleAPI pings PingAPI PingFunction raycast RaycastAPI renderer RendererAPI resources ResourcesAPI sounds Sound SoundAPI textures Texture TextureAPI TextureAtlas vanilla_model VanillaModelAPI VanillaModelGroup VanillaModelPart VanillaPart vectors Vector2 Vector3 Vector4 VectorsAPI Uncategorized globals math
Enums BlockRaycastTypes Colors EntityPoses FluidRaycastTypes HeightmapTypes ItemDisplayModes KeyIDs Keybinds LoopModes ParentTypes PlayStates PlayerModelParts PostEffects Registries RenderModes RenderTypes StringEncodings TextureTypes UseActions
JsonArray.add Adds specified value to this array overload 1:JsonArray.add(elem: AnyType): Boolean Method PropertyFluent DescriptionRepresentationelem acceptstypings.821772070Return Valuetypings.1729365000
JsonArray.clear Clears this array overload 1:JsonArray.clear(): nil Method PropertyFluent DescriptionRepresentationReturn Valuetypings.109073
JsonArray.contains Checks if this array contains specified value overload 1:JsonArray.contains(elem: AnyType): Boolean Method PropertyFluent DescriptionRepresentationelem acceptstypings.821772070Return Valuetypings.1729365000
JsonArray.get Returns value by specified index overload 1:JsonArray.get(index: Integer): AnyType Method PropertyFluent DescriptionRepresentationindex acceptstypings.-672261858Return Valuetypings.821772070
JsonArray.indexOf Returns first index of provided value in this array overload 1:JsonArray.indexOf(elem: AnyType): Integer Method PropertyFluent DescriptionRepresentationelem acceptstypings.821772070Return Valuetypings.-672261858
JsonArray.insert Inserts provided value in this array at specified index overload 1:JsonArray.insert(index: Integer, elem: AnyType): nil Method PropertyFluent DescriptionRepresentationindex acceptstypings.-672261858elem acceptstypings.821772070Return Valuetypings.109073
JsonArray.lastIndexOf Returns last index of provided value in this array overload 1:JsonArray.lastIndexOf(elem: AnyType): Integer Method PropertyFluent DescriptionRepresentationelem acceptstypings.821772070Return Valuetypings.-672261858
JsonArray.remove Removes specified value from this array overload 1:JsonArray.remove(elem: AnyType): Boolean Method PropertyFluent DescriptionRepresentationelem acceptstypings.821772070Return Valuetypings.1729365000
JsonArray.removeAt Removes value at specified index in this array overload 1:JsonArray.removeAt(index: Integer): AnyType Method PropertyFluent DescriptionRepresentationindex acceptstypings.-672261858Return Valuetypings.821772070
JsonArray.set Sets provided value to specified index in this array overload 1:JsonArray.set(index: Integer, elem: AnyType): nil Method PropertyFluent DescriptionRepresentationindex acceptstypings.-672261858elem acceptstypings.821772070Return Valuetypings.109073
JsonArray.size Returns size of this array overload 1:JsonArray.size(): Integer Method PropertyFluent DescriptionRepresentationReturn Valuetypings.-672261858