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
InputStream.available Returns amount of bytes available overload 1:InputStream.available(): Integer Method PropertyFluent DescriptionRepresentationReturn Valuetypings.-672261858
InputStream.close Closes this input stream overload 1:InputStream.close(): nil Method PropertyFluent DescriptionRepresentationReturn Valuetypings.109073
InputStream.isAsyncOnly Is this stream async-only or not overload 1:InputStream.isAsyncOnly(): Boolean Method PropertyFluent DescriptionRepresentationReturn Valuetypings.1729365000
InputStream.mark Marks current position in input stream overload 1:InputStream.mark(readLimit: Integer): nil Method PropertyFluent DescriptionRepresentationreadLimit acceptstypings.-672261858Return Valuetypings.109073
InputStream.markSupported Does this input stream supports marking or not overload 1:InputStream.markSupported(): Boolean Method PropertyFluent DescriptionRepresentationReturn Valuetypings.1729365000
InputStream.read Reads one byte from this stream. Might throw an error if stream is async-only overload 1:InputStream.read(): Integer Method PropertyFluent DescriptionRepresentationReturn Valuetypings.-672261858
InputStream.readAsync Starts reading specified amount of bytes from this stream and returns future that will contain byte array of stream bytes once done overload 1:InputStream.readAsync(): Future Method PropertyFluent DescriptionRepresentationReturn Valuetypings.2115664355
InputStream.reset Resets input stream position to mark overload 1:InputStream.reset(): nil Method PropertyFluent DescriptionRepresentationReturn Valuetypings.109073
InputStream.skip Skips specified amount of bytes in stream. Returns the actual amount of bytes skipped overload 1:InputStream.skip(n: Integer): Integer Method PropertyFluent DescriptionRepresentationn acceptstypings.-672261858Return Valuetypings.-672261858
InputStream.transferTo Transfers left data in this input stream to provided output stream overload 1:InputStream.transferTo(out: OutputStream): Integer Method PropertyFluent DescriptionRepresentationout acceptstypings.33956865Return Valuetypings.-672261858