MCPcopy Create free account

hub / github.com/Hypejet/Jet / functions

Functions1,964 in github.com/Hypejet/Jet

↓ 233 callersMethodadd
Creates a copy of this {@linkplain Coordinate coordinate} with {@code X}, {@code Y} and {@code Z} axis values summed with the specified values. @para
api/src/main/java/net/hypejet/jet/world/coordinate/Coordinate.java:101
↓ 175 callersMethodget
Gets a {@linkplain LiteralCommandNode literal command node} of a command with the specified name. @param name the command name @return the command no
api/src/main/java/net/hypejet/jet/command/CommandManager.java:41
↓ 154 callersMethodput
Associates the specified key with the specified value. @param key the key which should be associated with the specified value @param value the value
server/src/main/java/net/hypejet/jet/server/util/collection/IntObjectMapBuilder.java:27
↓ 147 callersMethodwrite
Writes {@linkplain T an object} to {@linkplain ByteBuf a byte buf}. @param buf the byte buf @param object the object @since 1.0
server/src/main/java/net/hypejet/jet/server/network/codec/NetworkWriter.java:21
↓ 107 callersMethodrequiredTag
Gets a required tag from the specified {@linkplain CompoundBinaryTag compound binary tag}. @param name a name of the tag to get @param compound the c
server/src/main/java/net/hypejet/jet/server/util/nbt/BinaryTagUtil.java:29
↓ 100 callersMethodkey
()
server/src/main/java/net/hypejet/jet/server/entity/JetEntity.java:206
↓ 85 callersMethodbuild
Creates {@linkplain Chunk a chunk} from this builder. @return the chunk @since 1.0
api/src/main/java/net/hypejet/jet/world/chunk/builder/ChunkBuilder.java:85
↓ 84 callersMethodput
Creates a {@linkplain MinecraftRegistry registry} with the specified data and adds a {@linkplain Map.Entry map entry} associating the specified {@link
server/src/main/java/net/hypejet/jet/server/registry/JetRegistryManager.java:393
↓ 83 callersMethodvalue
Gets the registry value. @param registry a registry that should provide the value if this holder does not store it directly @return the value, {@code
api/src/main/java/net/hypejet/jet/registry/holder/Holder.java:30
↓ 66 callersMethodread
Reads {@linkplain T an object} from {@linkplain ByteBuf a byte buf}. @param buf the byte buf @return the object @since 1.0
server/src/main/java/net/hypejet/jet/server/network/codec/NetworkReader.java:21
↓ 65 callersMethodset
(Player.@NotNull GameMode value)
server/src/main/java/net/hypejet/jet/server/entity/acquisition/gamemode/GameModeAcquirable.java:255
↓ 46 callersMethodbuilder
Creates a new {@linkplain Builder thread-factory builder}. @return the builder @since 1.0
server/src/main/java/net/hypejet/jet/server/util/thread/JetThreadFactory.java:57
↓ 38 callersMethodname
Gets a name of the plugin. @return the metadata @since 1.0
api/src/main/java/net/hypejet/jet/plugin/Plugin.java:24
↓ 37 callersMethodcontainsKey
(long key)
server/src/main/java/net/hypejet/jet/server/util/acquirable/map/longs/GuardedLongObjectMap.java:64
↓ 33 callersMethodsize
Gets a number of elements stored in this {@linkplain BitStorage bit storage}. @return the number @since 1.0
server/src/main/java/net/hypejet/jet/server/util/storage/BitStorage.java:99
↓ 32 callersMethodforEach
Consumes {@linkplain ChunkPosition chunk positions} of {@linkplain JetChunk chunks} that need to be sent to the client to make it have the same {@link
server/src/main/java/net/hypejet/jet/server/world/chunk/view/ChunkView.java:40
↓ 29 callersMethodsendPacket
Sends {@linkplain ServerPacket a server packet} to this audience. @param packet the server packet @since 1.0
server/src/main/java/net/hypejet/jet/server/util/game/audience/PacketReceivingAudience.java:21
↓ 27 callersMethodresourceClasspath
(@NonNull String file)
data/json/src/main/java/net/hypejet/jet/data/json/resource/JsonDataResourceFiles.java:216
↓ 27 callersMethodtest
Tests reading and writing of a {@linkplain NetworkCodec network codec}. @param codec the codec @param expected an expected value @param <T> a type of
server/src/test/java/net/hypejet/jet/server/test/network/codec/NetworkCodecTestUtil.java:29
↓ 26 callersMethodcreate
(@NonNull String name)
api/src/main/java/net/hypejet/jet/registry/reference/RegistryReference.java:263
↓ 26 callersMethodserver
Gets a {@linkplain MinecraftServer server} that this {@linkplain Entity entity} is part of. @return the server @since 1.0
api/src/main/java/net/hypejet/jet/entity/Entity.java:159
↓ 24 callersMethodfromMap
Creates an {@linkplain Index index} from the specified map. @param map the map associating values with keys that the index should have @return the cr
server/src/main/java/net/hypejet/jet/server/util/index/IndexUtil.java:28
↓ 24 callersMethodremove
Requests a client associated with the {@linkplain PacketReceivingAudience packet-receiving audience} to remove resource packs with {@linkplain UUID un
server/src/main/java/net/hypejet/jet/server/network/session/pack/ResourcePackHandler.java:96
↓ 23 callersMethodcall
Calls all {@linkplain EventListener event listeners} including those from {@linkplain EventNode children event nodes} of this event node with an event
api/src/main/java/net/hypejet/jet/event/node/EventNode.java:218
↓ 23 callersMethoddata
Gets light-level values stored in this light storage as {@linkplain NibbleArray a nibble array} with preserved order. <p>Indices of the nibble array
api/src/main/java/net/hypejet/jet/world/chunk/light/LightStorage.java:24
↓ 23 callersMethodgetValue
(@NonNull ChunkPaletteRelativePosition position)
server/src/main/java/net/hypejet/jet/server/world/chunk/light/storage/EmptyLightStorage.java:37
↓ 22 callersMethodkeySet
Gets a {@linkplain Collection collection} of all {@linkplain Key keys} that have corresponding values in this {@linkplain MinecraftRegistry registry}.
api/src/main/java/net/hypejet/jet/registry/MinecraftRegistry.java:36
↓ 20 callersMethodtest
Tests GSON conversion of the specified object. @param object the object to test @param <T> a type of the object to test @since 1.0
data/json/src/test/java/net/hypejet/jet/data/json/test/TestUtil.java:25
↓ 19 callersMethodposition
Gets current {@linkplain Position position} of this {@linkplain Entity entity}. @return the position where this entity currently is @since 1.0
api/src/main/java/net/hypejet/jet/entity/Entity.java:58
↓ 18 callersMethoddataDriven
Creates a "networkable" {@linkplain MinecraftRegistry registry} with the specified data and adds a {@linkplain Map.Entry map entry} associating the sp
server/src/main/java/net/hypejet/jet/server/registry/JetRegistryManager.java:338
↓ 17 callersMethodelementCount
Gets a number of times that an element specified is being used by this chunk palette. @param element the element @return the number of times @since 1
api/src/main/java/net/hypejet/jet/world/chunk/section/ChunkPalette.java:46
↓ 15 callersMethodaxisLength
Gets an axis length that palettes of this type should use. @return the axis length @since 1.0
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/type/ChunkPaletteType.java:94
↓ 15 callersMethodconnection
Gets a {@linkplain PlayerConnection player connection} that this {@linkplain Player player} is backed by. @return the player connection @since 1.0
api/src/main/java/net/hypejet/jet/entity/player/Player.java:42
↓ 15 callersMethodequals
(Object o)
server/src/main/java/net/hypejet/jet/server/plugin/JetPlugin.java:80
↓ 14 callersMethodfrom
Creates {@linkplain ChunkPaletteRelativePosition a chunk-palette-relative position} from {@linkplain ChunkRelativeBlockPosition a chunk-relative block
server/src/main/java/net/hypejet/jet/server/world/coordinate/chunk/palette/relative/ChunkPaletteRelativePosition.java:61
↓ 14 callersMethodfromCoordinate
Creates a {@linkplain ChunkPosition chunk position} of a {@linkplain JetChunk chunk} that the specified {@linkplain Coordinate coordinate} belongs to.
server/src/main/java/net/hypejet/jet/server/util/coordinate/ChunkPositionUtil.java:29
↓ 13 callersMethodbitSet
()
api/src/main/java/net/hypejet/jet/util/bitset/UnmodifiableBitSet.java:26
↓ 13 callersMethodcalculateElementIndex
Calculates index that an element with {@linkplain ChunkPaletteRelativePosition a chunk-palette-relative position} specified is stored at. @param posi
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/AbstractChunkPalette.java:247
↓ 12 callersMethodblockType
Gets a {@linkplain Holder holder} of a {@linkplain BlockType block type} that this block state belongs to. @return the block type holder @since 1.0
api/src/main/java/net/hypejet/jet/world/block/BlockState.java:20
↓ 12 callersMethodcollection
()
server/src/main/java/net/hypejet/jet/server/util/acquisition/CollectionMappedAcquisition.java:40
↓ 12 callersMethodcreateSectionY
Creates a section-Y coordinate of {@linkplain JetChunkSection a chunk section} that an {@code Y} value of an absolute coordinate with {@linkplain Chun
server/src/main/java/net/hypejet/jet/server/world/chunk/section/ChunkSectionList.java:203
↓ 11 callersMethodarray
()
api/src/main/java/net/hypejet/jet/util/array/UnmodifiableByteArray.java:26
↓ 11 callersMethodbooleanValue
Gets a {@code boolean} representation of the specified {@linkplain ByteBinaryTag byte binary tag}. @param tag the byte binary tag to represent as a b
server/src/main/java/net/hypejet/jet/server/util/nbt/BinaryTagUtil.java:91
↓ 11 callersMethodclose
Closes the connection. @since 1.0 @see SocketChannel#close()
server/src/main/java/net/hypejet/jet/server/network/SocketPlayerConnection.java:292
↓ 11 callersMethodstart
Starts the session task. <p>Called when a session with this session task has been set for {@linkplain net.hypejet.jet.server.network.SocketPlayerConn
server/src/main/java/net/hypejet/jet/server/network/session/task/SessionTask.java:22
↓ 11 callersMethodx
Gets a value of {@code X} axis of this {@linkplain Coordinate coordinate}. @return the {@code X} axis value @since 1.0
api/src/main/java/net/hypejet/jet/world/coordinate/Coordinate.java:19
↓ 11 callersMethodz
Gets a value of {@code Z} axis of this {@linkplain Coordinate coordinate}. @return the {@code Z} axis value @since 1.0
api/src/main/java/net/hypejet/jet/world/coordinate/Coordinate.java:35
↓ 10 callersMethodchunk
Gets a current state of {@linkplain JetChunk a chunk} that the update is being built for. @return the current state of the chunk @since 1.0
server/src/main/java/net/hypejet/jet/server/world/update/JetWorldMapUpdate.java:509
↓ 10 callersMethodcreate
Creates {@linkplain AbstractLightStorage a light storage} for {@linkplain NibbleArray a nibble array} of light-level values specified. @param array t
server/src/main/java/net/hypejet/jet/server/world/chunk/light/storage/AbstractLightStorage.java:115
↓ 10 callersMethodgetChunk
Gets {@linkplain JetChunk a chunk} at {@linkplain ChunkPosition a chunk position} specified. <p>If the chunk has not been loaded, it is loaded using
server/src/main/java/net/hypejet/jet/server/world/acquisition/worldmap/WriteWorldMapAcquisitionImpl.java:86
↓ 10 callersMethodgetScore
(@NonNull Entity entity, @NonNull String objective)
server/src/main/java/net/hypejet/jet/server/scoreboard/JetScoreboard.java:76
↓ 10 callersMethodindexOf
Gets a registry index of a registry value associated with the specified {@linkplain Key key}. @param key the key of the registry value @return the re
server/src/main/java/net/hypejet/jet/server/registry/JetMinecraftRegistry.java:99
↓ 10 callersMethodpower
Raises a number specified to a power exponent specified. @param number the number @param exponent the power exponent @return result of the operation
server/src/main/java/net/hypejet/jet/server/util/math/MathUtil.java:31
↓ 10 callersMethodwriteOptional
Writes an optional value to {@linkplain ByteBuf a byte buf}. @param value the value, {@code null} if not present @param writer a network writer, whic
server/src/main/java/net/hypejet/jet/server/util/NetworkUtil.java:67
↓ 10 callersMethody
Gets a value of {@code Y} axis of this {@linkplain Coordinate coordinate}. @return the {@code Y} axis value @since 1.0
api/src/main/java/net/hypejet/jet/world/coordinate/Coordinate.java:27
↓ 9 callersMethodcast
Tries to cast {@linkplain Player a player} specified to {@linkplain JetPlayer a player implementation}. If it fails, throws an exception with a detail
server/src/main/java/net/hypejet/jet/server/entity/player/JetPlayer.java:415
↓ 9 callersMethodfrom
Creates {@linkplain ChunkRelativeBlockPosition a chunk-relative block position} for {@linkplain BlockPosition a block position} specified. @param pos
server/src/main/java/net/hypejet/jet/server/util/coordinate/ChunkRelativePositionUtil.java:30
↓ 9 callersMethodticker
Gets {@linkplain Ticker a ticker} of the server. @return the ticker @since 1.0
server/src/main/java/net/hypejet/jet/server/JetMinecraftServer.java:164
↓ 9 callersMethodtype
Gets {@linkplain HeightMapType a height map type} of this height map. @return the height map type @since 1.0
server/src/main/java/net/hypejet/jet/server/world/chunk/heightmap/HeightMap.java:62
↓ 9 callersMethodusername
Gets a username of the player. @return the username @since 1.0
api/src/main/java/net/hypejet/jet/entity/player/Player.java:34
↓ 9 callersMethodversion
Gets a version of the plugin. @return the version @since 1.0
api/src/main/java/net/hypejet/jet/plugin/Plugin.java:32
↓ 8 callersMethodblockLightStorage
Gets {@linkplain LightStorage a light storage} of block light values of this light section. @return the light-value array @since 1.0
api/src/main/java/net/hypejet/jet/world/chunk/light/LightSection.java:26
↓ 8 callersMethodbuiltIn
Creates a built-in (not "networkable") {@linkplain MinecraftRegistry registry} with the specified data and adds a {@linkplain Map.Entry map entry} ass
server/src/main/java/net/hypejet/jet/server/registry/JetRegistryManager.java:367
↓ 8 callersMethodclientPacketReader
Gets {@linkplain ClientPacketReader a client packet reader} of this connection. @return the client packet reader @since 1.0
server/src/main/java/net/hypejet/jet/server/network/SocketPlayerConnection.java:272
↓ 8 callersMethodconfiguration
Gets {@linkplain ServerConfiguration a server configuration} of the server. @return the configuration @since 1.0
api/src/main/java/net/hypejet/jet/MinecraftServer.java:59
↓ 8 callersMethodconvert
Converts the specified {@linkplain ResourceLocation resource location} to a {@linkplain Key key}. @param location the resource location to convert @r
data/generator/src/main/java/net/hypejet/jet/data/generator/adpater/KeyAdapter.java:27
↓ 8 callersMethodcreate
Creates {@linkplain StringNetworkCodec a string network codec}. @param maxStringSize a maximum length of string allowed by the codec, the {@link #INS
server/src/main/java/net/hypejet/jet/server/network/codec/other/StringNetworkCodec.java:89
↓ 8 callersMethodcreate
Creates {@linkplain JetChunk a chunk}. @param dimensionType a dimension type of worlds that the chunk is created for @param chunkSections a list of c
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:291
↓ 8 callersMethodcreate
Creates {@linkplain AbstractChunkPalette a chunk palette} for elements specified. @param type a type of which the chunk palette should have @param in
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/AbstractChunkPalette.java:225
↓ 8 callersMethodensurePermittedAndLocked
()
server/src/main/java/net/hypejet/jet/server/util/acquisition/BooleanMappedAcquisition.java:51
↓ 8 callersMethodlength
Gets number of elements that this {@linkplain NibbleArray nibble array} stores. @return the number @since 1.0
api/src/main/java/net/hypejet/jet/util/array/NibbleArray.java:47
↓ 8 callersMethodsectionFor
Gets {@linkplain JetLightSection a light section} that {@linkplain ChunkRelativeBlockPosition a chunk-relative block position} specified belongs to.
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSectionList.java:80
↓ 8 callersMethodskyLightStorage
Gets {@linkplain LightStorage a light storage} of skylight values of this light section. @return the light-value array @since 1.0
api/src/main/java/net/hypejet/jet/world/chunk/light/LightSection.java:18
↓ 8 callersMethoduniqueId
Gets a {@linkplain UUID unique identifier} of this {@linkplain Entity entity}. @return the unique identifier @since 1.0
api/src/main/java/net/hypejet/jet/entity/Entity.java:50
↓ 8 callersMethodworld
Gets a {@linkplain World world} where this {@linkplain Entity entity} is. @return the world of the entity @since 1.0
api/src/main/java/net/hypejet/jet/entity/Entity.java:106
↓ 7 callersMethodaddListener
Adds {@linkplain EventListener an event listener} to this event node. Does nothing if this event node already contains the listener specified as a lis
api/src/main/java/net/hypejet/jet/event/node/EventNode.java:108
↓ 7 callersMethodblockPosition
Creates {@linkplain BlockPosition a block position}. <p>If the values specified are not integers, they are rounded down to an integer.</p> <p>If the
api/src/main/java/net/hypejet/jet/world/coordinate/BlockPosition.java:73
↓ 7 callersMethodeventNode
Gets a root {@linkplain EventNode event node} where all servers events are handled. @return the event node @since 1.0
api/src/main/java/net/hypejet/jet/MinecraftServer.java:27
↓ 7 callersMethodget
Gets a 4-bit unsigned value from this array at an index specified. @param index the index @return the value, as a byte @since 1.0
api/src/main/java/net/hypejet/jet/util/array/NibbleArray.java:58
↓ 7 callersMethodplayerOrThrow
Gets {@linkplain Player a player}, associated with this connection, throws an exception if it has not been initialized yet. @return the player @throw
api/src/main/java/net/hypejet/jet/network/PlayerConnection.java:39
↓ 7 callersMethodreadRemainingBytes
Reads all remaining bytes from {@linkplain ByteBuf a byte buf}. @param buf the byte buf @return the remaining bytes @since 1.0
server/src/main/java/net/hypejet/jet/server/util/NetworkUtil.java:26
↓ 7 callersMethodsendPacket
(@NonNull ServerPacket packet)
server/src/main/java/net/hypejet/jet/server/entity/player/JetPlayer.java:242
↓ 7 callersMethodserialize
(ServerListPing.Favicon src, Type typeOfSrc, JsonSerializationContext context)
server/src/main/java/net/hypejet/jet/server/network/codec/packet/server/status/ServerListResponseStatusPacketWriter.java:109
↓ 7 callersMethodtestCreation
(@NonNull HeightMapType type, @NonNull JetBlockState opaqueBlockState)
server/src/test/java/net/hypejet/jet/server/test/world/chunk/heightmap/HeightMapTest.java:100
↓ 7 callersMethodtestUpdating
(@NonNull HeightMapType type, @NonNull JetBlockState opaqueBlockState)
server/src/test/java/net/hypejet/jet/server/test/world/chunk/heightmap/HeightMapTest.java:137
↓ 7 callersMethoduncaughtException
(Thread t, Throwable e)
server/src/main/java/net/hypejet/jet/server/network/SocketPlayerConnection.java:166
↓ 7 callersMethodwrite
Converts a value. @param value a value to convert @return the converted value @since 1.0
server/src/main/java/net/hypejet/jet/server/util/codec/Writer.java:21
↓ 6 callersMethodbitCount
Gets count of bits that an integer specified uses. @param value the integer @return the count of bits @since 1.0
server/src/main/java/net/hypejet/jet/server/util/math/MathUtil.java:19
↓ 6 callersMethodblockState
Gets a {@linkplain BlockState block state} (which belongs to the specified {@linkplain BlockType block type}) with the specified properties. @param b
api/src/main/java/net/hypejet/jet/registry/blockstate/BlockStateRegistry.java:35
↓ 6 callersMethodcheck
()
server/src/main/java/net/hypejet/jet/server/world/update/JetWorldMapUpdate.java:214
↓ 6 callersMethodcreateSectionIndex
Creates an index of {@linkplain JetChunkSection a chunk section} at a section-Y coordinate specified. @param sectionY the section-Y coordinate @param
server/src/main/java/net/hypejet/jet/server/world/chunk/section/ChunkSectionList.java:189
↓ 6 callersMethoddisconnect
Sends a disconnection packet and closes the connection. @param reason a reason of the disconnection @since 1.0
api/src/main/java/net/hypejet/jet/network/PlayerConnection.java:47
↓ 6 callersMethodgetElement
Gets an element stored in this bit storage. @param elementIndex an index of the element @return the element @since 1.0
server/src/main/java/net/hypejet/jet/server/util/storage/BitStorage.java:83
↓ 6 callersMethodhandleDisconnection
Handles the disconnection. @since 1.0
server/src/main/java/net/hypejet/jet/server/network/packet/handler/NetworkDisconnectionHandler.java:19
↓ 6 callersMethodidentifier
Gets an identifier of this {@linkplain HeightMapType height-map type} that should be used in serialization. @return the height-map type identifier @s
server/src/main/java/net/hypejet/jet/server/world/chunk/heightmap/HeightMapType.java:69
↓ 6 callersMethodplayers
Gets a copy of a {@linkplain Set set} of {@linkplain Player players} that are currently in this {@linkplain World world}. @return the player set copy
api/src/main/java/net/hypejet/jet/world/World.java:89
↓ 6 callersMethodscheduleTask
Schedules the specified {@linkplain Runnable runnable} to be run at an end of a tick. <p>If the {@linkplain Thread#currentThread() current thread} is
server/src/main/java/net/hypejet/jet/server/tick/Ticker.java:56
↓ 6 callersMethodshutdown
Schedules the server to shut down. @since 1.0
api/src/main/java/net/hypejet/jet/MinecraftServer.java:114
↓ 6 callersMethodtoString
()
api/src/main/java/net/hypejet/jet/util/array/NibbleArray.java:117
↓ 6 callersMethodtoString
()
server/src/main/java/net/hypejet/jet/server/plugin/JetPlugin.java:94
next →1–100 of 1,964, ranked by callers